@uniformdev/cli 19.151.2-alpha.16 → 19.153.1-alpha.1
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 +8 -8
package/dist/index.mjs
CHANGED
|
@@ -7147,7 +7147,7 @@ import { PostHog } from "posthog-node";
|
|
|
7147
7147
|
// package.json
|
|
7148
7148
|
var package_default = {
|
|
7149
7149
|
name: "@uniformdev/cli",
|
|
7150
|
-
version: "19.
|
|
7150
|
+
version: "19.153.0",
|
|
7151
7151
|
description: "Uniform command line interface tool",
|
|
7152
7152
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
7153
7153
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.153.1-alpha.1+f8537157ec",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@thi.ng/mime": "^2.2.23",
|
|
20
|
-
"@uniformdev/assets": "19.
|
|
21
|
-
"@uniformdev/canvas": "19.
|
|
22
|
-
"@uniformdev/context": "19.
|
|
23
|
-
"@uniformdev/files": "19.
|
|
24
|
-
"@uniformdev/project-map": "19.
|
|
25
|
-
"@uniformdev/redirect": "19.
|
|
20
|
+
"@uniformdev/assets": "19.153.1-alpha.1+f8537157ec",
|
|
21
|
+
"@uniformdev/canvas": "19.153.1-alpha.1+f8537157ec",
|
|
22
|
+
"@uniformdev/context": "19.153.1-alpha.1+f8537157ec",
|
|
23
|
+
"@uniformdev/files": "19.153.1-alpha.1+f8537157ec",
|
|
24
|
+
"@uniformdev/project-map": "19.153.1-alpha.1+f8537157ec",
|
|
25
|
+
"@uniformdev/redirect": "19.153.1-alpha.1+f8537157ec",
|
|
26
26
|
"call-bind": "^1.0.2",
|
|
27
27
|
"colorette": "2.0.20",
|
|
28
28
|
"cosmiconfig": "8.3.6",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "f8537157ec48cfc9eeeafb95a733eb987e246427"
|
|
72
72
|
}
|