@uniformdev/cli 20.69.1-alpha.10 → 20.70.1-alpha.10

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.
@@ -5,9 +5,9 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
5
5
  throw Error('Dynamic require of "' + x + '" is not supported');
6
6
  });
7
7
 
8
- // ../../node_modules/.pnpm/tsup@8.3.0_@microsoft+api-extractor@7.43.2_postcss@8.5.3_tsx@4.20.5_typescript@5.9.2/node_modules/tsup/assets/esm_shims.js
9
- import { fileURLToPath } from "url";
8
+ // ../../node_modules/.pnpm/tsup@8.5.1_@microsoft+api-extractor@7.58.9_@types+node@26.0.0__jiti@2.7.0_postcss@8.5.1_7017c7d2ba4cec51f3116591eb787c26/node_modules/tsup/assets/esm_shims.js
10
9
  import path from "path";
10
+ import { fileURLToPath } from "url";
11
11
  var getFilename = () => fileURLToPath(import.meta.url);
12
12
  var getDirname = () => path.dirname(getFilename());
13
13
  var __dirname = /* @__PURE__ */ getDirname();
@@ -22,7 +22,7 @@ import { fetch as undiciFetch, ProxyAgent } from "undici";
22
22
  // package.json
23
23
  var package_default = {
24
24
  name: "@uniformdev/cli",
25
- version: "20.69.0",
25
+ version: "20.70.0",
26
26
  description: "Uniform command line interface tool",
27
27
  license: "SEE LICENSE IN LICENSE.txt",
28
28
  main: "./cli.js",
@@ -47,7 +47,7 @@ var package_default = {
47
47
  format: 'prettier --write "src/**/*.{js,ts,tsx}"'
48
48
  },
49
49
  dependencies: {
50
- "@inquirer/prompts": "^7.10.1",
50
+ "@inquirer/prompts": "^8.5.2",
51
51
  "@thi.ng/mime": "^2.2.23",
52
52
  "@uniformdev/assets": "workspace:*",
53
53
  "@uniformdev/canvas": "workspace:*",
@@ -58,40 +58,39 @@ var package_default = {
58
58
  "@uniformdev/richtext": "workspace:*",
59
59
  "call-bind": "^1.0.2",
60
60
  colorette: "2.0.20",
61
- cosmiconfig: "9.0.0",
61
+ cosmiconfig: "9.0.2",
62
62
  "cosmiconfig-typescript-loader": "5.0.0",
63
- diff: "^8.0.3",
64
- dotenv: "^16.4.7",
65
- esbuild: "0.25.0",
63
+ diff: "^9.0.0",
64
+ dotenv: "^17.4.2",
65
+ esbuild: "0.28.1",
66
66
  execa: "5.1.1",
67
- "file-type": "^21.3.2",
67
+ "file-type": "^22.0.1",
68
68
  "fs-jetpack": "5.1.0",
69
- graphql: "16.9.0",
70
- "graphql-request": "6.1.0",
69
+ graphql: "17.0.1",
70
+ "graphql-request": "7.4.0",
71
71
  "image-size": "2.0.2",
72
- "isomorphic-git": "1.35.0",
73
- "js-yaml": "^4.1.0",
72
+ "isomorphic-git": "1.38.5",
73
+ "js-yaml": "^4.2.0",
74
74
  jsonwebtoken: "9.0.3",
75
75
  mitt: "^3.0.1",
76
76
  "normalize-newline": "^4.1.0",
77
- open: "10.2.0",
78
- ora: "8.0.1",
77
+ open: "11.0.0",
78
+ ora: "9.4.0",
79
79
  "p-queue": "7.3.4",
80
- "posthog-node": "5.28.5",
80
+ "posthog-node": "5.38.2",
81
81
  "registry-auth-token": "^5.0.0",
82
82
  "registry-url": "^6.0.0",
83
- slugify: "1.6.6",
84
- svix: "^1.71.0",
85
- undici: "^7.24.0",
86
- yargs: "^17.6.2",
87
- zod: "4.3.6"
83
+ slugify: "1.6.9",
84
+ svix: "^1.96.0",
85
+ undici: "^7.28.0",
86
+ yargs: "^18.0.0",
87
+ zod: "4.4.3"
88
88
  },
89
89
  devDependencies: {
90
- "@types/diff": "^8.0.0",
91
90
  "@types/js-yaml": "4.0.9",
92
- "@types/jsonwebtoken": "9.0.5",
93
- "@types/node": "24.3.1",
94
- "@types/yargs": "17.0.32"
91
+ "@types/jsonwebtoken": "9.0.10",
92
+ "@types/node": "26.0.0",
93
+ "@types/yargs": "17.0.35"
95
94
  },
96
95
  bin: {
97
96
  uniform: "./cli.js"
@@ -1,4 +1,4 @@
1
- import "./chunk-TFIGXXFQ.mjs";
1
+ import "./chunk-DO7CZWGS.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-TFIGXXFQ.mjs";
24
+ } from "./chunk-DO7CZWGS.mjs";
25
25
 
26
26
  // src/index.ts
27
27
  import * as dotenv from "dotenv";
@@ -941,7 +941,9 @@ async function syncEngine({
941
941
  [...invalidTargetObjects, targetObject].forEach((o) => {
942
942
  (Array.isArray(o?.id) ? o?.id : [o?.id])?.forEach((i) => i && targetItems.delete(i));
943
943
  });
944
- const deletes = invalidTargetObjects.filter((invalidTargetObject) => typeof invalidTargetObject !== "undefined").map((invalidTargetObject) => () => processDelete(invalidTargetObject));
944
+ const deletes = invalidTargetObjects.map(
945
+ (invalidTargetObject) => () => processDelete(invalidTargetObject)
946
+ );
945
947
  if (targetObject) {
946
948
  deletes.push(() => processDelete(targetObject));
947
949
  }
@@ -1202,7 +1204,7 @@ var Telemetry = class {
1202
1204
  });
1203
1205
  }
1204
1206
  shutdown() {
1205
- this.send("exited", { exitCode: process.exitCode });
1207
+ this.send("exited", { exitCode: process.exitCode ?? void 0 });
1206
1208
  return this.posthog?.shutdown();
1207
1209
  }
1208
1210
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.69.1-alpha.10+3d89a58006",
3
+ "version": "20.70.1-alpha.10+6e0ecaf156",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -25,51 +25,50 @@
25
25
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
26
26
  },
27
27
  "dependencies": {
28
- "@inquirer/prompts": "^7.10.1",
28
+ "@inquirer/prompts": "^8.5.2",
29
29
  "@thi.ng/mime": "^2.2.23",
30
- "@uniformdev/assets": "20.69.1-alpha.10+3d89a58006",
31
- "@uniformdev/canvas": "20.69.1-alpha.10+3d89a58006",
32
- "@uniformdev/context": "20.69.1-alpha.10+3d89a58006",
33
- "@uniformdev/files": "20.69.1-alpha.10+3d89a58006",
34
- "@uniformdev/project-map": "20.69.1-alpha.10+3d89a58006",
35
- "@uniformdev/redirect": "20.69.1-alpha.10+3d89a58006",
36
- "@uniformdev/richtext": "20.69.1-alpha.10+3d89a58006",
30
+ "@uniformdev/assets": "20.70.1-alpha.10+6e0ecaf156",
31
+ "@uniformdev/canvas": "20.70.1-alpha.10+6e0ecaf156",
32
+ "@uniformdev/context": "20.70.1-alpha.10+6e0ecaf156",
33
+ "@uniformdev/files": "20.70.1-alpha.10+6e0ecaf156",
34
+ "@uniformdev/project-map": "20.70.1-alpha.10+6e0ecaf156",
35
+ "@uniformdev/redirect": "20.70.1-alpha.10+6e0ecaf156",
36
+ "@uniformdev/richtext": "20.70.1-alpha.10+6e0ecaf156",
37
37
  "call-bind": "^1.0.2",
38
38
  "colorette": "2.0.20",
39
- "cosmiconfig": "9.0.0",
39
+ "cosmiconfig": "9.0.2",
40
40
  "cosmiconfig-typescript-loader": "5.0.0",
41
- "diff": "^8.0.3",
42
- "dotenv": "^16.4.7",
43
- "esbuild": "0.25.0",
41
+ "diff": "^9.0.0",
42
+ "dotenv": "^17.4.2",
43
+ "esbuild": "0.28.1",
44
44
  "execa": "5.1.1",
45
- "file-type": "^21.3.2",
45
+ "file-type": "^22.0.1",
46
46
  "fs-jetpack": "5.1.0",
47
- "graphql": "16.9.0",
48
- "graphql-request": "6.1.0",
47
+ "graphql": "17.0.1",
48
+ "graphql-request": "7.4.0",
49
49
  "image-size": "2.0.2",
50
- "isomorphic-git": "1.35.0",
51
- "js-yaml": "^4.1.0",
50
+ "isomorphic-git": "1.38.5",
51
+ "js-yaml": "^4.2.0",
52
52
  "jsonwebtoken": "9.0.3",
53
53
  "mitt": "^3.0.1",
54
54
  "normalize-newline": "^4.1.0",
55
- "open": "10.2.0",
56
- "ora": "8.0.1",
55
+ "open": "11.0.0",
56
+ "ora": "9.4.0",
57
57
  "p-queue": "7.3.4",
58
- "posthog-node": "5.28.5",
58
+ "posthog-node": "5.38.2",
59
59
  "registry-auth-token": "^5.0.0",
60
60
  "registry-url": "^6.0.0",
61
- "slugify": "1.6.6",
62
- "svix": "^1.71.0",
63
- "undici": "^7.24.0",
64
- "yargs": "^17.6.2",
65
- "zod": "4.3.6"
61
+ "slugify": "1.6.9",
62
+ "svix": "^1.96.0",
63
+ "undici": "^7.28.0",
64
+ "yargs": "^18.0.0",
65
+ "zod": "4.4.3"
66
66
  },
67
67
  "devDependencies": {
68
- "@types/diff": "^8.0.0",
69
68
  "@types/js-yaml": "4.0.9",
70
- "@types/jsonwebtoken": "9.0.5",
71
- "@types/node": "24.3.1",
72
- "@types/yargs": "17.0.32"
69
+ "@types/jsonwebtoken": "9.0.10",
70
+ "@types/node": "26.0.0",
71
+ "@types/yargs": "17.0.35"
73
72
  },
74
73
  "bin": {
75
74
  "uniform": "./cli.js"
@@ -80,5 +79,5 @@
80
79
  "publishConfig": {
81
80
  "access": "public"
82
81
  },
83
- "gitHead": "3d89a5800698d773fd45afbcbec0bc5a3493cf0a"
82
+ "gitHead": "6e0ecaf15691da45ddab84cc3ca11c4d048bbbdd"
84
83
  }