@uniformdev/cli 19.37.1-alpha.4 → 19.38.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 +2 -2
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -3364,7 +3364,7 @@ import { PostHog } from "posthog-node";
|
|
|
3364
3364
|
// package.json
|
|
3365
3365
|
var package_default = {
|
|
3366
3366
|
name: "@uniformdev/cli",
|
|
3367
|
-
version: "19.38.
|
|
3367
|
+
version: "19.38.2",
|
|
3368
3368
|
description: "Uniform command line interface tool",
|
|
3369
3369
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3370
3370
|
main: "./cli.js",
|
|
@@ -3413,7 +3413,7 @@ var package_default = {
|
|
|
3413
3413
|
"@types/js-yaml": "4.0.5",
|
|
3414
3414
|
"@types/jsonwebtoken": "9.0.2",
|
|
3415
3415
|
"@types/lodash.isequalwith": "4.4.7",
|
|
3416
|
-
"@types/node": "18.
|
|
3416
|
+
"@types/node": "18.17.1",
|
|
3417
3417
|
"@types/yargs": "17.0.24"
|
|
3418
3418
|
},
|
|
3419
3419
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.38.2",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@uniformdev/canvas": "19.
|
|
20
|
-
"@uniformdev/context": "19.
|
|
21
|
-
"@uniformdev/project-map": "19.
|
|
22
|
-
"@uniformdev/redirect": "19.
|
|
19
|
+
"@uniformdev/canvas": "19.38.2",
|
|
20
|
+
"@uniformdev/context": "19.38.2",
|
|
21
|
+
"@uniformdev/project-map": "19.38.2",
|
|
22
|
+
"@uniformdev/redirect": "19.38.2",
|
|
23
23
|
"colorette": "2.0.20",
|
|
24
24
|
"cosmiconfig": "^8.2.0",
|
|
25
25
|
"diff": "^5.0.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/js-yaml": "4.0.5",
|
|
50
50
|
"@types/jsonwebtoken": "9.0.2",
|
|
51
51
|
"@types/lodash.isequalwith": "4.4.7",
|
|
52
|
-
"@types/node": "18.
|
|
52
|
+
"@types/node": "18.17.1",
|
|
53
53
|
"@types/yargs": "17.0.24"
|
|
54
54
|
},
|
|
55
55
|
"bin": {
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "b97fd17fd44e0f5bd3806e942b516cb2bd218096"
|
|
65
65
|
}
|