@uniformdev/cli 19.63.2 → 19.65.1-alpha.4
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
|
@@ -5075,7 +5075,7 @@ import { PostHog } from "posthog-node";
|
|
|
5075
5075
|
// package.json
|
|
5076
5076
|
var package_default = {
|
|
5077
5077
|
name: "@uniformdev/cli",
|
|
5078
|
-
version: "19.
|
|
5078
|
+
version: "19.65.0",
|
|
5079
5079
|
description: "Uniform command line interface tool",
|
|
5080
5080
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
5081
5081
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.65.1-alpha.4+d9220a0f9",
|
|
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.
|
|
21
|
-
"@uniformdev/context": "19.
|
|
22
|
-
"@uniformdev/files": "19.
|
|
23
|
-
"@uniformdev/project-map": "19.
|
|
24
|
-
"@uniformdev/redirect": "19.
|
|
20
|
+
"@uniformdev/canvas": "19.65.1-alpha.4+d9220a0f9",
|
|
21
|
+
"@uniformdev/context": "19.65.1-alpha.4+d9220a0f9",
|
|
22
|
+
"@uniformdev/files": "19.65.1-alpha.4+d9220a0f9",
|
|
23
|
+
"@uniformdev/project-map": "19.65.1-alpha.4+d9220a0f9",
|
|
24
|
+
"@uniformdev/redirect": "19.65.1-alpha.4+d9220a0f9",
|
|
25
25
|
"call-bind": "^1.0.2",
|
|
26
26
|
"colorette": "2.0.20",
|
|
27
27
|
"cosmiconfig": "8.3.6",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "d9220a0f9c51bae1ae6b97d356ae510ffc484394"
|
|
72
72
|
}
|