@uniformdev/cli 18.28.0 → 18.29.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
|
@@ -3225,7 +3225,7 @@ import { PostHog } from "posthog-node";
|
|
|
3225
3225
|
// package.json
|
|
3226
3226
|
var package_default = {
|
|
3227
3227
|
name: "@uniformdev/cli",
|
|
3228
|
-
version: "18.
|
|
3228
|
+
version: "18.29.0",
|
|
3229
3229
|
description: "Uniform command line interface tool",
|
|
3230
3230
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3231
3231
|
main: "./cli.js",
|
|
@@ -3266,7 +3266,7 @@ var package_default = {
|
|
|
3266
3266
|
zod: "3.21.4"
|
|
3267
3267
|
},
|
|
3268
3268
|
devDependencies: {
|
|
3269
|
-
"@types/diff": "5.0.
|
|
3269
|
+
"@types/diff": "5.0.3",
|
|
3270
3270
|
"@types/inquirer": "9.0.3",
|
|
3271
3271
|
"@types/js-yaml": "4.0.5",
|
|
3272
3272
|
"@types/jsonwebtoken": "9.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.29.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.29.0",
|
|
20
|
+
"@uniformdev/context": "18.29.0",
|
|
21
|
+
"@uniformdev/project-map": "18.29.0",
|
|
22
22
|
"chalk": "^5.2.0",
|
|
23
23
|
"diff": "^5.0.0",
|
|
24
24
|
"dotenv": "^16.0.3",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"zod": "3.21.4"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@types/diff": "5.0.
|
|
44
|
+
"@types/diff": "5.0.3",
|
|
45
45
|
"@types/inquirer": "9.0.3",
|
|
46
46
|
"@types/js-yaml": "4.0.5",
|
|
47
47
|
"@types/jsonwebtoken": "9.0.1",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "6f1bd112312b3a261b71cd94ea3e74151fc5b0d2"
|
|
63
63
|
}
|