@salesforce/plugin-signups 1.4.10 → 1.4.12
Sign up to get free protection for your applications and to get access to all the features.
- package/oclif.manifest.json +1 -1
- package/package.json +17 -18
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,24 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "1.4.
|
4
|
+
"version": "1.4.12",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
8
8
|
"dependencies": {
|
9
9
|
"@oclif/core": "^2.7.1",
|
10
|
-
"@salesforce/core": "^3.
|
10
|
+
"@salesforce/core": "^3.34.6",
|
11
11
|
"@salesforce/kit": "^1.9.2",
|
12
|
-
"@salesforce/sf-plugins-core": "^2.2.
|
12
|
+
"@salesforce/sf-plugins-core": "^2.2.7",
|
13
13
|
"chalk": "^4.1.2",
|
14
14
|
"change-case": "^4.1.2",
|
15
15
|
"tslib": "^2"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
19
|
-
"@salesforce/cli-plugins-testkit": "^3.2
|
18
|
+
"@oclif/plugin-command-snapshot": "^3.3.10",
|
19
|
+
"@salesforce/cli-plugins-testkit": "^3.3.2",
|
20
20
|
"@salesforce/dev-config": "^3.0.1",
|
21
|
-
"@salesforce/dev-scripts": "^4.1.
|
21
|
+
"@salesforce/dev-scripts": "^4.1.3",
|
22
22
|
"@salesforce/plugin-command-reference": "^2.4.1",
|
23
23
|
"@salesforce/prettier-config": "^0.0.2",
|
24
24
|
"@salesforce/ts-sinon": "^1.4.6",
|
@@ -28,12 +28,12 @@
|
|
28
28
|
"@types/chai-string": "^1.4.2",
|
29
29
|
"@types/inquirer": "^9.0.3",
|
30
30
|
"@types/shelljs": "^0.8.11",
|
31
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
32
|
-
"@typescript-eslint/parser": "^5.
|
31
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
32
|
+
"@typescript-eslint/parser": "^5.57.1",
|
33
33
|
"chai": "^4.3.7",
|
34
34
|
"chai-as-promised": "7.1.1",
|
35
35
|
"chai-string": "^1.5.0",
|
36
|
-
"eslint": "^8.
|
36
|
+
"eslint": "^8.37.0",
|
37
37
|
"eslint-config-prettier": "^8.7.0",
|
38
38
|
"eslint-config-salesforce": "^1.1.1",
|
39
39
|
"eslint-config-salesforce-license": "^0.2.0",
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"mocha": "^9.1.3",
|
47
47
|
"nyc": "^15.1.0",
|
48
48
|
"oclif": "^3.7.0",
|
49
|
-
"prettier": "^2.8.
|
49
|
+
"prettier": "^2.8.7",
|
50
50
|
"pretty-quick": "^3.1.0",
|
51
51
|
"shx": "0.3.4",
|
52
52
|
"sinon": "^11.1.1",
|
@@ -133,7 +133,7 @@
|
|
133
133
|
"command": "tsc -p . --pretty --incremental",
|
134
134
|
"files": [
|
135
135
|
"src/**/*.ts",
|
136
|
-
"tsconfig.json",
|
136
|
+
"**/tsconfig.json",
|
137
137
|
"messages/**"
|
138
138
|
],
|
139
139
|
"output": [
|
@@ -159,7 +159,8 @@
|
|
159
159
|
"src/**/*.ts",
|
160
160
|
"test/**/*.ts",
|
161
161
|
"messages/**",
|
162
|
-
"
|
162
|
+
"**/.eslint*",
|
163
|
+
"**/tsconfig.json"
|
163
164
|
],
|
164
165
|
"output": []
|
165
166
|
},
|
@@ -167,8 +168,7 @@
|
|
167
168
|
"command": "tsc -p \"./test\" --pretty",
|
168
169
|
"files": [
|
169
170
|
"test/**/*.ts",
|
170
|
-
"tsconfig.json"
|
171
|
-
"test/tsconfig.json"
|
171
|
+
"**/tsconfig.json"
|
172
172
|
],
|
173
173
|
"output": []
|
174
174
|
},
|
@@ -190,9 +190,8 @@
|
|
190
190
|
"files": [
|
191
191
|
"test/**/*.ts",
|
192
192
|
"src/**/*.ts",
|
193
|
-
"tsconfig.json",
|
193
|
+
"**/tsconfig.json",
|
194
194
|
".mocha*",
|
195
|
-
"test/tsconfig.json",
|
196
195
|
"!*.nut.ts",
|
197
196
|
".nycrc"
|
198
197
|
],
|
@@ -229,7 +228,7 @@
|
|
229
228
|
}
|
230
229
|
},
|
231
230
|
"sfdx": {
|
232
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.4.
|
233
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.4.
|
231
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.4.12.crt",
|
232
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/1.4.12.sig"
|
234
233
|
}
|
235
234
|
}
|