@salesforce/plugin-signups 2.6.2 → 2.6.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 +7 -7
- package/npm-shrinkwrap.json +16 -69
- package/oclif.lock +17 -20
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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/2.6.
|
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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/2.6.
|
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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/2.6.
|
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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/2.6.
|
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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/2.6.
|
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.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/2.6.
|
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.3/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "2.6.
|
|
9
|
+
"version": "2.6.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@salesforce/core": "^8.6.4",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^12.0.11",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
@@ -25,7 +25,7 @@
|
|
|
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.
|
|
28
|
+
"eslint-plugin-sf-plugin": "^1.20.11",
|
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
|
30
30
|
"oclif": "^4.15.13",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
@@ -2760,13 +2760,13 @@
|
|
|
2760
2760
|
}
|
|
2761
2761
|
},
|
|
2762
2762
|
"node_modules/@oclif/table": {
|
|
2763
|
-
"version": "0.
|
|
2764
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.
|
|
2765
|
-
"integrity": "sha512-
|
|
2763
|
+
"version": "0.3.3",
|
|
2764
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.3.3.tgz",
|
|
2765
|
+
"integrity": "sha512-sz6gGT1JAPP743vxl1491hxboIu0ZFHaP3gyvhz5Prgsuljp2NGyyu7JPEMeVImCnZ9N3K9cy3VXxRFEwRH/ig==",
|
|
2766
2766
|
"license": "MIT",
|
|
2767
2767
|
"dependencies": {
|
|
2768
2768
|
"@oclif/core": "^4",
|
|
2769
|
-
"@types/react": "^18.3.
|
|
2769
|
+
"@types/react": "^18.3.12",
|
|
2770
2770
|
"change-case": "^5.4.4",
|
|
2771
2771
|
"cli-truncate": "^4.0.0",
|
|
2772
2772
|
"ink": "^5.0.1",
|
|
@@ -3239,79 +3239,26 @@
|
|
|
3239
3239
|
"license": "ISC"
|
|
3240
3240
|
},
|
|
3241
3241
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3242
|
-
"version": "12.0.
|
|
3243
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
3244
|
-
"integrity": "sha512-
|
|
3242
|
+
"version": "12.0.11",
|
|
3243
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.11.tgz",
|
|
3244
|
+
"integrity": "sha512-DYb54IeszQxcyl0N3e5qxSx3Vc571f36alZNE54qPqBTi9RAGEHQN4XR03dKLic0aNS/j4Z09RGH6YoH2zSL6A==",
|
|
3245
3245
|
"license": "BSD-3-Clause",
|
|
3246
3246
|
"dependencies": {
|
|
3247
3247
|
"@inquirer/confirm": "^3.1.22",
|
|
3248
3248
|
"@inquirer/password": "^2.2.0",
|
|
3249
3249
|
"@oclif/core": "^4.0.27",
|
|
3250
|
-
"@oclif/table": "^0.2
|
|
3250
|
+
"@oclif/table": "^0.3.2",
|
|
3251
3251
|
"@salesforce/core": "^8.5.1",
|
|
3252
3252
|
"@salesforce/kit": "^3.2.3",
|
|
3253
3253
|
"@salesforce/ts-types": "^2.0.12",
|
|
3254
3254
|
"ansis": "^3.3.2",
|
|
3255
3255
|
"cli-progress": "^3.12.0",
|
|
3256
|
-
"natural-orderby": "^3.0.2",
|
|
3257
|
-
"slice-ansi": "^7.1.0",
|
|
3258
|
-
"string-width": "^7.2.0",
|
|
3259
3256
|
"terminal-link": "^3.0.0"
|
|
3260
3257
|
},
|
|
3261
3258
|
"engines": {
|
|
3262
3259
|
"node": ">=18.0.0"
|
|
3263
3260
|
}
|
|
3264
3261
|
},
|
|
3265
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
|
|
3266
|
-
"version": "6.0.1",
|
|
3267
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
3268
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
3269
|
-
"license": "MIT",
|
|
3270
|
-
"engines": {
|
|
3271
|
-
"node": ">=12"
|
|
3272
|
-
},
|
|
3273
|
-
"funding": {
|
|
3274
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3275
|
-
}
|
|
3276
|
-
},
|
|
3277
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
|
|
3278
|
-
"version": "10.3.0",
|
|
3279
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
3280
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
3281
|
-
"license": "MIT"
|
|
3282
|
-
},
|
|
3283
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
3284
|
-
"version": "7.2.0",
|
|
3285
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3286
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3287
|
-
"license": "MIT",
|
|
3288
|
-
"dependencies": {
|
|
3289
|
-
"emoji-regex": "^10.3.0",
|
|
3290
|
-
"get-east-asian-width": "^1.0.0",
|
|
3291
|
-
"strip-ansi": "^7.1.0"
|
|
3292
|
-
},
|
|
3293
|
-
"engines": {
|
|
3294
|
-
"node": ">=18"
|
|
3295
|
-
},
|
|
3296
|
-
"funding": {
|
|
3297
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3298
|
-
}
|
|
3299
|
-
},
|
|
3300
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/strip-ansi": {
|
|
3301
|
-
"version": "7.1.0",
|
|
3302
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
3303
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
3304
|
-
"license": "MIT",
|
|
3305
|
-
"dependencies": {
|
|
3306
|
-
"ansi-regex": "^6.0.1"
|
|
3307
|
-
},
|
|
3308
|
-
"engines": {
|
|
3309
|
-
"node": ">=12"
|
|
3310
|
-
},
|
|
3311
|
-
"funding": {
|
|
3312
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3313
|
-
}
|
|
3314
|
-
},
|
|
3315
3262
|
"node_modules/@salesforce/ts-types": {
|
|
3316
3263
|
"version": "2.0.12",
|
|
3317
3264
|
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz",
|
|
@@ -6843,13 +6790,13 @@
|
|
|
6843
6790
|
}
|
|
6844
6791
|
},
|
|
6845
6792
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
6846
|
-
"version": "1.20.
|
|
6847
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
6848
|
-
"integrity": "sha512
|
|
6793
|
+
"version": "1.20.11",
|
|
6794
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.11.tgz",
|
|
6795
|
+
"integrity": "sha512-+0CVUtSZebF3klmiiGXuJtX8iozJq460V7k4eUnIYMdJtI13NdOubpY5JVMqq+a67arhkdklMR9QpcsUIp1zGg==",
|
|
6849
6796
|
"dev": true,
|
|
6850
6797
|
"license": "BSD-3-Clause",
|
|
6851
6798
|
"dependencies": {
|
|
6852
|
-
"@salesforce/core": "^8.6.
|
|
6799
|
+
"@salesforce/core": "^8.6.4",
|
|
6853
6800
|
"@typescript-eslint/utils": "^7.18.0"
|
|
6854
6801
|
},
|
|
6855
6802
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1311,13 +1311,13 @@
|
|
|
1311
1311
|
http-call "^5.2.2"
|
|
1312
1312
|
lodash "^4.17.21"
|
|
1313
1313
|
|
|
1314
|
-
"@oclif/table@^0.2
|
|
1315
|
-
version "0.
|
|
1316
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.
|
|
1317
|
-
integrity sha512-
|
|
1314
|
+
"@oclif/table@^0.3.2":
|
|
1315
|
+
version "0.3.3"
|
|
1316
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.3.tgz#5dc1c98cfa5415b131d77c85048df187fc241d12"
|
|
1317
|
+
integrity sha512-sz6gGT1JAPP743vxl1491hxboIu0ZFHaP3gyvhz5Prgsuljp2NGyyu7JPEMeVImCnZ9N3K9cy3VXxRFEwRH/ig==
|
|
1318
1318
|
dependencies:
|
|
1319
1319
|
"@oclif/core" "^4"
|
|
1320
|
-
"@types/react" "^18.3.
|
|
1320
|
+
"@types/react" "^18.3.12"
|
|
1321
1321
|
change-case "^5.4.4"
|
|
1322
1322
|
cli-truncate "^4.0.0"
|
|
1323
1323
|
ink "^5.0.1"
|
|
@@ -1348,7 +1348,7 @@
|
|
|
1348
1348
|
strip-ansi "6.0.1"
|
|
1349
1349
|
ts-retry-promise "^0.8.1"
|
|
1350
1350
|
|
|
1351
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.
|
|
1351
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4":
|
|
1352
1352
|
version "8.6.4"
|
|
1353
1353
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.4.tgz#39a8234c816ff644e11bcef9517411495ec6039a"
|
|
1354
1354
|
integrity sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww==
|
|
@@ -1458,23 +1458,20 @@
|
|
|
1458
1458
|
string-width "^7.2.0"
|
|
1459
1459
|
terminal-link "^3.0.0"
|
|
1460
1460
|
|
|
1461
|
-
"@salesforce/sf-plugins-core@^12.0.
|
|
1462
|
-
version "12.0.
|
|
1463
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
1464
|
-
integrity sha512-
|
|
1461
|
+
"@salesforce/sf-plugins-core@^12.0.11":
|
|
1462
|
+
version "12.0.11"
|
|
1463
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.11.tgz#5837bc385cb8f057c4bc86b71ead71464ba5063b"
|
|
1464
|
+
integrity sha512-DYb54IeszQxcyl0N3e5qxSx3Vc571f36alZNE54qPqBTi9RAGEHQN4XR03dKLic0aNS/j4Z09RGH6YoH2zSL6A==
|
|
1465
1465
|
dependencies:
|
|
1466
1466
|
"@inquirer/confirm" "^3.1.22"
|
|
1467
1467
|
"@inquirer/password" "^2.2.0"
|
|
1468
1468
|
"@oclif/core" "^4.0.27"
|
|
1469
|
-
"@oclif/table" "^0.2
|
|
1469
|
+
"@oclif/table" "^0.3.2"
|
|
1470
1470
|
"@salesforce/core" "^8.5.1"
|
|
1471
1471
|
"@salesforce/kit" "^3.2.3"
|
|
1472
1472
|
"@salesforce/ts-types" "^2.0.12"
|
|
1473
1473
|
ansis "^3.3.2"
|
|
1474
1474
|
cli-progress "^3.12.0"
|
|
1475
|
-
natural-orderby "^3.0.2"
|
|
1476
|
-
slice-ansi "^7.1.0"
|
|
1477
|
-
string-width "^7.2.0"
|
|
1478
1475
|
terminal-link "^3.0.0"
|
|
1479
1476
|
|
|
1480
1477
|
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
|
|
@@ -2179,7 +2176,7 @@
|
|
|
2179
2176
|
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.13.tgz#2af91918ee12d9d32914feb13f5326658461b451"
|
|
2180
2177
|
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==
|
|
2181
2178
|
|
|
2182
|
-
"@types/react@^18.3.
|
|
2179
|
+
"@types/react@^18.3.12":
|
|
2183
2180
|
version "18.3.12"
|
|
2184
2181
|
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
|
|
2185
2182
|
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
|
|
@@ -3678,12 +3675,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3678
3675
|
semver "^7.5.4"
|
|
3679
3676
|
spdx-expression-parse "^4.0.0"
|
|
3680
3677
|
|
|
3681
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
3682
|
-
version "1.20.
|
|
3683
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
3684
|
-
integrity sha512
|
|
3678
|
+
eslint-plugin-sf-plugin@^1.20.11:
|
|
3679
|
+
version "1.20.11"
|
|
3680
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.11.tgz#a242763c6707bb4584f13f9cce75166fd22ab5a4"
|
|
3681
|
+
integrity sha512-+0CVUtSZebF3klmiiGXuJtX8iozJq460V7k4eUnIYMdJtI13NdOubpY5JVMqq+a67arhkdklMR9QpcsUIp1zGg==
|
|
3685
3682
|
dependencies:
|
|
3686
|
-
"@salesforce/core" "^8.6.
|
|
3683
|
+
"@salesforce/core" "^8.6.4"
|
|
3687
3684
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3688
3685
|
|
|
3689
3686
|
eslint-plugin-unicorn@^50.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
9
|
"@salesforce/core": "^8.6.4",
|
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^12.0.11",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
@@ -21,7 +21,7 @@
|
|
|
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.
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.11",
|
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
|
26
26
|
"oclif": "^4.15.13",
|
|
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.
|
|
223
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.3.crt",
|
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.3.sig"
|
|
224
224
|
}
|
|
225
225
|
}
|