@uniformdev/cli 19.55.1-alpha.8 → 19.56.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 +2 -2
- package/package.json +8 -8
package/dist/index.mjs
CHANGED
|
@@ -4778,7 +4778,7 @@ import { PostHog } from "posthog-node";
|
|
|
4778
4778
|
// package.json
|
|
4779
4779
|
var package_default = {
|
|
4780
4780
|
name: "@uniformdev/cli",
|
|
4781
|
-
version: "19.
|
|
4781
|
+
version: "19.56.0",
|
|
4782
4782
|
description: "Uniform command line interface tool",
|
|
4783
4783
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
4784
4784
|
main: "./cli.js",
|
|
@@ -4829,7 +4829,7 @@ var package_default = {
|
|
|
4829
4829
|
devDependencies: {
|
|
4830
4830
|
"@types/diff": "5.0.4",
|
|
4831
4831
|
"@types/inquirer": "9.0.3",
|
|
4832
|
-
"@types/js-yaml": "4.0.
|
|
4832
|
+
"@types/js-yaml": "4.0.6",
|
|
4833
4833
|
"@types/jsonwebtoken": "9.0.2",
|
|
4834
4834
|
"@types/lodash.isequalwith": "4.4.7",
|
|
4835
4835
|
"@types/node": "18.17.6",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.56.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.56.0",
|
|
21
|
+
"@uniformdev/context": "19.56.0",
|
|
22
|
+
"@uniformdev/files": "19.56.0",
|
|
23
|
+
"@uniformdev/project-map": "19.56.0",
|
|
24
|
+
"@uniformdev/redirect": "19.56.0",
|
|
25
25
|
"colorette": "2.0.20",
|
|
26
26
|
"cosmiconfig": "8.2.0",
|
|
27
27
|
"cosmiconfig-typescript-loader": "5.0.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/diff": "5.0.4",
|
|
53
53
|
"@types/inquirer": "9.0.3",
|
|
54
|
-
"@types/js-yaml": "4.0.
|
|
54
|
+
"@types/js-yaml": "4.0.6",
|
|
55
55
|
"@types/jsonwebtoken": "9.0.2",
|
|
56
56
|
"@types/lodash.isequalwith": "4.4.7",
|
|
57
57
|
"@types/node": "18.17.6",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "56938585920b817df15d278b46cbb3bd56f18790"
|
|
70
70
|
}
|