@uniformdev/cli 19.13.0 → 19.14.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 +7 -7
package/dist/index.mjs
CHANGED
|
@@ -3101,7 +3101,7 @@ import { PostHog } from "posthog-node";
|
|
|
3101
3101
|
// package.json
|
|
3102
3102
|
var package_default = {
|
|
3103
3103
|
name: "@uniformdev/cli",
|
|
3104
|
-
version: "19.
|
|
3104
|
+
version: "19.14.0",
|
|
3105
3105
|
description: "Uniform command line interface tool",
|
|
3106
3106
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3107
3107
|
main: "./cli.js",
|
|
@@ -3148,7 +3148,7 @@ var package_default = {
|
|
|
3148
3148
|
"@types/js-yaml": "4.0.5",
|
|
3149
3149
|
"@types/jsonwebtoken": "9.0.2",
|
|
3150
3150
|
"@types/lodash.isequalwith": "4.4.7",
|
|
3151
|
-
"@types/node": "18.16.
|
|
3151
|
+
"@types/node": "18.16.14",
|
|
3152
3152
|
"@types/yargs": "17.0.24"
|
|
3153
3153
|
},
|
|
3154
3154
|
bin: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.14.0",
|
|
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.14.0",
|
|
20
|
+
"@uniformdev/context": "19.14.0",
|
|
21
|
+
"@uniformdev/project-map": "19.14.0",
|
|
22
|
+
"@uniformdev/redirect": "19.14.0",
|
|
23
23
|
"ansi-colors": "^4.1.3",
|
|
24
24
|
"diff": "^5.0.0",
|
|
25
25
|
"dotenv": "^16.0.3",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@types/js-yaml": "4.0.5",
|
|
48
48
|
"@types/jsonwebtoken": "9.0.2",
|
|
49
49
|
"@types/lodash.isequalwith": "4.4.7",
|
|
50
|
-
"@types/node": "18.16.
|
|
50
|
+
"@types/node": "18.16.14",
|
|
51
51
|
"@types/yargs": "17.0.24"
|
|
52
52
|
},
|
|
53
53
|
"bin": {
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "5686491ae82205c2e7c19254246640a9513bd8e4"
|
|
63
63
|
}
|