@salesforce/plugin-signups 2.3.6 → 2.3.8
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/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/shape.js +2 -3
- package/lib/commands/org/list/shape.js.map +1 -1
- 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 +1301 -1242
- package/oclif.lock +226 -303
- package/oclif.manifest.json +1 -1
- package/package.json +9 -10
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,28 +1,27 @@
|
|
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.8",
|
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": "^
|
12
|
-
"chalk": "^5.3.0",
|
11
|
+
"@salesforce/sf-plugins-core": "^10.0.0",
|
13
12
|
"change-case": "^5.4.4"
|
14
13
|
},
|
15
14
|
"devDependencies": {
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.2.0",
|
17
16
|
"@salesforce/cli-plugins-testkit": "^5.3.4",
|
18
|
-
"@salesforce/dev-scripts": "^
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
17
|
+
"@salesforce/dev-scripts": "^10.1.0",
|
18
|
+
"@salesforce/plugin-command-reference": "^3.0.89",
|
20
19
|
"@salesforce/ts-types": "^2.0.9",
|
21
20
|
"@types/chai-as-promised": "^7.1.8",
|
22
21
|
"@types/chai-string": "^1.4.5",
|
23
22
|
"chai-as-promised": "7.1.2",
|
24
23
|
"chai-string": "^1.5.0",
|
25
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.18.5",
|
26
25
|
"jsforce": "^2.0.0-beta.28",
|
27
26
|
"oclif": "^4.11.1",
|
28
27
|
"ts-node": "^10.9.2",
|
@@ -256,7 +255,7 @@
|
|
256
255
|
"exports": "./lib/index.js",
|
257
256
|
"type": "module",
|
258
257
|
"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.
|
258
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.8.crt",
|
259
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.8.sig"
|
261
260
|
}
|
262
261
|
}
|