@uniformdev/cli 19.12.0 → 19.13.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 +2 -2
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -3101,7 +3101,7 @@ import { PostHog } from "posthog-node";
|
|
|
3101
3101
|
// package.json
|
|
3102
3102
|
var package_default = {
|
|
3103
3103
|
name: "@uniformdev/cli",
|
|
3104
|
-
version: "19.
|
|
3104
|
+
version: "19.13.0",
|
|
3105
3105
|
description: "Uniform command line interface tool",
|
|
3106
3106
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3107
3107
|
main: "./cli.js",
|
|
@@ -3129,7 +3129,7 @@ var package_default = {
|
|
|
3129
3129
|
graphql: "16.6.0",
|
|
3130
3130
|
"graphql-request": "6.0.0",
|
|
3131
3131
|
"https-proxy-agent": "^5.0.1",
|
|
3132
|
-
inquirer: "9.2.
|
|
3132
|
+
inquirer: "9.2.5",
|
|
3133
3133
|
"isomorphic-git": "1.21.0",
|
|
3134
3134
|
"isomorphic-unfetch": "^3.1.0",
|
|
3135
3135
|
"js-yaml": "^4.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.13.0",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@uniformdev/canvas": "19.
|
|
20
|
-
"@uniformdev/context": "19.
|
|
21
|
-
"@uniformdev/project-map": "19.
|
|
22
|
-
"@uniformdev/redirect": "19.
|
|
19
|
+
"@uniformdev/canvas": "19.13.0",
|
|
20
|
+
"@uniformdev/context": "19.13.0",
|
|
21
|
+
"@uniformdev/project-map": "19.13.0",
|
|
22
|
+
"@uniformdev/redirect": "19.13.0",
|
|
23
23
|
"ansi-colors": "^4.1.3",
|
|
24
24
|
"diff": "^5.0.0",
|
|
25
25
|
"dotenv": "^16.0.3",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"graphql": "16.6.0",
|
|
29
29
|
"graphql-request": "6.0.0",
|
|
30
30
|
"https-proxy-agent": "^5.0.1",
|
|
31
|
-
"inquirer": "9.2.
|
|
31
|
+
"inquirer": "9.2.5",
|
|
32
32
|
"isomorphic-git": "1.21.0",
|
|
33
33
|
"isomorphic-unfetch": "^3.1.0",
|
|
34
34
|
"js-yaml": "^4.1.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "1670a0e2475a7a98745ea737cd3b2b09649fe1a1"
|
|
63
63
|
}
|