@salesforce/plugin-signups 3.0.1 → 3.0.3

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/3.0.1/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.3/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/3.0.1/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.3/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/3.0.1/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.3/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/3.0.1/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.3/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/3.0.1/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.3/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/3.0.1/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.3/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/3.0.1/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/3.0.3/src/commands/org/list/snapshot.ts)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "3.0.1",
9
+ "version": "3.0.3",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^9.0.0",
13
+ "@salesforce/core": "^9.1.0",
14
14
  "@salesforce/kit": "^4.0.0",
15
15
  "@salesforce/sf-plugins-core": "^13.0.0",
16
16
  "change-case": "^5.4.4"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@oclif/plugin-command-snapshot": "^5.3.33",
20
- "@salesforce/cli-plugins-testkit": "^5.3.62",
20
+ "@salesforce/cli-plugins-testkit": "^5.3.64",
21
21
  "@salesforce/dev-scripts": "^11.0.4",
22
- "@salesforce/plugin-command-reference": "^3.1.125",
23
- "@salesforce/ts-types": "^3.0.0",
22
+ "@salesforce/plugin-command-reference": "^3.1.128",
23
+ "@salesforce/ts-types": "^3.0.1",
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",
@@ -2727,9 +2727,9 @@
2727
2727
  }
2728
2728
  },
2729
2729
  "node_modules/@oclif/core": {
2730
- "version": "4.13.2",
2731
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.2.tgz",
2732
- "integrity": "sha512-YWQs0JvESCliWopKtCZqPLgEB1e3oqR+KYecMReseYWbo7E73Rz2tFwQDFQtAp48VLMiAsiTPKKQaZAo+ghzLw==",
2730
+ "version": "4.13.3",
2731
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.3.tgz",
2732
+ "integrity": "sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==",
2733
2733
  "license": "MIT",
2734
2734
  "dependencies": {
2735
2735
  "ansi-escapes": "^4.3.2",
@@ -3151,9 +3151,9 @@
3151
3151
  }
3152
3152
  },
3153
3153
  "node_modules/@salesforce/cli-plugins-testkit": {
3154
- "version": "5.3.62",
3155
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.62.tgz",
3156
- "integrity": "sha512-f6Kj64IqOhT5LhmtwEidx8riftVPorOiSdKRqOOQRiFCJR1lfmAZEKiZc3yo0xRT7RmavRUKupBwklT7+rsIbg==",
3154
+ "version": "5.3.64",
3155
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.64.tgz",
3156
+ "integrity": "sha512-4jUPow+oOr2Jp3s3QKCS1Aw9qs9AV2sIuk3YvWz9gMd7Y3/wVROG4C5OelfnrClGocxDAOVaCgJrTSoF0VQzUg==",
3157
3157
  "dev": true,
3158
3158
  "license": "Apache-2.0",
3159
3159
  "dependencies": {
@@ -3334,9 +3334,9 @@
3334
3334
  }
3335
3335
  },
3336
3336
  "node_modules/@salesforce/core": {
3337
- "version": "9.0.0",
3338
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.0.0.tgz",
3339
- "integrity": "sha512-sL4sr8MXcdsHZJr0bacMY0ZJmbPwBEvJudDIlKxKdQu/62d1aNBvACPFfL32QJdu2sOkEpgF3CX/0znkU43g2g==",
3337
+ "version": "9.1.0",
3338
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.0.tgz",
3339
+ "integrity": "sha512-ID9g4YH0yZBeWI0eKJv2IJRRN6ZuNjwpIOjEZm9a79Gzxa3IITsV4PCvD8q7JA3PKqiln57p8yJE458Kn5KW1g==",
3340
3340
  "license": "Apache-2.0",
3341
3341
  "dependencies": {
3342
3342
  "@jsforce/jsforce-node": "^3.10.17",
@@ -3479,16 +3479,16 @@
3479
3479
  }
3480
3480
  },
3481
3481
  "node_modules/@salesforce/plugin-command-reference": {
3482
- "version": "3.1.125",
3483
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.125.tgz",
3484
- "integrity": "sha512-Mh9qWKdnZKUQ07e+BtJhITi1X5QexdqOOf5YSQchlX+VNDj5UEzG+AZwb9Fnts+w7YNapkjKCWRB4GybznYpHg==",
3482
+ "version": "3.1.128",
3483
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.128.tgz",
3484
+ "integrity": "sha512-n4STcLfMiFRvAjTqiYZ6bWElp45o8eJobrU/iHnA7mQdOhVFbUn3HGbJxFyA7zSBW8fMVh4NYrjgBOPgusuWUA==",
3485
3485
  "dev": true,
3486
3486
  "license": "Apache-2.0",
3487
3487
  "dependencies": {
3488
3488
  "@oclif/core": "^4",
3489
- "@salesforce/core": "^8.32.4",
3489
+ "@salesforce/core": "^8.32.6",
3490
3490
  "@salesforce/kit": "^3.2.6",
3491
- "@salesforce/sf-plugins-core": "^12.2.26",
3491
+ "@salesforce/sf-plugins-core": "^12.2.28",
3492
3492
  "@salesforce/ts-types": "^2.0.11",
3493
3493
  "chalk": "^5.6.2",
3494
3494
  "debug": "^4.4.3",
@@ -3540,9 +3540,9 @@
3540
3540
  }
3541
3541
  },
3542
3542
  "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
3543
- "version": "12.2.26",
3544
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.26.tgz",
3545
- "integrity": "sha512-FgGZFwlYIDcD6/8g6+iwv5MNKaCD6r65y+xdX+iqPkIEaEneRVKrcS0tSepmYFi4DG13P0KJwGlCqDOV24g0Bg==",
3543
+ "version": "12.2.28",
3544
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.28.tgz",
3545
+ "integrity": "sha512-amfPBfdlgYoM9LCQewtoLWOe29kY7urLnYH1a5G7QLWN74tJeXEkvc1OyM18n+f2MHmpK0/ICAg5Wq276HwxHQ==",
3546
3546
  "dev": true,
3547
3547
  "license": "Apache-2.0",
3548
3548
  "dependencies": {
@@ -3634,9 +3634,9 @@
3634
3634
  }
3635
3635
  },
3636
3636
  "node_modules/@salesforce/ts-types": {
3637
- "version": "3.0.0",
3638
- "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-3.0.0.tgz",
3639
- "integrity": "sha512-lTCoI1NtQWiMDyn7B9N/CfWK9WmSpRnbYWqKTZYstn3mZ2DWSYwJXTh5Oh2wAAS9LAD/vaoU3F/TrV3q7wfnYw==",
3637
+ "version": "3.0.1",
3638
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-3.0.1.tgz",
3639
+ "integrity": "sha512-NWkveMYT2I3O7EAYwWHi6/ba2YUwp9MFi/zJzA+czK5MVqJfdD6FZbiQrTbALZNvFzgFSdq9BvHm6ygRmtROzw==",
3640
3640
  "license": "Apache-2.0",
3641
3641
  "engines": {
3642
3642
  "node": ">=22.0.0"
package/oclif.lock CHANGED
@@ -1058,9 +1058,9 @@
1058
1058
  fastq "^1.6.0"
1059
1059
 
1060
1060
  "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4":
1061
- version "4.13.2"
1062
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.2.tgz#3a716b90f40becdf25f6b9d9b63ec05dec3dce94"
1063
- integrity sha512-YWQs0JvESCliWopKtCZqPLgEB1e3oqR+KYecMReseYWbo7E73Rz2tFwQDFQtAp48VLMiAsiTPKKQaZAo+ghzLw==
1061
+ version "4.13.3"
1062
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.3.tgz#856aa8c48d65e711574dca2955eb0b29d86c1a74"
1063
+ integrity sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ==
1064
1064
  dependencies:
1065
1065
  ansi-escapes "^4.3.2"
1066
1066
  ansis "^3.17.0"
@@ -1167,10 +1167,10 @@
1167
1167
  "@pnpm/network.ca-file" "^1.0.1"
1168
1168
  config-chain "^1.1.11"
1169
1169
 
1170
- "@salesforce/cli-plugins-testkit@^5.3.62":
1171
- version "5.3.62"
1172
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.62.tgz#05fef477ef8804c8c4ae4144d22bcf59ace3a129"
1173
- integrity sha512-f6Kj64IqOhT5LhmtwEidx8riftVPorOiSdKRqOOQRiFCJR1lfmAZEKiZc3yo0xRT7RmavRUKupBwklT7+rsIbg==
1170
+ "@salesforce/cli-plugins-testkit@^5.3.64":
1171
+ version "5.3.64"
1172
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.64.tgz#6c28fefc787f83096cb274e38fc855727ffa13f3"
1173
+ integrity sha512-4jUPow+oOr2Jp3s3QKCS1Aw9qs9AV2sIuk3YvWz9gMd7Y3/wVROG4C5OelfnrClGocxDAOVaCgJrTSoF0VQzUg==
1174
1174
  dependencies:
1175
1175
  "@salesforce/core" "^8.31.2"
1176
1176
  "@salesforce/kit" "^3.2.6"
@@ -1183,7 +1183,7 @@
1183
1183
  strip-ansi "6.0.1"
1184
1184
  ts-retry-promise "^0.8.1"
1185
1185
 
1186
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.32.4":
1186
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.32.6":
1187
1187
  version "8.32.6"
1188
1188
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.32.6.tgz#2824dc917888dc040995dfef3a9e83d41fafbdea"
1189
1189
  integrity sha512-ZR973WoqCgi6cR58WhgokbHVZOaADNKHiuM1FAwS5pTLQnC91xYi04i2e/gpAX2AUf7Ya6zjbusYtZNpSyKKAQ==
@@ -1208,10 +1208,10 @@
1208
1208
  ts-retry-promise "^0.8.1"
1209
1209
  zod "^4.1.12"
1210
1210
 
1211
- "@salesforce/core@^9.0.0":
1212
- version "9.0.0"
1213
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.0.0.tgz#bf7a2816a322b8febc5349f5a1c884b8be073b06"
1214
- integrity sha512-sL4sr8MXcdsHZJr0bacMY0ZJmbPwBEvJudDIlKxKdQu/62d1aNBvACPFfL32QJdu2sOkEpgF3CX/0znkU43g2g==
1211
+ "@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0":
1212
+ version "9.1.0"
1213
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.1.0.tgz#ee879198cb88c9c61bd5234464ca13c6818b6ea3"
1214
+ integrity sha512-ID9g4YH0yZBeWI0eKJv2IJRRN6ZuNjwpIOjEZm9a79Gzxa3IITsV4PCvD8q7JA3PKqiln57p8yJE458Kn5KW1g==
1215
1215
  dependencies:
1216
1216
  "@jsforce/jsforce-node" "^3.10.17"
1217
1217
  "@salesforce/kit" "^4.0.0"
@@ -1284,15 +1284,15 @@
1284
1284
  dependencies:
1285
1285
  "@salesforce/ts-types" "^3.0.0"
1286
1286
 
1287
- "@salesforce/plugin-command-reference@^3.1.125":
1288
- version "3.1.125"
1289
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.125.tgz#c9006c152a1ceb1be1b57b4c8a4fa1c01a80ef84"
1290
- integrity sha512-Mh9qWKdnZKUQ07e+BtJhITi1X5QexdqOOf5YSQchlX+VNDj5UEzG+AZwb9Fnts+w7YNapkjKCWRB4GybznYpHg==
1287
+ "@salesforce/plugin-command-reference@^3.1.128":
1288
+ version "3.1.128"
1289
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.128.tgz#a993986efb710dd138f3bec54b35fff251937967"
1290
+ integrity sha512-n4STcLfMiFRvAjTqiYZ6bWElp45o8eJobrU/iHnA7mQdOhVFbUn3HGbJxFyA7zSBW8fMVh4NYrjgBOPgusuWUA==
1291
1291
  dependencies:
1292
1292
  "@oclif/core" "^4"
1293
- "@salesforce/core" "^8.32.4"
1293
+ "@salesforce/core" "^8.32.6"
1294
1294
  "@salesforce/kit" "^3.2.6"
1295
- "@salesforce/sf-plugins-core" "^12.2.26"
1295
+ "@salesforce/sf-plugins-core" "^12.2.28"
1296
1296
  "@salesforce/ts-types" "^2.0.11"
1297
1297
  chalk "^5.6.2"
1298
1298
  debug "^4.4.3"
@@ -1303,10 +1303,10 @@
1303
1303
  resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
1304
1304
  integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
1305
1305
 
1306
- "@salesforce/sf-plugins-core@^12.2.26":
1307
- version "12.2.26"
1308
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.26.tgz#5a6c71e3abd21c8b241120e8fc8ae9c97df81684"
1309
- integrity sha512-FgGZFwlYIDcD6/8g6+iwv5MNKaCD6r65y+xdX+iqPkIEaEneRVKrcS0tSepmYFi4DG13P0KJwGlCqDOV24g0Bg==
1306
+ "@salesforce/sf-plugins-core@^12.2.28":
1307
+ version "12.2.28"
1308
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.28.tgz#2fae75f25a8a09e2cbd18266ed1407c858c72fd8"
1309
+ integrity sha512-amfPBfdlgYoM9LCQewtoLWOe29kY7urLnYH1a5G7QLWN74tJeXEkvc1OyM18n+f2MHmpK0/ICAg5Wq276HwxHQ==
1310
1310
  dependencies:
1311
1311
  "@inquirer/confirm" "^6.1.1"
1312
1312
  "@inquirer/password" "^5.1.1"
@@ -1340,10 +1340,10 @@
1340
1340
  resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
1341
1341
  integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
1342
1342
 
1343
- "@salesforce/ts-types@^3.0.0":
1344
- version "3.0.0"
1345
- resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-3.0.0.tgz#375b13e92f594bc9d0a09716d77fc753bd31e6a6"
1346
- integrity sha512-lTCoI1NtQWiMDyn7B9N/CfWK9WmSpRnbYWqKTZYstn3mZ2DWSYwJXTh5Oh2wAAS9LAD/vaoU3F/TrV3q7wfnYw==
1343
+ "@salesforce/ts-types@^3.0.0", "@salesforce/ts-types@^3.0.1":
1344
+ version "3.0.1"
1345
+ resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-3.0.1.tgz#e57ae9ab0c29aac98e4b247b841164c472b60827"
1346
+ integrity sha512-NWkveMYT2I3O7EAYwWHi6/ba2YUwp9MFi/zJzA+czK5MVqJfdD6FZbiQrTbALZNvFzgFSdq9BvHm6ygRmtROzw==
1347
1347
 
1348
1348
  "@shikijs/core@1.11.1":
1349
1349
  version "1.11.1"
@@ -862,5 +862,5 @@
862
862
  ]
863
863
  }
864
864
  },
865
- "version": "3.0.1"
865
+ "version": "3.0.3"
866
866
  }
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "3.0.1",
4
+ "version": "3.0.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@salesforce/core": "^9.0.0",
9
+ "@salesforce/core": "^9.1.0",
10
10
  "@salesforce/kit": "^4.0.0",
11
11
  "@salesforce/sf-plugins-core": "^13.0.0",
12
12
  "change-case": "^5.4.4"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@oclif/plugin-command-snapshot": "^5.3.33",
16
- "@salesforce/cli-plugins-testkit": "^5.3.62",
16
+ "@salesforce/cli-plugins-testkit": "^5.3.64",
17
17
  "@salesforce/dev-scripts": "^11.0.4",
18
- "@salesforce/plugin-command-reference": "^3.1.125",
19
- "@salesforce/ts-types": "^3.0.0",
18
+ "@salesforce/plugin-command-reference": "^3.1.128",
19
+ "@salesforce/ts-types": "^3.0.1",
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",
@@ -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/3.0.1.crt",
224
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.1.sig"
223
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.3.crt",
224
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.3.sig"
225
225
  }
226
226
  }