@uniformdev/cli 18.35.1-alpha.27 → 18.38.2-alpha.6
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 +8 -8
- 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
|
-
|
|
960
|
+
unstableResolveData: {
|
|
961
961
|
type: "boolean",
|
|
962
962
|
default: false,
|
|
963
963
|
describe: "Resolve all data resources used by the composition"
|
|
964
964
|
},
|
|
965
|
-
|
|
965
|
+
unstableDiagnostics: {
|
|
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
|
-
|
|
989
|
-
|
|
988
|
+
unstableResolveData,
|
|
989
|
+
unstableDiagnostics
|
|
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
|
-
|
|
1001
|
-
|
|
1000
|
+
unstable_resolveData: unstableResolveData,
|
|
1001
|
+
unstable_diagnostics: unstableDiagnostics
|
|
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.
|
|
3236
|
+
version: "18.38.1",
|
|
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": "
|
|
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.
|
|
3
|
+
"version": "18.38.2-alpha.6+d4938f167",
|
|
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.
|
|
20
|
-
"@uniformdev/context": "18.
|
|
21
|
-
"@uniformdev/project-map": "18.
|
|
19
|
+
"@uniformdev/canvas": "18.38.2-alpha.6+d4938f167",
|
|
20
|
+
"@uniformdev/context": "18.38.2-alpha.6+d4938f167",
|
|
21
|
+
"@uniformdev/project-map": "18.38.2-alpha.6+d4938f167",
|
|
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": "
|
|
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": "
|
|
62
|
+
"gitHead": "d4938f167d196bbd523e6cdd031f56fab4ceebf6"
|
|
63
63
|
}
|