@uniformdev/cli 19.92.3-alpha.7 → 19.94.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 +11 -11
package/dist/index.mjs
CHANGED
|
@@ -6064,7 +6064,7 @@ import { PostHog } from "posthog-node";
|
|
|
6064
6064
|
// package.json
|
|
6065
6065
|
var package_default = {
|
|
6066
6066
|
name: "@uniformdev/cli",
|
|
6067
|
-
version: "19.
|
|
6067
|
+
version: "19.94.0",
|
|
6068
6068
|
description: "Uniform command line interface tool",
|
|
6069
6069
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
6070
6070
|
main: "./cli.js",
|
|
@@ -6100,13 +6100,13 @@ var package_default = {
|
|
|
6100
6100
|
"https-proxy-agent": "^7.0.0",
|
|
6101
6101
|
"image-size": "^1.0.2",
|
|
6102
6102
|
inquirer: "9.2.12",
|
|
6103
|
-
"isomorphic-git": "1.
|
|
6103
|
+
"isomorphic-git": "1.25.2",
|
|
6104
6104
|
"isomorphic-unfetch": "^4.0.0",
|
|
6105
6105
|
"js-yaml": "^4.1.0",
|
|
6106
6106
|
jsonwebtoken: "9.0.2",
|
|
6107
6107
|
"lodash.isequalwith": "^4.4.0",
|
|
6108
6108
|
open: "9.1.0",
|
|
6109
|
-
ora: "
|
|
6109
|
+
ora: "8.0.1",
|
|
6110
6110
|
"p-queue": "7.3.4",
|
|
6111
6111
|
"posthog-node": "3.2.1",
|
|
6112
6112
|
"registry-auth-token": "^5.0.0",
|
|
@@ -6121,7 +6121,7 @@ var package_default = {
|
|
|
6121
6121
|
"@types/js-yaml": "4.0.9",
|
|
6122
6122
|
"@types/jsonwebtoken": "9.0.5",
|
|
6123
6123
|
"@types/lodash.isequalwith": "4.4.9",
|
|
6124
|
-
"@types/node": "20.10.
|
|
6124
|
+
"@types/node": "20.10.6",
|
|
6125
6125
|
"@types/yargs": "17.0.32"
|
|
6126
6126
|
},
|
|
6127
6127
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.94.0",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@thi.ng/mime": "^2.2.23",
|
|
20
|
-
"@uniformdev/assets": "19.
|
|
21
|
-
"@uniformdev/canvas": "19.
|
|
22
|
-
"@uniformdev/context": "19.
|
|
23
|
-
"@uniformdev/files": "19.
|
|
24
|
-
"@uniformdev/project-map": "19.
|
|
25
|
-
"@uniformdev/redirect": "19.
|
|
20
|
+
"@uniformdev/assets": "19.94.0",
|
|
21
|
+
"@uniformdev/canvas": "19.94.0",
|
|
22
|
+
"@uniformdev/context": "19.94.0",
|
|
23
|
+
"@uniformdev/files": "19.94.0",
|
|
24
|
+
"@uniformdev/project-map": "19.94.0",
|
|
25
|
+
"@uniformdev/redirect": "19.94.0",
|
|
26
26
|
"call-bind": "^1.0.2",
|
|
27
27
|
"colorette": "2.0.20",
|
|
28
28
|
"cosmiconfig": "8.3.6",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"https-proxy-agent": "^7.0.0",
|
|
37
37
|
"image-size": "^1.0.2",
|
|
38
38
|
"inquirer": "9.2.12",
|
|
39
|
-
"isomorphic-git": "1.
|
|
39
|
+
"isomorphic-git": "1.25.2",
|
|
40
40
|
"isomorphic-unfetch": "^4.0.0",
|
|
41
41
|
"js-yaml": "^4.1.0",
|
|
42
42
|
"jsonwebtoken": "9.0.2",
|
|
43
43
|
"lodash.isequalwith": "^4.4.0",
|
|
44
44
|
"open": "9.1.0",
|
|
45
|
-
"ora": "
|
|
45
|
+
"ora": "8.0.1",
|
|
46
46
|
"p-queue": "7.3.4",
|
|
47
47
|
"posthog-node": "3.2.1",
|
|
48
48
|
"registry-auth-token": "^5.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@types/js-yaml": "4.0.9",
|
|
58
58
|
"@types/jsonwebtoken": "9.0.5",
|
|
59
59
|
"@types/lodash.isequalwith": "4.4.9",
|
|
60
|
-
"@types/node": "20.10.
|
|
60
|
+
"@types/node": "20.10.6",
|
|
61
61
|
"@types/yargs": "17.0.32"
|
|
62
62
|
},
|
|
63
63
|
"bin": {
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "83b33647cd09dafcd4ea23012c4e87a45b71c0af"
|
|
73
73
|
}
|