@uniformdev/cli 18.26.0 → 18.27.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 +1 -1
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -3190,7 +3190,7 @@ import { PostHog } from "posthog-node";
|
|
|
3190
3190
|
// package.json
|
|
3191
3191
|
var package_default = {
|
|
3192
3192
|
name: "@uniformdev/cli",
|
|
3193
|
-
version: "18.
|
|
3193
|
+
version: "18.27.0",
|
|
3194
3194
|
description: "Uniform command line interface tool",
|
|
3195
3195
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3196
3196
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.27.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.27.0",
|
|
20
|
+
"@uniformdev/context": "18.27.0",
|
|
21
|
+
"@uniformdev/project-map": "18.27.0",
|
|
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": "2f40af577d2f8ce537e857f8fbc08b4030e73cd1"
|
|
63
63
|
}
|