@uniformdev/cli 19.40.0 → 19.41.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 +6 -6
package/dist/index.mjs
CHANGED
|
@@ -3364,7 +3364,7 @@ import { PostHog } from "posthog-node";
|
|
|
3364
3364
|
// package.json
|
|
3365
3365
|
var package_default = {
|
|
3366
3366
|
name: "@uniformdev/cli",
|
|
3367
|
-
version: "19.
|
|
3367
|
+
version: "19.41.0",
|
|
3368
3368
|
description: "Uniform command line interface tool",
|
|
3369
3369
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3370
3370
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.41.0",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@uniformdev/canvas": "19.
|
|
20
|
-
"@uniformdev/context": "19.
|
|
21
|
-
"@uniformdev/project-map": "19.
|
|
22
|
-
"@uniformdev/redirect": "19.
|
|
19
|
+
"@uniformdev/canvas": "19.41.0",
|
|
20
|
+
"@uniformdev/context": "19.41.0",
|
|
21
|
+
"@uniformdev/project-map": "19.41.0",
|
|
22
|
+
"@uniformdev/redirect": "19.41.0",
|
|
23
23
|
"colorette": "2.0.20",
|
|
24
24
|
"cosmiconfig": "^8.2.0",
|
|
25
25
|
"diff": "^5.0.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "cd4f9fd5bbdcba2b7f7235dbf342418a6bbaacb9"
|
|
65
65
|
}
|