@uniformdev/cli 19.62.1-alpha.9 → 19.63.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 +7 -7
package/dist/index.mjs
CHANGED
|
@@ -5068,7 +5068,7 @@ import { PostHog } from "posthog-node";
|
|
|
5068
5068
|
// package.json
|
|
5069
5069
|
var package_default = {
|
|
5070
5070
|
name: "@uniformdev/cli",
|
|
5071
|
-
version: "19.
|
|
5071
|
+
version: "19.63.0",
|
|
5072
5072
|
description: "Uniform command line interface tool",
|
|
5073
5073
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
5074
5074
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.63.0",
|
|
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.63.0",
|
|
21
|
+
"@uniformdev/context": "19.63.0",
|
|
22
|
+
"@uniformdev/files": "19.63.0",
|
|
23
|
+
"@uniformdev/project-map": "19.63.0",
|
|
24
|
+
"@uniformdev/redirect": "19.63.0",
|
|
25
25
|
"call-bind": "^1.0.2",
|
|
26
26
|
"colorette": "2.0.20",
|
|
27
27
|
"cosmiconfig": "8.3.6",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "2db8896a68c034ae5ab69fcb56a4c8c0077a8776"
|
|
71
71
|
}
|