@uniformdev/cli 19.39.1-alpha.10 → 19.40.1-alpha.16
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
|
@@ -3751,7 +3751,7 @@ import { PostHog } from "posthog-node";
|
|
|
3751
3751
|
// package.json
|
|
3752
3752
|
var package_default = {
|
|
3753
3753
|
name: "@uniformdev/cli",
|
|
3754
|
-
version: "19.
|
|
3754
|
+
version: "19.40.0",
|
|
3755
3755
|
description: "Uniform command line interface tool",
|
|
3756
3756
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3757
3757
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.40.1-alpha.16+810fa24de",
|
|
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.40.1-alpha.16+810fa24de",
|
|
20
|
+
"@uniformdev/context": "19.40.1-alpha.16+810fa24de",
|
|
21
|
+
"@uniformdev/project-map": "19.40.1-alpha.16+810fa24de",
|
|
22
|
+
"@uniformdev/redirect": "19.40.1-alpha.16+810fa24de",
|
|
23
23
|
"colorette": "2.0.20",
|
|
24
24
|
"cosmiconfig": "8.2.0",
|
|
25
25
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "810fa24de01ecdc5411e39456f2b5341db908cb0"
|
|
66
66
|
}
|