@uniformdev/cli 19.58.2-alpha.0 → 19.58.2-alpha.11
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 +4 -3
- package/package.json +8 -8
package/dist/index.mjs
CHANGED
|
@@ -2694,7 +2694,8 @@ function createEntryEngineDataSource({
|
|
|
2694
2694
|
offset: 0,
|
|
2695
2695
|
limit: 1e3,
|
|
2696
2696
|
skipDataResolution: true,
|
|
2697
|
-
state: stateId
|
|
2697
|
+
state: stateId,
|
|
2698
|
+
withComponentIDs: true
|
|
2698
2699
|
});
|
|
2699
2700
|
for await (const e of entries) {
|
|
2700
2701
|
const result = {
|
|
@@ -4778,7 +4779,7 @@ import { PostHog } from "posthog-node";
|
|
|
4778
4779
|
// package.json
|
|
4779
4780
|
var package_default = {
|
|
4780
4781
|
name: "@uniformdev/cli",
|
|
4781
|
-
version: "19.
|
|
4782
|
+
version: "19.59.0",
|
|
4782
4783
|
description: "Uniform command line interface tool",
|
|
4783
4784
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
4784
4785
|
main: "./cli.js",
|
|
@@ -4818,7 +4819,7 @@ var package_default = {
|
|
|
4818
4819
|
jsonwebtoken: "9.0.2",
|
|
4819
4820
|
"lodash.isequalwith": "^4.4.0",
|
|
4820
4821
|
open: "9.1.0",
|
|
4821
|
-
ora: "
|
|
4822
|
+
ora: "7.0.1",
|
|
4822
4823
|
"p-queue": "7.3.4",
|
|
4823
4824
|
"posthog-node": "3.1.2",
|
|
4824
4825
|
slugify: "1.6.6",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.58.2-alpha.
|
|
3
|
+
"version": "19.58.2-alpha.11+9a1da0c41",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@thi.ng/mime": "^2.2.23",
|
|
20
|
-
"@uniformdev/canvas": "19.58.2-alpha.
|
|
21
|
-
"@uniformdev/context": "19.58.2-alpha.
|
|
22
|
-
"@uniformdev/files": "19.58.2-alpha.
|
|
23
|
-
"@uniformdev/project-map": "19.58.2-alpha.
|
|
24
|
-
"@uniformdev/redirect": "19.58.2-alpha.
|
|
20
|
+
"@uniformdev/canvas": "19.58.2-alpha.11+9a1da0c41",
|
|
21
|
+
"@uniformdev/context": "19.58.2-alpha.11+9a1da0c41",
|
|
22
|
+
"@uniformdev/files": "19.58.2-alpha.11+9a1da0c41",
|
|
23
|
+
"@uniformdev/project-map": "19.58.2-alpha.11+9a1da0c41",
|
|
24
|
+
"@uniformdev/redirect": "19.58.2-alpha.11+9a1da0c41",
|
|
25
25
|
"colorette": "2.0.20",
|
|
26
26
|
"cosmiconfig": "8.3.6",
|
|
27
27
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"jsonwebtoken": "9.0.2",
|
|
41
41
|
"lodash.isequalwith": "^4.4.0",
|
|
42
42
|
"open": "9.1.0",
|
|
43
|
-
"ora": "
|
|
43
|
+
"ora": "7.0.1",
|
|
44
44
|
"p-queue": "7.3.4",
|
|
45
45
|
"posthog-node": "3.1.2",
|
|
46
46
|
"slugify": "1.6.6",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "9a1da0c4162d8d70477d87a876eeaaf4525d94ac"
|
|
70
70
|
}
|