@uniformdev/cli 20.7.1-alpha.123 → 20.7.1-alpha.134

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/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- © 2025 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2026 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
package/dist/index.mjs CHANGED
@@ -72,7 +72,7 @@ async function getBearerToken(baseUrl) {
72
72
  }
73
73
 
74
74
  // src/client.ts
75
- import * as z from "zod";
75
+ import * as z from "zod/v3";
76
76
 
77
77
  // src/auth/api-key.ts
78
78
  var READ_PERMISSIONS = ["PROJECT", "UPM_PUB", "OPT_PUB", "OPT_READ", "UPM_READ"];
@@ -1043,7 +1043,7 @@ async function chooseTeam(user, prompt, telemetry) {
1043
1043
 
1044
1044
  // src/auth/user-info.ts
1045
1045
  import { gql, request } from "graphql-request";
1046
- import * as z2 from "zod";
1046
+ import * as z2 from "zod/v3";
1047
1047
  var query = gql`
1048
1048
  query GetUserInfo($subject: String!) {
1049
1049
  info: identities_by_pk(subject: $subject) {
@@ -1124,7 +1124,7 @@ import { PostHog } from "posthog-node";
1124
1124
  // package.json
1125
1125
  var package_default = {
1126
1126
  name: "@uniformdev/cli",
1127
- version: "20.46.0",
1127
+ version: "20.47.0",
1128
1128
  description: "Uniform command line interface tool",
1129
1129
  license: "SEE LICENSE IN LICENSE.txt",
1130
1130
  main: "./cli.js",
@@ -1174,20 +1174,20 @@ var package_default = {
1174
1174
  "image-size": "^1.2.1",
1175
1175
  "isomorphic-git": "1.35.0",
1176
1176
  "js-yaml": "^4.1.0",
1177
- jsonwebtoken: "9.0.2",
1177
+ jsonwebtoken: "9.0.3",
1178
1178
  mitt: "^3.0.1",
1179
1179
  "normalize-newline": "^4.1.0",
1180
1180
  open: "10.2.0",
1181
1181
  ora: "8.0.1",
1182
1182
  "p-queue": "7.3.4",
1183
- "posthog-node": "4.11.3",
1183
+ "posthog-node": "5.10.3",
1184
1184
  "registry-auth-token": "^5.0.0",
1185
1185
  "registry-url": "^6.0.0",
1186
1186
  slugify: "1.6.6",
1187
1187
  svix: "^1.71.0",
1188
1188
  undici: "^7.16.0",
1189
1189
  yargs: "^17.6.2",
1190
- zod: "3.23.8"
1190
+ zod: "3.25.76"
1191
1191
  },
1192
1192
  devDependencies: {
1193
1193
  "@types/diff": "5.0.9",
@@ -3577,6 +3577,11 @@ function createComponentDefinitionEngineDataSource({
3577
3577
  await client.removeComponentDefinition({ componentId: providerId });
3578
3578
  },
3579
3579
  writeObject: async (object4) => {
3580
+ if (object4.object.parameters === void 0) {
3581
+ console.warn(
3582
+ `Component definition parameters property set to undefined is ignored. If you want to remove all parameters, set it to an empty array instead (id: ${object4.object.id})`
3583
+ );
3584
+ }
3580
3585
  await client.updateComponentDefinition({
3581
3586
  componentDefinition: object4.object
3582
3587
  });
@@ -11883,7 +11888,7 @@ import yargs38 from "yargs";
11883
11888
  import { ApiClient as ApiClient4 } from "@uniformdev/context/api";
11884
11889
  import PQueue3 from "p-queue";
11885
11890
  import { Svix } from "svix";
11886
- import * as z3 from "zod";
11891
+ import * as z3 from "zod/v3";
11887
11892
  var WEBHOOKS_DASHBOARD_BASE_PATH = "/api/v1/svix-dashboard";
11888
11893
  var WebhooksClient = class extends ApiClient4 {
11889
11894
  constructor(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "20.7.1-alpha.123+2f94c7c7d8",
3
+ "version": "20.7.1-alpha.134+97fe4134d7",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -28,13 +28,13 @@
28
28
  "dependencies": {
29
29
  "@inquirer/prompts": "^7.10.1",
30
30
  "@thi.ng/mime": "^2.2.23",
31
- "@uniformdev/assets": "20.7.1-alpha.123+2f94c7c7d8",
32
- "@uniformdev/canvas": "20.7.1-alpha.123+2f94c7c7d8",
33
- "@uniformdev/context": "20.7.1-alpha.123+2f94c7c7d8",
34
- "@uniformdev/files": "20.7.1-alpha.123+2f94c7c7d8",
35
- "@uniformdev/project-map": "20.7.1-alpha.123+2f94c7c7d8",
36
- "@uniformdev/redirect": "20.7.1-alpha.123+2f94c7c7d8",
37
- "@uniformdev/richtext": "20.7.1-alpha.123+2f94c7c7d8",
31
+ "@uniformdev/assets": "20.7.1-alpha.134+97fe4134d7",
32
+ "@uniformdev/canvas": "20.7.1-alpha.134+97fe4134d7",
33
+ "@uniformdev/context": "20.7.1-alpha.134+97fe4134d7",
34
+ "@uniformdev/files": "20.7.1-alpha.134+97fe4134d7",
35
+ "@uniformdev/project-map": "20.7.1-alpha.134+97fe4134d7",
36
+ "@uniformdev/redirect": "20.7.1-alpha.134+97fe4134d7",
37
+ "@uniformdev/richtext": "20.7.1-alpha.134+97fe4134d7",
38
38
  "call-bind": "^1.0.2",
39
39
  "colorette": "2.0.20",
40
40
  "cosmiconfig": "9.0.0",
@@ -50,20 +50,20 @@
50
50
  "image-size": "^1.2.1",
51
51
  "isomorphic-git": "1.35.0",
52
52
  "js-yaml": "^4.1.0",
53
- "jsonwebtoken": "9.0.2",
53
+ "jsonwebtoken": "9.0.3",
54
54
  "mitt": "^3.0.1",
55
55
  "normalize-newline": "^4.1.0",
56
56
  "open": "10.2.0",
57
57
  "ora": "8.0.1",
58
58
  "p-queue": "7.3.4",
59
- "posthog-node": "4.11.3",
59
+ "posthog-node": "5.10.3",
60
60
  "registry-auth-token": "^5.0.0",
61
61
  "registry-url": "^6.0.0",
62
62
  "slugify": "1.6.6",
63
63
  "svix": "^1.71.0",
64
64
  "undici": "^7.16.0",
65
65
  "yargs": "^17.6.2",
66
- "zod": "3.23.8"
66
+ "zod": "3.25.76"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/diff": "5.0.9",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "2f94c7c7d825e4d5fb92122c706fb4efa4922993"
84
+ "gitHead": "97fe4134d72fb8c0b3a3432e1a6a410fdedeedb4"
85
85
  }