@uniformdev/cli 19.27.1-alpha.3 → 19.29.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 +6 -3
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -3097,7 +3097,7 @@ import { PostHog } from "posthog-node";
|
|
|
3097
3097
|
// package.json
|
|
3098
3098
|
var package_default = {
|
|
3099
3099
|
name: "@uniformdev/cli",
|
|
3100
|
-
version: "19.
|
|
3100
|
+
version: "19.29.0",
|
|
3101
3101
|
description: "Uniform command line interface tool",
|
|
3102
3102
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3103
3103
|
main: "./cli.js",
|
|
@@ -3145,7 +3145,7 @@ var package_default = {
|
|
|
3145
3145
|
"@types/js-yaml": "4.0.5",
|
|
3146
3146
|
"@types/jsonwebtoken": "9.0.2",
|
|
3147
3147
|
"@types/lodash.isequalwith": "4.4.7",
|
|
3148
|
-
"@types/node": "18.16.
|
|
3148
|
+
"@types/node": "18.16.18",
|
|
3149
3149
|
"@types/yargs": "17.0.24"
|
|
3150
3150
|
},
|
|
3151
3151
|
bin: {
|
|
@@ -3286,7 +3286,10 @@ var WRITE_PERMISSIONS = [
|
|
|
3286
3286
|
"OPT_DELETE_SIGNALS",
|
|
3287
3287
|
"OPT_CREATE_TESTS",
|
|
3288
3288
|
"OPT_WRITE_TESTS",
|
|
3289
|
-
"OPT_DELETE_TESTS"
|
|
3289
|
+
"OPT_DELETE_TESTS",
|
|
3290
|
+
"RDT_UPDATE",
|
|
3291
|
+
"RDT_CREATE",
|
|
3292
|
+
"RDT_DELETE"
|
|
3290
3293
|
];
|
|
3291
3294
|
var makeApiKey = (teamId, projectId, name, permissions) => ({
|
|
3292
3295
|
name,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.29.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.29.0",
|
|
20
|
+
"@uniformdev/context": "19.29.0",
|
|
21
|
+
"@uniformdev/project-map": "19.29.0",
|
|
22
|
+
"@uniformdev/redirect": "19.29.0",
|
|
23
23
|
"colorette": "2.0.20",
|
|
24
24
|
"diff": "^5.0.0",
|
|
25
25
|
"dotenv": "^16.0.3",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@types/js-yaml": "4.0.5",
|
|
49
49
|
"@types/jsonwebtoken": "9.0.2",
|
|
50
50
|
"@types/lodash.isequalwith": "4.4.7",
|
|
51
|
-
"@types/node": "18.16.
|
|
51
|
+
"@types/node": "18.16.18",
|
|
52
52
|
"@types/yargs": "17.0.24"
|
|
53
53
|
},
|
|
54
54
|
"bin": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "f8e9d5f6283fb3d72ba095c0e307907dc591ce4a"
|
|
64
64
|
}
|