@salesforce/plugin-signups 2.6.15 → 2.6.17

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.15/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.17/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.15/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.17/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.15/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.17/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.15/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.17/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.15/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.17/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.15/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.17/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.15/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.17/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.15",
3
+ "version": "2.6.17",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.6.15",
9
+ "version": "2.6.17",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^8.8.0",
13
+ "@salesforce/core": "^8.8.4",
14
14
  "@salesforce/kit": "^3.2.3",
15
15
  "@salesforce/sf-plugins-core": "^12.2.0",
16
16
  "change-case": "^5.4.4"
@@ -19,13 +19,13 @@
19
19
  "@oclif/plugin-command-snapshot": "^5.2.36",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
21
  "@salesforce/dev-scripts": "^10.2.12",
22
- "@salesforce/plugin-command-reference": "^3.1.43",
22
+ "@salesforce/plugin-command-reference": "^3.1.44",
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.5.0",
28
- "eslint-plugin-sf-plugin": "^1.20.14",
28
+ "eslint-plugin-sf-plugin": "^1.20.15",
29
29
  "jsforce": "^2.0.0-beta.28",
30
30
  "oclif": "^4.17.30",
31
31
  "ts-node": "^10.9.2",
@@ -2887,9 +2887,9 @@
2887
2887
  }
2888
2888
  },
2889
2889
  "node_modules/@jsforce/jsforce-node": {
2890
- "version": "3.6.1",
2891
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.1.tgz",
2892
- "integrity": "sha512-N294vrCY7bIdHzTNAHe0t20riTxozEyvCmYPM4rp/C7uGdBX3AYrPDBdojw7rsXOBsRtoFqr7L/tUwMbw1hRTg==",
2890
+ "version": "3.6.6",
2891
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.6.tgz",
2892
+ "integrity": "sha512-WdIo2lLbrz6nkfiaz2UynyaNiM8o+fEjaRev7zA4KKSaQYB1MJ66xHubeI5Iheq8WgkY9XGwWKAwPDhuV+GROQ==",
2893
2893
  "license": "MIT",
2894
2894
  "dependencies": {
2895
2895
  "@sindresorhus/is": "^4",
@@ -2968,13 +2968,13 @@
2968
2968
  }
2969
2969
  },
2970
2970
  "node_modules/@oclif/core": {
2971
- "version": "4.2.7",
2972
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.7.tgz",
2973
- "integrity": "sha512-49wtIlSEw9UyxdSMPjJ2Ookj5e056Qbqr6A+uN7Ea8XCK6b8Q03KciTEpX5t0rfNggvewJc9e3SHY6uWZIkXVw==",
2971
+ "version": "4.2.8",
2972
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.8.tgz",
2973
+ "integrity": "sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==",
2974
2974
  "license": "MIT",
2975
2975
  "dependencies": {
2976
2976
  "ansi-escapes": "^4.3.2",
2977
- "ansis": "^3.14.0",
2977
+ "ansis": "^3.16.0",
2978
2978
  "clean-stack": "^3.0.1",
2979
2979
  "cli-spinners": "^2.9.2",
2980
2980
  "debug": "^4.4.0",
@@ -3495,12 +3495,12 @@
3495
3495
  }
3496
3496
  },
3497
3497
  "node_modules/@salesforce/core": {
3498
- "version": "8.8.2",
3499
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.2.tgz",
3500
- "integrity": "sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==",
3498
+ "version": "8.8.4",
3499
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.4.tgz",
3500
+ "integrity": "sha512-TKioMWh/QWmXjnD0bMNvFHEqaH175TCYWNXUCO1CixdhhI0p1MQj4AnQsk8wuRJiH5kVhiYw6Z7NukcIxLtbUw==",
3501
3501
  "license": "BSD-3-Clause",
3502
3502
  "dependencies": {
3503
- "@jsforce/jsforce-node": "^3.6.1",
3503
+ "@jsforce/jsforce-node": "^3.6.5",
3504
3504
  "@salesforce/kit": "^3.2.2",
3505
3505
  "@salesforce/schemas": "^1.9.0",
3506
3506
  "@salesforce/ts-types": "^2.0.10",
@@ -3640,9 +3640,9 @@
3640
3640
  }
3641
3641
  },
3642
3642
  "node_modules/@salesforce/plugin-command-reference": {
3643
- "version": "3.1.43",
3644
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.43.tgz",
3645
- "integrity": "sha512-o6dmCawHc0d1FotyuFdPiAMV6WxwhJ7vX/q/oFBsn8ui1fy25vvJXP5C0ZFdIBYLZPmKFROGhAdGk7D9An5O/g==",
3643
+ "version": "3.1.44",
3644
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.44.tgz",
3645
+ "integrity": "sha512-6Fr9lDc/mR1Sq3HloSamc8/jH+25iD73bM3ZUgpqUyx5zLUhdVuAJJlBb7Ye0LpPXn062NLDDxcy6cpQdAQNiA==",
3646
3646
  "dev": true,
3647
3647
  "license": "BSD-3-Clause",
3648
3648
  "dependencies": {
@@ -7321,13 +7321,13 @@
7321
7321
  }
7322
7322
  },
7323
7323
  "node_modules/eslint-plugin-sf-plugin": {
7324
- "version": "1.20.14",
7325
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz",
7326
- "integrity": "sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==",
7324
+ "version": "1.20.15",
7325
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz",
7326
+ "integrity": "sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==",
7327
7327
  "dev": true,
7328
7328
  "license": "BSD-3-Clause",
7329
7329
  "dependencies": {
7330
- "@salesforce/core": "^8.8.2",
7330
+ "@salesforce/core": "^8.8.3",
7331
7331
  "@typescript-eslint/utils": "^7.18.0"
7332
7332
  },
7333
7333
  "engines": {
package/oclif.lock CHANGED
@@ -1289,10 +1289,10 @@
1289
1289
  "@jridgewell/resolve-uri" "^3.1.0"
1290
1290
  "@jridgewell/sourcemap-codec" "^1.4.14"
1291
1291
 
1292
- "@jsforce/jsforce-node@^3.6.1":
1293
- version "3.6.1"
1294
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.1.tgz#cdd112a33b8139ca798dd4eef91d3dc2a5a0f291"
1295
- integrity sha512-N294vrCY7bIdHzTNAHe0t20riTxozEyvCmYPM4rp/C7uGdBX3AYrPDBdojw7rsXOBsRtoFqr7L/tUwMbw1hRTg==
1292
+ "@jsforce/jsforce-node@^3.6.5":
1293
+ version "3.6.6"
1294
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.6.tgz#26fe2fc9f4f3671ca8bfb0c98a728cb8a0219265"
1295
+ integrity sha512-WdIo2lLbrz6nkfiaz2UynyaNiM8o+fEjaRev7zA4KKSaQYB1MJ66xHubeI5Iheq8WgkY9XGwWKAwPDhuV+GROQ==
1296
1296
  dependencies:
1297
1297
  "@sindresorhus/is" "^4"
1298
1298
  base64url "^3.0.1"
@@ -1327,12 +1327,12 @@
1327
1327
  fastq "^1.6.0"
1328
1328
 
1329
1329
  "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
1330
- version "4.2.7"
1331
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.7.tgz#ca9d79454bc356218c8a5563728e831a972b751e"
1332
- integrity sha512-49wtIlSEw9UyxdSMPjJ2Ookj5e056Qbqr6A+uN7Ea8XCK6b8Q03KciTEpX5t0rfNggvewJc9e3SHY6uWZIkXVw==
1330
+ version "4.2.8"
1331
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.8.tgz#6e71c76b8ea91064ffc8390a3fd2502c5d32a3db"
1332
+ integrity sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==
1333
1333
  dependencies:
1334
1334
  ansi-escapes "^4.3.2"
1335
- ansis "^3.14.0"
1335
+ ansis "^3.16.0"
1336
1336
  clean-stack "^3.0.1"
1337
1337
  cli-spinners "^2.9.2"
1338
1338
  debug "^4.4.0"
@@ -1451,12 +1451,12 @@
1451
1451
  strip-ansi "6.0.1"
1452
1452
  ts-retry-promise "^0.8.1"
1453
1453
 
1454
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2":
1455
- version "8.8.2"
1456
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.2.tgz#0fc1632cc183b8c62e333f1f884bf3ee0f4aee6e"
1457
- integrity sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==
1454
+ "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2", "@salesforce/core@^8.8.3", "@salesforce/core@^8.8.4":
1455
+ version "8.8.4"
1456
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.4.tgz#1995d387a62c48810b4e0a66c68192ccdcf8001f"
1457
+ integrity sha512-TKioMWh/QWmXjnD0bMNvFHEqaH175TCYWNXUCO1CixdhhI0p1MQj4AnQsk8wuRJiH5kVhiYw6Z7NukcIxLtbUw==
1458
1458
  dependencies:
1459
- "@jsforce/jsforce-node" "^3.6.1"
1459
+ "@jsforce/jsforce-node" "^3.6.5"
1460
1460
  "@salesforce/kit" "^3.2.2"
1461
1461
  "@salesforce/schemas" "^1.9.0"
1462
1462
  "@salesforce/ts-types" "^2.0.10"
@@ -1519,10 +1519,10 @@
1519
1519
  dependencies:
1520
1520
  "@salesforce/ts-types" "^2.0.12"
1521
1521
 
1522
- "@salesforce/plugin-command-reference@^3.1.43":
1523
- version "3.1.43"
1524
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.43.tgz#1c96655e2ecd7ccfe95fa759285eb2362612857a"
1525
- integrity sha512-o6dmCawHc0d1FotyuFdPiAMV6WxwhJ7vX/q/oFBsn8ui1fy25vvJXP5C0ZFdIBYLZPmKFROGhAdGk7D9An5O/g==
1522
+ "@salesforce/plugin-command-reference@^3.1.44":
1523
+ version "3.1.44"
1524
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.44.tgz#3adab9c652c222e2b0542be468ce4c8c7106d687"
1525
+ integrity sha512-6Fr9lDc/mR1Sq3HloSamc8/jH+25iD73bM3ZUgpqUyx5zLUhdVuAJJlBb7Ye0LpPXn062NLDDxcy6cpQdAQNiA==
1526
1526
  dependencies:
1527
1527
  "@oclif/core" "^4"
1528
1528
  "@salesforce/core" "^8.8.2"
@@ -2585,7 +2585,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
2585
2585
  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
2586
2586
  integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
2587
2587
 
2588
- ansis@^3.14.0, ansis@^3.16.0, ansis@^3.3.2, ansis@^3.5.2:
2588
+ ansis@^3.16.0, ansis@^3.3.2, ansis@^3.5.2:
2589
2589
  version "3.16.0"
2590
2590
  resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
2591
2591
  integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==
@@ -3793,12 +3793,12 @@ eslint-plugin-jsdoc@^46.10.1:
3793
3793
  semver "^7.5.4"
3794
3794
  spdx-expression-parse "^4.0.0"
3795
3795
 
3796
- eslint-plugin-sf-plugin@^1.20.14:
3797
- version "1.20.14"
3798
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz#85c3821a5d62785a2c8af45e6ed4955f6eb83906"
3799
- integrity sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==
3796
+ eslint-plugin-sf-plugin@^1.20.15:
3797
+ version "1.20.15"
3798
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz#01ccf535b98719b60fd206778a1d507420396547"
3799
+ integrity sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==
3800
3800
  dependencies:
3801
- "@salesforce/core" "^8.8.2"
3801
+ "@salesforce/core" "^8.8.3"
3802
3802
  "@typescript-eslint/utils" "^7.18.0"
3803
3803
 
3804
3804
  eslint-plugin-unicorn@^50.0.1:
@@ -862,5 +862,5 @@
862
862
  ]
863
863
  }
864
864
  },
865
- "version": "2.6.15"
865
+ "version": "2.6.17"
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.15",
4
+ "version": "2.6.17",
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.8.0",
9
+ "@salesforce/core": "^8.8.4",
10
10
  "@salesforce/kit": "^3.2.3",
11
11
  "@salesforce/sf-plugins-core": "^12.2.0",
12
12
  "change-case": "^5.4.4"
@@ -15,13 +15,13 @@
15
15
  "@oclif/plugin-command-snapshot": "^5.2.36",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/dev-scripts": "^10.2.12",
18
- "@salesforce/plugin-command-reference": "^3.1.43",
18
+ "@salesforce/plugin-command-reference": "^3.1.44",
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.5.0",
24
- "eslint-plugin-sf-plugin": "^1.20.14",
24
+ "eslint-plugin-sf-plugin": "^1.20.15",
25
25
  "jsforce": "^2.0.0-beta.28",
26
26
  "oclif": "^4.17.30",
27
27
  "ts-node": "^10.9.2",
@@ -219,7 +219,7 @@
219
219
  "exports": "./lib/index.js",
220
220
  "type": "module",
221
221
  "sfdx": {
222
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.15.crt",
223
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.15.sig"
222
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.17.crt",
223
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.17.sig"
224
224
  }
225
225
  }