@uniformdev/cli 19.210.4-alpha.0 → 19.211.0
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
|
@@ -8412,7 +8412,7 @@ import { PostHog } from "posthog-node";
|
|
|
8412
8412
|
// package.json
|
|
8413
8413
|
var package_default = {
|
|
8414
8414
|
name: "@uniformdev/cli",
|
|
8415
|
-
version: "19.
|
|
8415
|
+
version: "19.211.0",
|
|
8416
8416
|
description: "Uniform command line interface tool",
|
|
8417
8417
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
8418
8418
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.211.0",
|
|
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.211.0",
|
|
31
|
+
"@uniformdev/canvas": "19.211.0",
|
|
32
|
+
"@uniformdev/context": "19.211.0",
|
|
33
|
+
"@uniformdev/files": "19.211.0",
|
|
34
|
+
"@uniformdev/project-map": "19.211.0",
|
|
35
|
+
"@uniformdev/redirect": "19.211.0",
|
|
36
36
|
"call-bind": "^1.0.2",
|
|
37
37
|
"colorette": "2.0.20",
|
|
38
38
|
"cosmiconfig": "9.0.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "c101d24290ae409fec3148e0cf055618f3f836cd"
|
|
83
83
|
}
|