@salesforce/plugin-signups 3.0.3 → 3.0.4
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/README.md +7 -7
- package/lib/commands/org/create/snapshot.js +0 -1
- package/lib/commands/org/create/snapshot.js.map +1 -1
- package/lib/commands/org/list/shape.js +0 -1
- package/lib/commands/org/list/shape.js.map +1 -1
- package/lib/shared/deleteUtils.js +1 -1
- package/lib/shared/deleteUtils.js.map +1 -1
- package/npm-shrinkwrap.json +2213 -2219
- package/oclif.lock +1390 -1370
- package/oclif.manifest.json +1 -1
- package/package.json +14 -7
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,26 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@salesforce/core": "^9.1.
|
|
9
|
+
"@salesforce/core": "^9.1.2",
|
|
10
10
|
"@salesforce/kit": "^4.0.0",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.34",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.64",
|
|
17
|
-
"@salesforce/dev-scripts": "^
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
17
|
+
"@salesforce/dev-scripts": "^13.0.2",
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.131",
|
|
19
19
|
"@salesforce/ts-types": "^3.0.1",
|
|
20
|
+
"@types/chai": "^4.3.17",
|
|
20
21
|
"@types/chai-as-promised": "^7.1.8",
|
|
21
22
|
"@types/chai-string": "^1.4.5",
|
|
23
|
+
"@types/mocha": "^10.0.10",
|
|
24
|
+
"@types/node": "^18",
|
|
25
|
+
"@types/sinon": "^10.0.20",
|
|
22
26
|
"chai-as-promised": "7.1.2",
|
|
23
27
|
"chai-string": "^1.6.0",
|
|
28
|
+
"eslint": "^10.4.0",
|
|
29
|
+
"eslint-config-salesforce-typescript": "^6.0.0",
|
|
24
30
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
31
|
"jsforce": "^2.0.0-beta.28",
|
|
26
32
|
"oclif": "^4.23.29",
|
|
@@ -139,6 +145,7 @@
|
|
|
139
145
|
"src/**/*.ts",
|
|
140
146
|
"test/**/*.ts",
|
|
141
147
|
"messages/**",
|
|
148
|
+
"**/eslint.config.*",
|
|
142
149
|
"**/.eslint*",
|
|
143
150
|
"**/tsconfig.json"
|
|
144
151
|
],
|
|
@@ -220,7 +227,7 @@
|
|
|
220
227
|
"exports": "./lib/index.js",
|
|
221
228
|
"type": "module",
|
|
222
229
|
"sfdx": {
|
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.
|
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.
|
|
230
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.4.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.4.sig"
|
|
225
232
|
}
|
|
226
233
|
}
|