@salesforce/plugin-signups 2.3.6 → 2.3.7
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/lib/commands/org/create/shape.d.ts +3 -3
- package/lib/commands/org/create/snapshot.d.ts +6 -6
- package/lib/commands/org/delete/shape.d.ts +4 -4
- package/lib/commands/org/delete/snapshot.d.ts +5 -5
- package/lib/commands/org/get/snapshot.d.ts +4 -4
- package/lib/commands/org/list/shape.d.ts +2 -2
- package/lib/commands/org/list/snapshot.d.ts +3 -3
- package/lib/shared/snapshot.js +4 -4
- package/lib/shared/snapshot.js.map +1 -1
- package/npm-shrinkwrap.json +1170 -934
- package/oclif.lock +223 -275
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,28 +1,28 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.3.
|
4
|
+
"version": "2.3.7",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
|
-
"@oclif/core": "^
|
8
|
+
"@oclif/core": "^4",
|
9
9
|
"@salesforce/core": "^7.3.8",
|
10
10
|
"@salesforce/kit": "^3.1.2",
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
11
|
+
"@salesforce/sf-plugins-core": "^10.0.0",
|
12
12
|
"chalk": "^5.3.0",
|
13
13
|
"change-case": "^5.4.4"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.2.0",
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.3.4",
|
18
|
-
"@salesforce/dev-scripts": "^
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
18
|
+
"@salesforce/dev-scripts": "^10.1.0",
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.89",
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
21
21
|
"@types/chai-as-promised": "^7.1.8",
|
22
22
|
"@types/chai-string": "^1.4.5",
|
23
23
|
"chai-as-promised": "7.1.2",
|
24
24
|
"chai-string": "^1.5.0",
|
25
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
25
|
+
"eslint-plugin-sf-plugin": "^1.18.5",
|
26
26
|
"jsforce": "^2.0.0-beta.28",
|
27
27
|
"oclif": "^4.11.1",
|
28
28
|
"ts-node": "^10.9.2",
|
@@ -256,7 +256,7 @@
|
|
256
256
|
"exports": "./lib/index.js",
|
257
257
|
"type": "module",
|
258
258
|
"sfdx": {
|
259
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.
|
260
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.7.crt",
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.7.sig"
|
261
261
|
}
|
262
262
|
}
|