@uniformdev/cli 19.80.1-alpha.126 → 19.80.1-alpha.149
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 +2 -2
- package/package.json +9 -9
package/dist/index.mjs
CHANGED
|
@@ -5455,7 +5455,7 @@ import { PostHog } from "posthog-node";
|
|
|
5455
5455
|
// package.json
|
|
5456
5456
|
var package_default = {
|
|
5457
5457
|
name: "@uniformdev/cli",
|
|
5458
|
-
version: "19.
|
|
5458
|
+
version: "19.86.0",
|
|
5459
5459
|
description: "Uniform command line interface tool",
|
|
5460
5460
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
5461
5461
|
main: "./cli.js",
|
|
@@ -5512,7 +5512,7 @@ var package_default = {
|
|
|
5512
5512
|
"@types/js-yaml": "4.0.9",
|
|
5513
5513
|
"@types/jsonwebtoken": "9.0.5",
|
|
5514
5514
|
"@types/lodash.isequalwith": "4.4.9",
|
|
5515
|
-
"@types/node": "18.
|
|
5515
|
+
"@types/node": "18.19.1",
|
|
5516
5516
|
"@types/yargs": "17.0.32"
|
|
5517
5517
|
},
|
|
5518
5518
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.80.1-alpha.
|
|
3
|
+
"version": "19.80.1-alpha.149+7f4e45fecc",
|
|
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.80.1-alpha.
|
|
21
|
-
"@uniformdev/canvas": "19.80.1-alpha.
|
|
22
|
-
"@uniformdev/context": "19.80.1-alpha.
|
|
23
|
-
"@uniformdev/files": "19.80.1-alpha.
|
|
24
|
-
"@uniformdev/project-map": "19.80.1-alpha.
|
|
25
|
-
"@uniformdev/redirect": "19.80.1-alpha.
|
|
20
|
+
"@uniformdev/assets": "19.80.1-alpha.149+7f4e45fecc",
|
|
21
|
+
"@uniformdev/canvas": "19.80.1-alpha.149+7f4e45fecc",
|
|
22
|
+
"@uniformdev/context": "19.80.1-alpha.149+7f4e45fecc",
|
|
23
|
+
"@uniformdev/files": "19.80.1-alpha.149+7f4e45fecc",
|
|
24
|
+
"@uniformdev/project-map": "19.80.1-alpha.149+7f4e45fecc",
|
|
25
|
+
"@uniformdev/redirect": "19.80.1-alpha.149+7f4e45fecc",
|
|
26
26
|
"call-bind": "^1.0.2",
|
|
27
27
|
"colorette": "2.0.20",
|
|
28
28
|
"cosmiconfig": "8.3.6",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@types/js-yaml": "4.0.9",
|
|
58
58
|
"@types/jsonwebtoken": "9.0.5",
|
|
59
59
|
"@types/lodash.isequalwith": "4.4.9",
|
|
60
|
-
"@types/node": "18.
|
|
60
|
+
"@types/node": "18.19.1",
|
|
61
61
|
"@types/yargs": "17.0.32"
|
|
62
62
|
},
|
|
63
63
|
"bin": {
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "7f4e45fecc013dc224fbd0a2975f6d208382b05e"
|
|
73
73
|
}
|