@uniformdev/cli 18.38.1-alpha.10 → 19.0.0

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.
Files changed (2) hide show
  1. package/dist/index.mjs +8 -8
  2. package/package.json +6 -6
package/dist/index.mjs CHANGED
@@ -957,12 +957,12 @@ var CompositionGetModule = {
957
957
  default: false,
958
958
  describe: "Include individual component UIDs"
959
959
  },
960
- unstableResolveData: {
960
+ resolveData: {
961
961
  type: "boolean",
962
962
  default: false,
963
963
  describe: "Resolve all data resources used by the composition"
964
964
  },
965
- unstableDiagnostics: {
965
+ diagnostics: {
966
966
  type: "boolean",
967
967
  default: false,
968
968
  describe: "Include diagnostics information when resolving data"
@@ -985,8 +985,8 @@ var CompositionGetModule = {
985
985
  resolvePatterns,
986
986
  resolveOverrides,
987
987
  componentIDs,
988
- unstableResolveData,
989
- unstableDiagnostics
988
+ resolveData,
989
+ diagnostics
990
990
  }) => {
991
991
  const fetch3 = nodeFetchProxy(proxy);
992
992
  const client = new UncachedCanvasClient7({ apiKey, edgeApiHost, apiHost, fetch: fetch3, projectId });
@@ -997,8 +997,8 @@ var CompositionGetModule = {
997
997
  skipPatternResolution: !resolvePatterns,
998
998
  skipOverridesResolution: !resolveOverrides,
999
999
  withComponentIDs: componentIDs,
1000
- unstable_resolveData: unstableResolveData,
1001
- unstable_diagnostics: unstableDiagnostics
1000
+ skipDataResolution: !resolveData,
1001
+ diagnostics
1002
1002
  })
1003
1003
  );
1004
1004
  emitWithFormat(res, format, filename);
@@ -3233,7 +3233,7 @@ import { PostHog } from "posthog-node";
3233
3233
  // package.json
3234
3234
  var package_default = {
3235
3235
  name: "@uniformdev/cli",
3236
- version: "18.38.0",
3236
+ version: "19.0.0",
3237
3237
  description: "Uniform command line interface tool",
3238
3238
  license: "SEE LICENSE IN LICENSE.txt",
3239
3239
  main: "./cli.js",
@@ -3258,7 +3258,7 @@ var package_default = {
3258
3258
  execa: "5.1.1",
3259
3259
  "fs-jetpack": "5.1.0",
3260
3260
  graphql: "16.6.0",
3261
- "graphql-request": "5.1.0",
3261
+ "graphql-request": "6.0.0",
3262
3262
  "https-proxy-agent": "^5.0.1",
3263
3263
  inquirer: "9.1.5",
3264
3264
  "isomorphic-git": "1.21.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "18.38.1-alpha.10+13f006c1d",
3
+ "version": "19.0.0",
4
4
  "description": "Uniform command line interface tool",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./cli.js",
@@ -16,16 +16,16 @@
16
16
  "format": "prettier --write \"src/**/*.{js,ts,tsx}\""
17
17
  },
18
18
  "dependencies": {
19
- "@uniformdev/canvas": "18.38.1-alpha.10+13f006c1d",
20
- "@uniformdev/context": "18.38.1-alpha.10+13f006c1d",
21
- "@uniformdev/project-map": "18.38.1-alpha.10+13f006c1d",
19
+ "@uniformdev/canvas": "19.0.0",
20
+ "@uniformdev/context": "19.0.0",
21
+ "@uniformdev/project-map": "19.0.0",
22
22
  "chalk": "^5.2.0",
23
23
  "diff": "^5.0.0",
24
24
  "dotenv": "^16.0.3",
25
25
  "execa": "5.1.1",
26
26
  "fs-jetpack": "5.1.0",
27
27
  "graphql": "16.6.0",
28
- "graphql-request": "5.1.0",
28
+ "graphql-request": "6.0.0",
29
29
  "https-proxy-agent": "^5.0.1",
30
30
  "inquirer": "9.1.5",
31
31
  "isomorphic-git": "1.21.0",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "13f006c1d5ebbe593d33f3446a8de84b4a2d42d1"
62
+ "gitHead": "e104985924b24a8de1d8dcfcca6c9167611adf85"
63
63
  }