@uniformdev/cli 18.21.1-alpha.4 → 18.22.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 +6 -6
package/dist/index.mjs
CHANGED
|
@@ -3162,7 +3162,7 @@ import { PostHog } from "posthog-node";
|
|
|
3162
3162
|
// package.json
|
|
3163
3163
|
var package_default = {
|
|
3164
3164
|
name: "@uniformdev/cli",
|
|
3165
|
-
version: "18.
|
|
3165
|
+
version: "18.22.0",
|
|
3166
3166
|
description: "Uniform command line interface tool",
|
|
3167
3167
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3168
3168
|
main: "./cli.js",
|
|
@@ -3200,7 +3200,7 @@ var package_default = {
|
|
|
3200
3200
|
"posthog-node": "2.5.3",
|
|
3201
3201
|
slugify: "1.6.5",
|
|
3202
3202
|
yargs: "^17.6.2",
|
|
3203
|
-
zod: "3.21.
|
|
3203
|
+
zod: "3.21.4"
|
|
3204
3204
|
},
|
|
3205
3205
|
devDependencies: {
|
|
3206
3206
|
"@types/diff": "5.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.22.0",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@uniformdev/canvas": "18.
|
|
20
|
-
"@uniformdev/context": "18.
|
|
21
|
-
"@uniformdev/project-map": "18.
|
|
19
|
+
"@uniformdev/canvas": "18.22.0",
|
|
20
|
+
"@uniformdev/context": "18.22.0",
|
|
21
|
+
"@uniformdev/project-map": "18.22.0",
|
|
22
22
|
"chalk": "^5.2.0",
|
|
23
23
|
"diff": "^5.0.0",
|
|
24
24
|
"dotenv": "^16.0.3",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"posthog-node": "2.5.3",
|
|
39
39
|
"slugify": "1.6.5",
|
|
40
40
|
"yargs": "^17.6.2",
|
|
41
|
-
"zod": "3.21.
|
|
41
|
+
"zod": "3.21.4"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/diff": "5.0.2",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "55125ebbd2e43c65946984dbd1cea417e089f75d"
|
|
63
63
|
}
|