@uniformdev/cli 19.37.0 → 19.37.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 +3 -3
- package/package.json +8 -8
package/dist/index.mjs
CHANGED
|
@@ -3364,7 +3364,7 @@ import { PostHog } from "posthog-node";
|
|
|
3364
3364
|
// package.json
|
|
3365
3365
|
var package_default = {
|
|
3366
3366
|
name: "@uniformdev/cli",
|
|
3367
|
-
version: "19.37.
|
|
3367
|
+
version: "19.37.1",
|
|
3368
3368
|
description: "Uniform command line interface tool",
|
|
3369
3369
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3370
3370
|
main: "./cli.js",
|
|
@@ -3393,8 +3393,8 @@ var package_default = {
|
|
|
3393
3393
|
graphql: "16.6.0",
|
|
3394
3394
|
"graphql-request": "6.1.0",
|
|
3395
3395
|
"https-proxy-agent": "^7.0.0",
|
|
3396
|
-
inquirer: "9.2.
|
|
3397
|
-
"isomorphic-git": "1.24.
|
|
3396
|
+
inquirer: "9.2.8",
|
|
3397
|
+
"isomorphic-git": "1.24.5",
|
|
3398
3398
|
"isomorphic-unfetch": "^3.1.0",
|
|
3399
3399
|
"js-yaml": "^4.1.0",
|
|
3400
3400
|
jsonwebtoken: "9.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.37.
|
|
3
|
+
"version": "19.37.1",
|
|
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.37.
|
|
20
|
-
"@uniformdev/context": "19.37.
|
|
21
|
-
"@uniformdev/project-map": "19.37.
|
|
22
|
-
"@uniformdev/redirect": "19.37.
|
|
19
|
+
"@uniformdev/canvas": "19.37.1",
|
|
20
|
+
"@uniformdev/context": "19.37.1",
|
|
21
|
+
"@uniformdev/project-map": "19.37.1",
|
|
22
|
+
"@uniformdev/redirect": "19.37.1",
|
|
23
23
|
"colorette": "2.0.20",
|
|
24
24
|
"cosmiconfig": "^8.2.0",
|
|
25
25
|
"diff": "^5.0.0",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"graphql": "16.6.0",
|
|
30
30
|
"graphql-request": "6.1.0",
|
|
31
31
|
"https-proxy-agent": "^7.0.0",
|
|
32
|
-
"inquirer": "9.2.
|
|
33
|
-
"isomorphic-git": "1.24.
|
|
32
|
+
"inquirer": "9.2.8",
|
|
33
|
+
"isomorphic-git": "1.24.5",
|
|
34
34
|
"isomorphic-unfetch": "^3.1.0",
|
|
35
35
|
"js-yaml": "^4.1.0",
|
|
36
36
|
"jsonwebtoken": "9.0.1",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "9de2a3f7515d658d07d7d1fb8ebf4805172e655c"
|
|
65
65
|
}
|