@uniformdev/cli 19.34.0 → 19.35.1-alpha.8
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
|
@@ -3097,7 +3097,7 @@ import { PostHog } from "posthog-node";
|
|
|
3097
3097
|
// package.json
|
|
3098
3098
|
var package_default = {
|
|
3099
3099
|
name: "@uniformdev/cli",
|
|
3100
|
-
version: "19.
|
|
3100
|
+
version: "19.35.0",
|
|
3101
3101
|
description: "Uniform command line interface tool",
|
|
3102
3102
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3103
3103
|
main: "./cli.js",
|
|
@@ -3126,7 +3126,7 @@ var package_default = {
|
|
|
3126
3126
|
"graphql-request": "6.1.0",
|
|
3127
3127
|
"https-proxy-agent": "^7.0.0",
|
|
3128
3128
|
inquirer: "9.2.7",
|
|
3129
|
-
"isomorphic-git": "1.24.
|
|
3129
|
+
"isomorphic-git": "1.24.2",
|
|
3130
3130
|
"isomorphic-unfetch": "^3.1.0",
|
|
3131
3131
|
"js-yaml": "^4.1.0",
|
|
3132
3132
|
jsonwebtoken: "9.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.35.1-alpha.8+a708c0c03",
|
|
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.35.1-alpha.8+a708c0c03",
|
|
20
|
+
"@uniformdev/context": "19.35.1-alpha.8+a708c0c03",
|
|
21
|
+
"@uniformdev/project-map": "19.35.1-alpha.8+a708c0c03",
|
|
22
|
+
"@uniformdev/redirect": "19.35.1-alpha.8+a708c0c03",
|
|
23
23
|
"colorette": "2.0.20",
|
|
24
24
|
"diff": "^5.0.0",
|
|
25
25
|
"dotenv": "^16.0.3",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"graphql-request": "6.1.0",
|
|
30
30
|
"https-proxy-agent": "^7.0.0",
|
|
31
31
|
"inquirer": "9.2.7",
|
|
32
|
-
"isomorphic-git": "1.24.
|
|
32
|
+
"isomorphic-git": "1.24.2",
|
|
33
33
|
"isomorphic-unfetch": "^3.1.0",
|
|
34
34
|
"js-yaml": "^4.1.0",
|
|
35
35
|
"jsonwebtoken": "9.0.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "a708c0c034aa8375d0bd74e9f619319955b63a19"
|
|
64
64
|
}
|