@salesforce/plugin-signups 2.6.31 → 2.6.32

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 CHANGED
@@ -123,7 +123,7 @@ EXAMPLES
123
123
  $ sf org create shape --target-org SourceOrg
124
124
  ```
125
125
 
126
- _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.32/src/commands/org/create/shape.ts)_
127
127
 
128
128
  ## `sf org create snapshot`
129
129
 
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
179
179
  as a version control system tag or commit ID.
180
180
  ```
181
181
 
182
- _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.32/src/commands/org/create/snapshot.ts)_
183
183
 
184
184
  ## `sf org delete shape`
185
185
 
@@ -219,7 +219,7 @@ EXAMPLES
219
219
  $ sf org delete shape --target-org SourceOrg --no-prompt
220
220
  ```
221
221
 
222
- _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.32/src/commands/org/delete/shape.ts)_
223
223
 
224
224
  ## `sf org delete snapshot`
225
225
 
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
264
264
  The IDs of scratch org snapshots start with 0Oo.
265
265
  ```
266
266
 
267
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.32/src/commands/org/delete/snapshot.ts)_
268
268
 
269
269
  ## `sf org get snapshot`
270
270
 
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
311
311
  The IDs of scratch org snapshots start with 0Oo.
312
312
  ```
313
313
 
314
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.32/src/commands/org/get/snapshot.ts)_
315
315
 
316
316
  ## `sf org list shape`
317
317
 
@@ -344,7 +344,7 @@ EXAMPLES
344
344
  $ sf org list shape --json > tmp/MyOrgShapeList.json
345
345
  ```
346
346
 
347
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.32/src/commands/org/list/shape.ts)_
348
348
 
349
349
  ## `sf org list snapshot`
350
350
 
@@ -386,6 +386,6 @@ EXAMPLES
386
386
  $ sf org list snapshot --target-dev-hub SnapshotDevHub
387
387
  ```
388
388
 
389
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.32/src/commands/org/list/snapshot.ts)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.6.31",
3
+ "version": "2.6.32",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.6.31",
9
+ "version": "2.6.32",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^8.12.0",
13
+ "@salesforce/core": "^8.14.0",
14
14
  "@salesforce/kit": "^3.2.3",
15
15
  "@salesforce/sf-plugins-core": "^12.2.2",
16
16
  "change-case": "^5.4.4"
@@ -19,13 +19,13 @@
19
19
  "@oclif/plugin-command-snapshot": "^5.3.1",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
21
  "@salesforce/dev-scripts": "^11.0.2",
22
- "@salesforce/plugin-command-reference": "^3.1.54",
22
+ "@salesforce/plugin-command-reference": "^3.1.56",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
24
  "@types/chai-as-promised": "^7.1.8",
25
25
  "@types/chai-string": "^1.4.5",
26
26
  "chai-as-promised": "7.1.2",
27
27
  "chai-string": "^1.6.0",
28
- "eslint-plugin-sf-plugin": "^1.20.24",
28
+ "eslint-plugin-sf-plugin": "^1.20.25",
29
29
  "jsforce": "^2.0.0-beta.28",
30
30
  "oclif": "^4.18.0",
31
31
  "ts-node": "^10.9.2",
@@ -4247,9 +4247,9 @@
4247
4247
  }
4248
4248
  },
4249
4249
  "node_modules/@salesforce/core": {
4250
- "version": "8.12.0",
4251
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
4252
- "integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
4250
+ "version": "8.14.0",
4251
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
4252
+ "integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
4253
4253
  "license": "BSD-3-Clause",
4254
4254
  "dependencies": {
4255
4255
  "@jsforce/jsforce-node": "^3.8.2",
@@ -4427,14 +4427,14 @@
4427
4427
  }
4428
4428
  },
4429
4429
  "node_modules/@salesforce/plugin-command-reference": {
4430
- "version": "3.1.54",
4431
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz",
4432
- "integrity": "sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==",
4430
+ "version": "3.1.56",
4431
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.56.tgz",
4432
+ "integrity": "sha512-rBslUjAZSWNf6dUS9ZB29KfzdoTBTx+A5PW12ZPXTL17kJb/iRNgJV8g1FQLq0yLKRvmhjHcQODXrH3YluZxWg==",
4433
4433
  "dev": true,
4434
4434
  "license": "Apache-2.0",
4435
4435
  "dependencies": {
4436
4436
  "@oclif/core": "^4",
4437
- "@salesforce/core": "^8.11.0",
4437
+ "@salesforce/core": "^8.12.0",
4438
4438
  "@salesforce/kit": "^3.2.3",
4439
4439
  "@salesforce/sf-plugins-core": "^11.3.12",
4440
4440
  "@salesforce/ts-types": "^2.0.11",
@@ -8097,13 +8097,13 @@
8097
8097
  }
8098
8098
  },
8099
8099
  "node_modules/eslint-plugin-sf-plugin": {
8100
- "version": "1.20.24",
8101
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
8102
- "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
8100
+ "version": "1.20.25",
8101
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz",
8102
+ "integrity": "sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==",
8103
8103
  "dev": true,
8104
8104
  "license": "BSD-3-Clause",
8105
8105
  "dependencies": {
8106
- "@salesforce/core": "^8.11.1",
8106
+ "@salesforce/core": "^8.12.0",
8107
8107
  "@typescript-eslint/utils": "^7.18.0"
8108
8108
  },
8109
8109
  "engines": {
package/oclif.lock CHANGED
@@ -1693,10 +1693,10 @@
1693
1693
  strip-ansi "6.0.1"
1694
1694
  ts-retry-promise "^0.8.1"
1695
1695
 
1696
- "@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1697
- version "8.12.0"
1698
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.12.0.tgz#a458cc3e39f4e7df57d94f0deaaa0fd0660b18c9"
1699
- integrity sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==
1696
+ "@salesforce/core@^8.10.0", "@salesforce/core@^8.12.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1697
+ version "8.14.0"
1698
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.14.0.tgz#fcdd8b641221fee668b95ed2ede56b251668077c"
1699
+ integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
1700
1700
  dependencies:
1701
1701
  "@jsforce/jsforce-node" "^3.8.2"
1702
1702
  "@salesforce/kit" "^3.2.2"
@@ -1761,13 +1761,13 @@
1761
1761
  dependencies:
1762
1762
  "@salesforce/ts-types" "^2.0.12"
1763
1763
 
1764
- "@salesforce/plugin-command-reference@^3.1.54":
1765
- version "3.1.54"
1766
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz#62b48fa16fcefa27efa2ce0b7ba4c4be60249830"
1767
- integrity sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==
1764
+ "@salesforce/plugin-command-reference@^3.1.56":
1765
+ version "3.1.56"
1766
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.56.tgz#648bb75ea629b046ca868dda443aff779a5c67a4"
1767
+ integrity sha512-rBslUjAZSWNf6dUS9ZB29KfzdoTBTx+A5PW12ZPXTL17kJb/iRNgJV8g1FQLq0yLKRvmhjHcQODXrH3YluZxWg==
1768
1768
  dependencies:
1769
1769
  "@oclif/core" "^4"
1770
- "@salesforce/core" "^8.11.0"
1770
+ "@salesforce/core" "^8.12.0"
1771
1771
  "@salesforce/kit" "^3.2.3"
1772
1772
  "@salesforce/sf-plugins-core" "^11.3.12"
1773
1773
  "@salesforce/ts-types" "^2.0.11"
@@ -4042,12 +4042,12 @@ eslint-plugin-jsdoc@^46.10.1:
4042
4042
  semver "^7.5.4"
4043
4043
  spdx-expression-parse "^4.0.0"
4044
4044
 
4045
- eslint-plugin-sf-plugin@^1.20.24:
4046
- version "1.20.24"
4047
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz#a16ce6d252ff3f3504005485050aa023bfef89a4"
4048
- integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
4045
+ eslint-plugin-sf-plugin@^1.20.25:
4046
+ version "1.20.25"
4047
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz#943d861c73579d982a2c09eb5d8d5907cfdd7956"
4048
+ integrity sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==
4049
4049
  dependencies:
4050
- "@salesforce/core" "^8.11.1"
4050
+ "@salesforce/core" "^8.12.0"
4051
4051
  "@typescript-eslint/utils" "^7.18.0"
4052
4052
 
4053
4053
  eslint-plugin-unicorn@^50.0.1:
@@ -862,5 +862,5 @@
862
862
  ]
863
863
  }
864
864
  },
865
- "version": "2.6.31"
865
+ "version": "2.6.32"
866
866
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.6.31",
4
+ "version": "2.6.32",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@salesforce/core": "^8.12.0",
9
+ "@salesforce/core": "^8.14.0",
10
10
  "@salesforce/kit": "^3.2.3",
11
11
  "@salesforce/sf-plugins-core": "^12.2.2",
12
12
  "change-case": "^5.4.4"
@@ -15,13 +15,13 @@
15
15
  "@oclif/plugin-command-snapshot": "^5.3.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/dev-scripts": "^11.0.2",
18
- "@salesforce/plugin-command-reference": "^3.1.54",
18
+ "@salesforce/plugin-command-reference": "^3.1.56",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
20
  "@types/chai-as-promised": "^7.1.8",
21
21
  "@types/chai-string": "^1.4.5",
22
22
  "chai-as-promised": "7.1.2",
23
23
  "chai-string": "^1.6.0",
24
- "eslint-plugin-sf-plugin": "^1.20.24",
24
+ "eslint-plugin-sf-plugin": "^1.20.25",
25
25
  "jsforce": "^2.0.0-beta.28",
26
26
  "oclif": "^4.18.0",
27
27
  "ts-node": "^10.9.2",
@@ -220,7 +220,7 @@
220
220
  "exports": "./lib/index.js",
221
221
  "type": "module",
222
222
  "sfdx": {
223
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.31.crt",
224
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.31.sig"
223
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.32.crt",
224
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.32.sig"
225
225
  }
226
226
  }