@uniformdev/cli 18.23.1-alpha.34 → 18.24.1-alpha.1
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 +5 -5
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -894,7 +894,7 @@ var CompositionGetModule = {
|
|
|
894
894
|
default: false,
|
|
895
895
|
describe: "Resolve all data resources used by the composition"
|
|
896
896
|
},
|
|
897
|
-
|
|
897
|
+
unstableDiagnostics: {
|
|
898
898
|
type: "boolean",
|
|
899
899
|
default: false,
|
|
900
900
|
describe: "Include diagnostics information when resolving data"
|
|
@@ -917,7 +917,7 @@ var CompositionGetModule = {
|
|
|
917
917
|
resolvePatterns,
|
|
918
918
|
componentIDs,
|
|
919
919
|
unstableResolveData,
|
|
920
|
-
|
|
920
|
+
unstableDiagnostics
|
|
921
921
|
}) => {
|
|
922
922
|
const fetch3 = nodeFetchProxy(proxy);
|
|
923
923
|
const client = new UncachedCanvasClient7({ apiKey, edgeApiHost, apiHost, fetch: fetch3, projectId });
|
|
@@ -928,7 +928,7 @@ var CompositionGetModule = {
|
|
|
928
928
|
skipPatternResolution: !resolvePatterns,
|
|
929
929
|
withComponentIDs: componentIDs,
|
|
930
930
|
unstable_resolveData: unstableResolveData,
|
|
931
|
-
|
|
931
|
+
unstable_diagnostics: unstableDiagnostics
|
|
932
932
|
})
|
|
933
933
|
);
|
|
934
934
|
emitWithFormat(res, format, filename);
|
|
@@ -3162,7 +3162,7 @@ import { PostHog } from "posthog-node";
|
|
|
3162
3162
|
// package.json
|
|
3163
3163
|
var package_default = {
|
|
3164
3164
|
name: "@uniformdev/cli",
|
|
3165
|
-
version: "18.
|
|
3165
|
+
version: "18.24.0",
|
|
3166
3166
|
description: "Uniform command line interface tool",
|
|
3167
3167
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3168
3168
|
main: "./cli.js",
|
|
@@ -3208,7 +3208,7 @@ var package_default = {
|
|
|
3208
3208
|
"@types/js-yaml": "4.0.5",
|
|
3209
3209
|
"@types/jsonwebtoken": "9.0.1",
|
|
3210
3210
|
"@types/lodash.isequalwith": "4.4.7",
|
|
3211
|
-
"@types/node": "18.15.
|
|
3211
|
+
"@types/node": "18.15.2",
|
|
3212
3212
|
"@types/yargs": "17.0.22",
|
|
3213
3213
|
"p-limit": "4.0.0"
|
|
3214
3214
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.24.1-alpha.1+65e77b560",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -16,9 +16,9 @@
|
|
|
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.24.1-alpha.1+65e77b560",
|
|
20
|
+
"@uniformdev/context": "18.24.1-alpha.1+65e77b560",
|
|
21
|
+
"@uniformdev/project-map": "18.24.1-alpha.1+65e77b560",
|
|
22
22
|
"chalk": "^5.2.0",
|
|
23
23
|
"diff": "^5.0.0",
|
|
24
24
|
"dotenv": "^16.0.3",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@types/js-yaml": "4.0.5",
|
|
47
47
|
"@types/jsonwebtoken": "9.0.1",
|
|
48
48
|
"@types/lodash.isequalwith": "4.4.7",
|
|
49
|
-
"@types/node": "18.15.
|
|
49
|
+
"@types/node": "18.15.2",
|
|
50
50
|
"@types/yargs": "17.0.22",
|
|
51
51
|
"p-limit": "4.0.0"
|
|
52
52
|
},
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "65e77b56039b0c688518358a8402acd84686e9e0"
|
|
63
63
|
}
|