@uniformdev/cli 20.72.3-alpha.7 → 20.72.3-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +3 -0
- package/package.json +9 -9
package/dist/index.mjs
CHANGED
|
@@ -2394,6 +2394,9 @@ var uploadFile = async ({
|
|
|
2394
2394
|
if (!mimeType) {
|
|
2395
2395
|
mimeType = preferredType(fileUrl.split(".").at(-1) ?? "");
|
|
2396
2396
|
}
|
|
2397
|
+
if (mimeType === "application/xml") {
|
|
2398
|
+
mimeType = "image/svg+xml";
|
|
2399
|
+
}
|
|
2397
2400
|
if (mimeType === "audio/x-flac") {
|
|
2398
2401
|
mimeType = "audio/flac";
|
|
2399
2402
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "20.72.3-alpha.
|
|
3
|
+
"version": "20.72.3-alpha.8+bc4cf36434",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@inquirer/prompts": "^8.5.2",
|
|
29
29
|
"@thi.ng/mime": "^2.2.23",
|
|
30
|
-
"@uniformdev/assets": "20.72.3-alpha.
|
|
31
|
-
"@uniformdev/canvas": "20.72.3-alpha.
|
|
32
|
-
"@uniformdev/context": "20.72.3-alpha.
|
|
33
|
-
"@uniformdev/files": "20.72.3-alpha.
|
|
34
|
-
"@uniformdev/project-map": "20.72.3-alpha.
|
|
35
|
-
"@uniformdev/redirect": "20.72.3-alpha.
|
|
36
|
-
"@uniformdev/richtext": "20.72.3-alpha.
|
|
30
|
+
"@uniformdev/assets": "20.72.3-alpha.8+bc4cf36434",
|
|
31
|
+
"@uniformdev/canvas": "20.72.3-alpha.8+bc4cf36434",
|
|
32
|
+
"@uniformdev/context": "20.72.3-alpha.8+bc4cf36434",
|
|
33
|
+
"@uniformdev/files": "20.72.3-alpha.8+bc4cf36434",
|
|
34
|
+
"@uniformdev/project-map": "20.72.3-alpha.8+bc4cf36434",
|
|
35
|
+
"@uniformdev/redirect": "20.72.3-alpha.8+bc4cf36434",
|
|
36
|
+
"@uniformdev/richtext": "20.72.3-alpha.8+bc4cf36434",
|
|
37
37
|
"call-bind": "^1.0.2",
|
|
38
38
|
"colorette": "2.0.20",
|
|
39
39
|
"cosmiconfig": "9.0.2",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "bc4cf3643488dcbc8929bbef6e554ca53de2dd37"
|
|
83
83
|
}
|