@salesforce/plugin-signups 2.6.61 → 2.6.63

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.61/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.63/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.61/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.63/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.61/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.63/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.61/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.63/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.61/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.63/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.61/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.63/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.61/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.63/src/commands/org/list/snapshot.ts)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.6.61",
3
+ "version": "2.6.63",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.6.61",
9
+ "version": "2.6.63",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^8.27.1",
13
+ "@salesforce/core": "^8.28.3",
14
14
  "@salesforce/kit": "^3.2.6",
15
15
  "@salesforce/sf-plugins-core": "^12.2.6",
16
16
  "change-case": "^5.4.4"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.3.13",
20
- "@salesforce/cli-plugins-testkit": "^5.3.50",
19
+ "@oclif/plugin-command-snapshot": "^5.3.15",
20
+ "@salesforce/cli-plugins-testkit": "^5.3.52",
21
21
  "@salesforce/dev-scripts": "^11.0.4",
22
- "@salesforce/plugin-command-reference": "^3.1.84",
22
+ "@salesforce/plugin-command-reference": "^3.1.87",
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",
@@ -3674,9 +3674,9 @@
3674
3674
  }
3675
3675
  },
3676
3676
  "node_modules/@oclif/plugin-command-snapshot": {
3677
- "version": "5.3.13",
3678
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz",
3679
- "integrity": "sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==",
3677
+ "version": "5.3.15",
3678
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz",
3679
+ "integrity": "sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==",
3680
3680
  "dev": true,
3681
3681
  "license": "MIT",
3682
3682
  "dependencies": {
@@ -3945,13 +3945,13 @@
3945
3945
  }
3946
3946
  },
3947
3947
  "node_modules/@salesforce/cli-plugins-testkit": {
3948
- "version": "5.3.50",
3949
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.50.tgz",
3950
- "integrity": "sha512-mH3jTdb9r2GhNAq/E2xR4LitvWlRRM8Z7lTmYapukEMc0vNjACPOkwnSVYDVCndXmJXRfLdrFnBY5Q4/MTSI/Q==",
3948
+ "version": "5.3.52",
3949
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz",
3950
+ "integrity": "sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==",
3951
3951
  "dev": true,
3952
3952
  "license": "Apache-2.0",
3953
3953
  "dependencies": {
3954
- "@salesforce/core": "^8.27.1",
3954
+ "@salesforce/core": "^8.28.1",
3955
3955
  "@salesforce/kit": "^3.2.6",
3956
3956
  "@salesforce/ts-types": "^2.0.11",
3957
3957
  "@types/shelljs": "^0.10.0",
@@ -4056,9 +4056,9 @@
4056
4056
  }
4057
4057
  },
4058
4058
  "node_modules/@salesforce/core": {
4059
- "version": "8.27.1",
4060
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.27.1.tgz",
4061
- "integrity": "sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==",
4059
+ "version": "8.28.3",
4060
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.3.tgz",
4061
+ "integrity": "sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==",
4062
4062
  "license": "BSD-3-Clause",
4063
4063
  "dependencies": {
4064
4064
  "@jsforce/jsforce-node": "^3.10.13",
@@ -4255,15 +4255,15 @@
4255
4255
  }
4256
4256
  },
4257
4257
  "node_modules/@salesforce/plugin-command-reference": {
4258
- "version": "3.1.84",
4259
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.84.tgz",
4260
- "integrity": "sha512-/SDZ9NP+2ITD3jGh/daJoo04W9pQfjRQ4eIXaicEi9XdwwtgkbCcQxRP4g20eaOlPEqI49RHMnQIXldPONgYeg==",
4258
+ "version": "3.1.87",
4259
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.87.tgz",
4260
+ "integrity": "sha512-ppMLA67Z9qQ87/7tf4z8HnKBUlsMgfG3Bpg+n6mOwQExt8J47Q9VFwlB6le7VIfvXqvYsxONvFcHdbvFWeQ0uA==",
4261
4261
  "dev": true,
4262
4262
  "license": "Apache-2.0",
4263
4263
  "dependencies": {
4264
4264
  "@oclif/core": "^4",
4265
- "@salesforce/core": "^8.23.3",
4266
- "@salesforce/kit": "^3.2.4",
4265
+ "@salesforce/core": "^8.28.1",
4266
+ "@salesforce/kit": "^3.2.6",
4267
4267
  "@salesforce/sf-plugins-core": "^11.3.12",
4268
4268
  "@salesforce/ts-types": "^2.0.11",
4269
4269
  "chalk": "^5.6.2",
package/oclif.lock CHANGED
@@ -1440,10 +1440,10 @@
1440
1440
  wordwrap "^1.0.0"
1441
1441
  wrap-ansi "^7.0.0"
1442
1442
 
1443
- "@oclif/plugin-command-snapshot@^5.3.13":
1444
- version "5.3.13"
1445
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz#b63e9572091795c5659e61956c04a07bc956c5d2"
1446
- integrity sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==
1443
+ "@oclif/plugin-command-snapshot@^5.3.15":
1444
+ version "5.3.15"
1445
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz#8fca90454c80990b37a179330371357621c1514e"
1446
+ integrity sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==
1447
1447
  dependencies:
1448
1448
  "@oclif/core" "^4"
1449
1449
  ansis "^3.17.0"
@@ -1525,12 +1525,12 @@
1525
1525
  "@pnpm/network.ca-file" "^1.0.1"
1526
1526
  config-chain "^1.1.11"
1527
1527
 
1528
- "@salesforce/cli-plugins-testkit@^5.3.50":
1529
- version "5.3.50"
1530
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.50.tgz#54001ef1c36361751669a5e21832b406b3346f35"
1531
- integrity sha512-mH3jTdb9r2GhNAq/E2xR4LitvWlRRM8Z7lTmYapukEMc0vNjACPOkwnSVYDVCndXmJXRfLdrFnBY5Q4/MTSI/Q==
1528
+ "@salesforce/cli-plugins-testkit@^5.3.52":
1529
+ version "5.3.52"
1530
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz#105b2a9304bd25b6324232839afda063b2d1e95f"
1531
+ integrity sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==
1532
1532
  dependencies:
1533
- "@salesforce/core" "^8.27.1"
1533
+ "@salesforce/core" "^8.28.1"
1534
1534
  "@salesforce/kit" "^3.2.6"
1535
1535
  "@salesforce/ts-types" "^2.0.11"
1536
1536
  "@types/shelljs" "^0.10.0"
@@ -1541,10 +1541,10 @@
1541
1541
  strip-ansi "6.0.1"
1542
1542
  ts-retry-promise "^0.8.1"
1543
1543
 
1544
- "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1":
1545
- version "8.27.1"
1546
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
1547
- integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
1544
+ "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.5.1":
1545
+ version "8.28.3"
1546
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.3.tgz#1344dc408833fb2a6ac19e6c4c09f846b6593ce3"
1547
+ integrity sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==
1548
1548
  dependencies:
1549
1549
  "@jsforce/jsforce-node" "^3.10.13"
1550
1550
  "@salesforce/kit" "^3.2.4"
@@ -1610,14 +1610,14 @@
1610
1610
  dependencies:
1611
1611
  "@salesforce/ts-types" "^2.0.12"
1612
1612
 
1613
- "@salesforce/plugin-command-reference@^3.1.84":
1614
- version "3.1.84"
1615
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.84.tgz#331b05e75b5bc1af3e3ea37a86b8ee9e71533bb9"
1616
- integrity sha512-/SDZ9NP+2ITD3jGh/daJoo04W9pQfjRQ4eIXaicEi9XdwwtgkbCcQxRP4g20eaOlPEqI49RHMnQIXldPONgYeg==
1613
+ "@salesforce/plugin-command-reference@^3.1.87":
1614
+ version "3.1.87"
1615
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.87.tgz#774d6b3d5c3d93bc0adf72e3a44b70746046cb0e"
1616
+ integrity sha512-ppMLA67Z9qQ87/7tf4z8HnKBUlsMgfG3Bpg+n6mOwQExt8J47Q9VFwlB6le7VIfvXqvYsxONvFcHdbvFWeQ0uA==
1617
1617
  dependencies:
1618
1618
  "@oclif/core" "^4"
1619
- "@salesforce/core" "^8.23.3"
1620
- "@salesforce/kit" "^3.2.4"
1619
+ "@salesforce/core" "^8.28.1"
1620
+ "@salesforce/kit" "^3.2.6"
1621
1621
  "@salesforce/sf-plugins-core" "^11.3.12"
1622
1622
  "@salesforce/ts-types" "^2.0.11"
1623
1623
  chalk "^5.6.2"
@@ -862,5 +862,5 @@
862
862
  ]
863
863
  }
864
864
  },
865
- "version": "2.6.61"
865
+ "version": "2.6.63"
866
866
  }
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.6.61",
4
+ "version": "2.6.63",
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.27.1",
9
+ "@salesforce/core": "^8.28.3",
10
10
  "@salesforce/kit": "^3.2.6",
11
11
  "@salesforce/sf-plugins-core": "^12.2.6",
12
12
  "change-case": "^5.4.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-command-snapshot": "^5.3.13",
16
- "@salesforce/cli-plugins-testkit": "^5.3.50",
15
+ "@oclif/plugin-command-snapshot": "^5.3.15",
16
+ "@salesforce/cli-plugins-testkit": "^5.3.52",
17
17
  "@salesforce/dev-scripts": "^11.0.4",
18
- "@salesforce/plugin-command-reference": "^3.1.84",
18
+ "@salesforce/plugin-command-reference": "^3.1.87",
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",
@@ -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.61.crt",
224
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.61.sig"
223
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.63.crt",
224
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.63.sig"
225
225
  }
226
226
  }