Skip to content

Commit 50f545e

Browse files
validation
1 parent 930212f commit 50f545e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shipstatic/types",
3-
"version": "0.4.21",
3+
"version": "0.4.22",
44
"description": "Shared types for Shipstatic platform",
55
"type": "module",
66
"main": "./dist/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@ export const ALLOWED_MIME_TYPES = [
649649

650650
// Configuration formats
651651
'application/yaml', // YAML configs (static site generators)
652+
'application/toml', // TOML configs (Cargo, Netlify, Rust projects)
652653

653654
// Documents
654655
'application/pdf', // PDF documents

0 commit comments

Comments
 (0)