@uniformdev/cli 19.50.2-alpha.11 → 19.50.2-alpha.45
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 +7 -7
package/dist/index.mjs
CHANGED
|
@@ -4759,7 +4759,7 @@ import { PostHog } from "posthog-node";
|
|
|
4759
4759
|
// package.json
|
|
4760
4760
|
var package_default = {
|
|
4761
4761
|
name: "@uniformdev/cli",
|
|
4762
|
-
version: "19.
|
|
4762
|
+
version: "19.51.0",
|
|
4763
4763
|
description: "Uniform command line interface tool",
|
|
4764
4764
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
4765
4765
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.50.2-alpha.
|
|
3
|
+
"version": "19.50.2-alpha.45+a56e8590d",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@thi.ng/mime": "^2.2.23",
|
|
20
|
-
"@uniformdev/canvas": "19.50.2-alpha.
|
|
21
|
-
"@uniformdev/context": "19.50.2-alpha.
|
|
22
|
-
"@uniformdev/files": "19.50.2-alpha.
|
|
23
|
-
"@uniformdev/project-map": "19.50.2-alpha.
|
|
24
|
-
"@uniformdev/redirect": "19.50.2-alpha.
|
|
20
|
+
"@uniformdev/canvas": "19.50.2-alpha.45+a56e8590d",
|
|
21
|
+
"@uniformdev/context": "19.50.2-alpha.45+a56e8590d",
|
|
22
|
+
"@uniformdev/files": "19.50.2-alpha.45+a56e8590d",
|
|
23
|
+
"@uniformdev/project-map": "19.50.2-alpha.45+a56e8590d",
|
|
24
|
+
"@uniformdev/redirect": "19.50.2-alpha.45+a56e8590d",
|
|
25
25
|
"colorette": "2.0.20",
|
|
26
26
|
"cosmiconfig": "8.2.0",
|
|
27
27
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "a56e8590dc26a2e93a679da227c902021c519b4e"
|
|
70
70
|
}
|