@uniformdev/cli 20.72.3-alpha.7 → 20.72.3

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.
@@ -21,7 +21,7 @@ import { dirname, extname, isAbsolute, resolve, sep } from "path";
21
21
  // package.json
22
22
  var package_default = {
23
23
  name: "@uniformdev/cli",
24
- version: "20.72.2",
24
+ version: "20.72.3",
25
25
  description: "Uniform command line interface tool",
26
26
  license: "SEE LICENSE IN LICENSE.txt",
27
27
  main: "./cli.js",
@@ -1,4 +1,4 @@
1
- import "./chunk-ZEP3CK3V.mjs";
1
+ import "./chunk-FACBNYXX.mjs";
2
2
 
3
3
  // src/sync/allSerializableEntitiesConfig.ts
4
4
  var allSerializableEntitiesConfig = {
package/dist/index.mjs CHANGED
@@ -21,7 +21,7 @@ import {
21
21
  withFormatOptions,
22
22
  withProjectOptions,
23
23
  withTeamOptions
24
- } from "./chunk-ZEP3CK3V.mjs";
24
+ } from "./chunk-FACBNYXX.mjs";
25
25
 
26
26
  // src/index.ts
27
27
  import * as dotenv from "dotenv";
@@ -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.7+901df73c39",
3
+ "version": "20.72.3",
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.7+901df73c39",
31
- "@uniformdev/canvas": "20.72.3-alpha.7+901df73c39",
32
- "@uniformdev/context": "20.72.3-alpha.7+901df73c39",
33
- "@uniformdev/files": "20.72.3-alpha.7+901df73c39",
34
- "@uniformdev/project-map": "20.72.3-alpha.7+901df73c39",
35
- "@uniformdev/redirect": "20.72.3-alpha.7+901df73c39",
36
- "@uniformdev/richtext": "20.72.3-alpha.7+901df73c39",
30
+ "@uniformdev/assets": "20.72.3",
31
+ "@uniformdev/canvas": "20.72.3",
32
+ "@uniformdev/context": "20.72.3",
33
+ "@uniformdev/files": "20.72.3",
34
+ "@uniformdev/project-map": "20.72.3",
35
+ "@uniformdev/redirect": "20.72.3",
36
+ "@uniformdev/richtext": "20.72.3",
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": "901df73c394d2803f714085ee620521e31c362c8"
82
+ "gitHead": "184e00fccf2a16deebbcf5865e2b39ca1380f745"
83
83
  }