@uniformdev/cli 19.178.0 → 19.179.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
|
@@ -7476,7 +7476,7 @@ import { PostHog } from "posthog-node";
|
|
|
7476
7476
|
// package.json
|
|
7477
7477
|
var package_default = {
|
|
7478
7478
|
name: "@uniformdev/cli",
|
|
7479
|
-
version: "19.
|
|
7479
|
+
version: "19.179.0",
|
|
7480
7480
|
description: "Uniform command line interface tool",
|
|
7481
7481
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
7482
7482
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.179.1-alpha.1+3adc08c00a",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@thi.ng/mime": "^2.2.23",
|
|
30
|
-
"@uniformdev/assets": "19.
|
|
31
|
-
"@uniformdev/canvas": "19.
|
|
32
|
-
"@uniformdev/context": "19.
|
|
33
|
-
"@uniformdev/files": "19.
|
|
34
|
-
"@uniformdev/project-map": "19.
|
|
35
|
-
"@uniformdev/redirect": "19.
|
|
30
|
+
"@uniformdev/assets": "19.179.1-alpha.1+3adc08c00a",
|
|
31
|
+
"@uniformdev/canvas": "19.179.1-alpha.1+3adc08c00a",
|
|
32
|
+
"@uniformdev/context": "19.179.1-alpha.1+3adc08c00a",
|
|
33
|
+
"@uniformdev/files": "19.179.1-alpha.1+3adc08c00a",
|
|
34
|
+
"@uniformdev/project-map": "19.179.1-alpha.1+3adc08c00a",
|
|
35
|
+
"@uniformdev/redirect": "19.179.1-alpha.1+3adc08c00a",
|
|
36
36
|
"call-bind": "^1.0.2",
|
|
37
37
|
"colorette": "2.0.20",
|
|
38
38
|
"cosmiconfig": "9.0.0",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"access": "public"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "3adc08c00a0d3932b6b767faaa6157f8b71ef0a0"
|
|
82
82
|
}
|