@uniformdev/cli 19.56.1-alpha.5 → 19.57.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.
- package/dist/index.mjs +4 -4
- package/package.json +10 -10
package/dist/index.mjs
CHANGED
|
@@ -4778,7 +4778,7 @@ import { PostHog } from "posthog-node";
|
|
|
4778
4778
|
// package.json
|
|
4779
4779
|
var package_default = {
|
|
4780
4780
|
name: "@uniformdev/cli",
|
|
4781
|
-
version: "19.
|
|
4781
|
+
version: "19.57.0",
|
|
4782
4782
|
description: "Uniform command line interface tool",
|
|
4783
4783
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
4784
4784
|
main: "./cli.js",
|
|
@@ -4807,7 +4807,7 @@ var package_default = {
|
|
|
4807
4807
|
dotenv: "^16.0.3",
|
|
4808
4808
|
execa: "5.1.1",
|
|
4809
4809
|
"fs-jetpack": "5.1.0",
|
|
4810
|
-
graphql: "16.8.
|
|
4810
|
+
graphql: "16.8.1",
|
|
4811
4811
|
"graphql-request": "6.1.0",
|
|
4812
4812
|
"https-proxy-agent": "^7.0.0",
|
|
4813
4813
|
"image-size": "^1.0.2",
|
|
@@ -4830,9 +4830,9 @@ var package_default = {
|
|
|
4830
4830
|
"@types/diff": "5.0.4",
|
|
4831
4831
|
"@types/inquirer": "9.0.3",
|
|
4832
4832
|
"@types/js-yaml": "4.0.6",
|
|
4833
|
-
"@types/jsonwebtoken": "9.0.
|
|
4833
|
+
"@types/jsonwebtoken": "9.0.3",
|
|
4834
4834
|
"@types/lodash.isequalwith": "4.4.7",
|
|
4835
|
-
"@types/node": "18.17.
|
|
4835
|
+
"@types/node": "18.17.17",
|
|
4836
4836
|
"@types/yargs": "17.0.24"
|
|
4837
4837
|
},
|
|
4838
4838
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.57.0",
|
|
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.
|
|
21
|
-
"@uniformdev/context": "19.
|
|
22
|
-
"@uniformdev/files": "19.
|
|
23
|
-
"@uniformdev/project-map": "19.
|
|
24
|
-
"@uniformdev/redirect": "19.
|
|
20
|
+
"@uniformdev/canvas": "19.57.0",
|
|
21
|
+
"@uniformdev/context": "19.57.0",
|
|
22
|
+
"@uniformdev/files": "19.57.0",
|
|
23
|
+
"@uniformdev/project-map": "19.57.0",
|
|
24
|
+
"@uniformdev/redirect": "19.57.0",
|
|
25
25
|
"colorette": "2.0.20",
|
|
26
26
|
"cosmiconfig": "8.2.0",
|
|
27
27
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dotenv": "^16.0.3",
|
|
30
30
|
"execa": "5.1.1",
|
|
31
31
|
"fs-jetpack": "5.1.0",
|
|
32
|
-
"graphql": "16.8.
|
|
32
|
+
"graphql": "16.8.1",
|
|
33
33
|
"graphql-request": "6.1.0",
|
|
34
34
|
"https-proxy-agent": "^7.0.0",
|
|
35
35
|
"image-size": "^1.0.2",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"@types/diff": "5.0.4",
|
|
53
53
|
"@types/inquirer": "9.0.3",
|
|
54
54
|
"@types/js-yaml": "4.0.6",
|
|
55
|
-
"@types/jsonwebtoken": "9.0.
|
|
55
|
+
"@types/jsonwebtoken": "9.0.3",
|
|
56
56
|
"@types/lodash.isequalwith": "4.4.7",
|
|
57
|
-
"@types/node": "18.17.
|
|
57
|
+
"@types/node": "18.17.17",
|
|
58
58
|
"@types/yargs": "17.0.24"
|
|
59
59
|
},
|
|
60
60
|
"bin": {
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "34b8d4a74f9029d507640eb8ef52d7bcf7e6d552"
|
|
70
70
|
}
|