@uniformdev/cli 18.31.1-alpha.22 → 18.32.1-alpha.26
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 +1 -1
- package/package.json +5 -5
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.32.0",
|
|
3229
3229
|
description: "Uniform command line interface tool",
|
|
3230
3230
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3231
3231
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.32.1-alpha.26+371f15eeb",
|
|
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.32.1-alpha.26+371f15eeb",
|
|
20
|
+
"@uniformdev/context": "18.32.1-alpha.26+371f15eeb",
|
|
21
|
+
"@uniformdev/project-map": "18.32.1-alpha.26+371f15eeb",
|
|
22
22
|
"chalk": "^5.2.0",
|
|
23
23
|
"diff": "^5.0.0",
|
|
24
24
|
"dotenv": "^16.0.3",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "371f15eeb2def5acf3000d0e6efb6567c1ec3395"
|
|
63
63
|
}
|