@uniformdev/cli 19.212.0 → 19.212.2-alpha.2
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
|
@@ -8431,7 +8431,7 @@ import { PostHog } from "posthog-node";
|
|
|
8431
8431
|
// package.json
|
|
8432
8432
|
var package_default = {
|
|
8433
8433
|
name: "@uniformdev/cli",
|
|
8434
|
-
version: "19.212.
|
|
8434
|
+
version: "19.212.1",
|
|
8435
8435
|
description: "Uniform command line interface tool",
|
|
8436
8436
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
8437
8437
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.212.
|
|
3
|
+
"version": "19.212.2-alpha.2+bda012917f",
|
|
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.212.
|
|
31
|
-
"@uniformdev/canvas": "19.212.
|
|
32
|
-
"@uniformdev/context": "19.212.
|
|
33
|
-
"@uniformdev/files": "19.212.
|
|
34
|
-
"@uniformdev/project-map": "19.212.
|
|
35
|
-
"@uniformdev/redirect": "19.212.
|
|
30
|
+
"@uniformdev/assets": "19.212.2-alpha.2+bda012917f",
|
|
31
|
+
"@uniformdev/canvas": "19.212.2-alpha.2+bda012917f",
|
|
32
|
+
"@uniformdev/context": "19.212.2-alpha.2+bda012917f",
|
|
33
|
+
"@uniformdev/files": "19.212.2-alpha.2+bda012917f",
|
|
34
|
+
"@uniformdev/project-map": "19.212.2-alpha.2+bda012917f",
|
|
35
|
+
"@uniformdev/redirect": "19.212.2-alpha.2+bda012917f",
|
|
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": "bda012917f3dd9c8eac49fa1ab49d1de577853ef"
|
|
82
82
|
}
|