@uniformdev/cli 20.42.2-alpha.6 → 20.43.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 +9 -9
package/dist/index.mjs
CHANGED
|
@@ -1124,7 +1124,7 @@ import { PostHog } from "posthog-node";
|
|
|
1124
1124
|
// package.json
|
|
1125
1125
|
var package_default = {
|
|
1126
1126
|
name: "@uniformdev/cli",
|
|
1127
|
-
version: "20.
|
|
1127
|
+
version: "20.43.0",
|
|
1128
1128
|
description: "Uniform command line interface tool",
|
|
1129
1129
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
1130
1130
|
main: "./cli.js",
|
|
@@ -1150,6 +1150,7 @@ var package_default = {
|
|
|
1150
1150
|
format: 'prettier --write "src/**/*.{js,ts,tsx}"'
|
|
1151
1151
|
},
|
|
1152
1152
|
dependencies: {
|
|
1153
|
+
"@inquirer/prompts": "^7.10.1",
|
|
1153
1154
|
"@thi.ng/mime": "^2.2.23",
|
|
1154
1155
|
"@uniformdev/assets": "workspace:*",
|
|
1155
1156
|
"@uniformdev/canvas": "workspace:*",
|
|
@@ -1171,7 +1172,6 @@ var package_default = {
|
|
|
1171
1172
|
graphql: "16.9.0",
|
|
1172
1173
|
"graphql-request": "6.1.0",
|
|
1173
1174
|
"image-size": "^1.2.1",
|
|
1174
|
-
"@inquirer/prompts": "^7.10.1",
|
|
1175
1175
|
"isomorphic-git": "1.35.0",
|
|
1176
1176
|
"js-yaml": "^4.1.0",
|
|
1177
1177
|
jsonwebtoken: "9.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.43.0",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@inquirer/prompts": "^7.10.1",
|
|
30
30
|
"@thi.ng/mime": "^2.2.23",
|
|
31
|
-
"@uniformdev/assets": "20.
|
|
32
|
-
"@uniformdev/canvas": "20.
|
|
33
|
-
"@uniformdev/context": "20.
|
|
34
|
-
"@uniformdev/files": "20.
|
|
35
|
-
"@uniformdev/project-map": "20.
|
|
36
|
-
"@uniformdev/redirect": "20.
|
|
37
|
-
"@uniformdev/richtext": "20.
|
|
31
|
+
"@uniformdev/assets": "20.43.0",
|
|
32
|
+
"@uniformdev/canvas": "20.43.0",
|
|
33
|
+
"@uniformdev/context": "20.43.0",
|
|
34
|
+
"@uniformdev/files": "20.43.0",
|
|
35
|
+
"@uniformdev/project-map": "20.43.0",
|
|
36
|
+
"@uniformdev/redirect": "20.43.0",
|
|
37
|
+
"@uniformdev/richtext": "20.43.0",
|
|
38
38
|
"call-bind": "^1.0.2",
|
|
39
39
|
"colorette": "2.0.20",
|
|
40
40
|
"cosmiconfig": "9.0.0",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "9a8037f9cd28afa60861e7de0fb8f6153482194f"
|
|
85
85
|
}
|