@salesforce/plugin-signups 2.6.68 → 2.6.70
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 +39 -36
- package/oclif.lock +38 -38
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.70/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.70/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.70/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.70/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.70/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.70/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.70/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.70",
|
|
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.70",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@salesforce/core": "^8.30.3",
|
|
14
14
|
"@salesforce/kit": "^3.2.6",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.10",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.3.16",
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.56",
|
|
21
21
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.97",
|
|
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",
|
|
@@ -3584,9 +3584,9 @@
|
|
|
3584
3584
|
}
|
|
3585
3585
|
},
|
|
3586
3586
|
"node_modules/@oclif/core": {
|
|
3587
|
-
"version": "4.11.
|
|
3588
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
3589
|
-
"integrity": "sha512-
|
|
3587
|
+
"version": "4.11.3",
|
|
3588
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz",
|
|
3589
|
+
"integrity": "sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==",
|
|
3590
3590
|
"license": "MIT",
|
|
3591
3591
|
"dependencies": {
|
|
3592
3592
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3600,10 +3600,10 @@
|
|
|
3600
3600
|
"is-wsl": "^2.2.0",
|
|
3601
3601
|
"lilconfig": "^3.1.3",
|
|
3602
3602
|
"minimatch": "^10.2.5",
|
|
3603
|
-
"semver": "^7.
|
|
3603
|
+
"semver": "^7.8.0",
|
|
3604
3604
|
"string-width": "^4.2.3",
|
|
3605
3605
|
"supports-color": "^8",
|
|
3606
|
-
"tinyglobby": "^0.2.
|
|
3606
|
+
"tinyglobby": "^0.2.16",
|
|
3607
3607
|
"widest-line": "^3.1.0",
|
|
3608
3608
|
"wordwrap": "^1.0.0",
|
|
3609
3609
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3976,13 +3976,13 @@
|
|
|
3976
3976
|
}
|
|
3977
3977
|
},
|
|
3978
3978
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3979
|
-
"version": "5.3.
|
|
3980
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
3981
|
-
"integrity": "sha512-
|
|
3979
|
+
"version": "5.3.56",
|
|
3980
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.56.tgz",
|
|
3981
|
+
"integrity": "sha512-cqnZJd8ug8n77rph4V0jJztHVQvS72Y/RKjy6SHqwPl8VHUVMNwYz5eSReFWTYc0tV4WG6BHM+TeW8hJpegqPw==",
|
|
3982
3982
|
"dev": true,
|
|
3983
3983
|
"license": "Apache-2.0",
|
|
3984
3984
|
"dependencies": {
|
|
3985
|
-
"@salesforce/core": "^8.
|
|
3985
|
+
"@salesforce/core": "^8.29.0",
|
|
3986
3986
|
"@salesforce/kit": "^3.2.6",
|
|
3987
3987
|
"@salesforce/ts-types": "^2.0.11",
|
|
3988
3988
|
"@types/shelljs": "^0.10.0",
|
|
@@ -4087,9 +4087,9 @@
|
|
|
4087
4087
|
}
|
|
4088
4088
|
},
|
|
4089
4089
|
"node_modules/@salesforce/core": {
|
|
4090
|
-
"version": "8.
|
|
4091
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4092
|
-
"integrity": "sha512-
|
|
4090
|
+
"version": "8.30.3",
|
|
4091
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.3.tgz",
|
|
4092
|
+
"integrity": "sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==",
|
|
4093
4093
|
"license": "BSD-3-Clause",
|
|
4094
4094
|
"dependencies": {
|
|
4095
4095
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -4108,7 +4108,7 @@
|
|
|
4108
4108
|
"pino-abstract-transport": "^1.2.0",
|
|
4109
4109
|
"pino-pretty": "^11.3.0",
|
|
4110
4110
|
"proper-lockfile": "^4.1.2",
|
|
4111
|
-
"semver": "^7.
|
|
4111
|
+
"semver": "^7.8.0",
|
|
4112
4112
|
"ts-retry-promise": "^0.8.1",
|
|
4113
4113
|
"zod": "^4.1.12"
|
|
4114
4114
|
},
|
|
@@ -4286,14 +4286,14 @@
|
|
|
4286
4286
|
}
|
|
4287
4287
|
},
|
|
4288
4288
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4289
|
-
"version": "3.1.
|
|
4290
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4291
|
-
"integrity": "sha512-
|
|
4289
|
+
"version": "3.1.97",
|
|
4290
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.97.tgz",
|
|
4291
|
+
"integrity": "sha512-qBe36iD/LxWeHIEqBXccYNwrUoeSQhGVIxG59+qGGipm7eUfP/DdFBV7DtZpT8oiXmmVXre1nCeTALWIDETdcg==",
|
|
4292
4292
|
"dev": true,
|
|
4293
4293
|
"license": "Apache-2.0",
|
|
4294
4294
|
"dependencies": {
|
|
4295
4295
|
"@oclif/core": "^4",
|
|
4296
|
-
"@salesforce/core": "^8.28.
|
|
4296
|
+
"@salesforce/core": "^8.28.4",
|
|
4297
4297
|
"@salesforce/kit": "^3.2.6",
|
|
4298
4298
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4299
4299
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -13965,9 +13965,9 @@
|
|
|
13965
13965
|
"license": "BSD-3-Clause"
|
|
13966
13966
|
},
|
|
13967
13967
|
"node_modules/semver": {
|
|
13968
|
-
"version": "7.
|
|
13969
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
13970
|
-
"integrity": "sha512-
|
|
13968
|
+
"version": "7.8.0",
|
|
13969
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
|
|
13970
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
13971
13971
|
"license": "ISC",
|
|
13972
13972
|
"bin": {
|
|
13973
13973
|
"semver": "bin/semver.js"
|
|
@@ -14715,13 +14715,13 @@
|
|
|
14715
14715
|
"license": "MIT"
|
|
14716
14716
|
},
|
|
14717
14717
|
"node_modules/tinyglobby": {
|
|
14718
|
-
"version": "0.2.
|
|
14719
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
14720
|
-
"integrity": "sha512-
|
|
14718
|
+
"version": "0.2.16",
|
|
14719
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
14720
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
14721
14721
|
"license": "MIT",
|
|
14722
14722
|
"dependencies": {
|
|
14723
|
-
"fdir": "^6.
|
|
14724
|
-
"picomatch": "^4.0.
|
|
14723
|
+
"fdir": "^6.5.0",
|
|
14724
|
+
"picomatch": "^4.0.4"
|
|
14725
14725
|
},
|
|
14726
14726
|
"engines": {
|
|
14727
14727
|
"node": ">=12.0.0"
|
|
@@ -14731,10 +14731,13 @@
|
|
|
14731
14731
|
}
|
|
14732
14732
|
},
|
|
14733
14733
|
"node_modules/tinyglobby/node_modules/fdir": {
|
|
14734
|
-
"version": "6.
|
|
14735
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.
|
|
14736
|
-
"integrity": "sha512-
|
|
14734
|
+
"version": "6.5.0",
|
|
14735
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
14736
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
14737
14737
|
"license": "MIT",
|
|
14738
|
+
"engines": {
|
|
14739
|
+
"node": ">=12.0.0"
|
|
14740
|
+
},
|
|
14738
14741
|
"peerDependencies": {
|
|
14739
14742
|
"picomatch": "^3 || ^4"
|
|
14740
14743
|
},
|
|
@@ -14745,9 +14748,9 @@
|
|
|
14745
14748
|
}
|
|
14746
14749
|
},
|
|
14747
14750
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
14748
|
-
"version": "4.0.
|
|
14749
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
14750
|
-
"integrity": "sha512-
|
|
14751
|
+
"version": "4.0.4",
|
|
14752
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
14753
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
14751
14754
|
"license": "MIT",
|
|
14752
14755
|
"engines": {
|
|
14753
14756
|
"node": ">=12"
|
package/oclif.lock
CHANGED
|
@@ -1462,9 +1462,9 @@
|
|
|
1462
1462
|
wrap-ansi "^7.0.0"
|
|
1463
1463
|
|
|
1464
1464
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.6":
|
|
1465
|
-
version "4.11.
|
|
1466
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
1467
|
-
integrity sha512-
|
|
1465
|
+
version "4.11.3"
|
|
1466
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
|
|
1467
|
+
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
|
|
1468
1468
|
dependencies:
|
|
1469
1469
|
ansi-escapes "^4.3.2"
|
|
1470
1470
|
ansis "^3.17.0"
|
|
@@ -1477,10 +1477,10 @@
|
|
|
1477
1477
|
is-wsl "^2.2.0"
|
|
1478
1478
|
lilconfig "^3.1.3"
|
|
1479
1479
|
minimatch "^10.2.5"
|
|
1480
|
-
semver "^7.
|
|
1480
|
+
semver "^7.8.0"
|
|
1481
1481
|
string-width "^4.2.3"
|
|
1482
1482
|
supports-color "^8"
|
|
1483
|
-
tinyglobby "^0.2.
|
|
1483
|
+
tinyglobby "^0.2.16"
|
|
1484
1484
|
widest-line "^3.1.0"
|
|
1485
1485
|
wordwrap "^1.0.0"
|
|
1486
1486
|
wrap-ansi "^7.0.0"
|
|
@@ -1571,12 +1571,12 @@
|
|
|
1571
1571
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1572
1572
|
config-chain "^1.1.11"
|
|
1573
1573
|
|
|
1574
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1575
|
-
version "5.3.
|
|
1576
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1577
|
-
integrity sha512-
|
|
1574
|
+
"@salesforce/cli-plugins-testkit@^5.3.56":
|
|
1575
|
+
version "5.3.56"
|
|
1576
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.56.tgz#76ded4f5764f58ee5769f81e21c593d51a908ab0"
|
|
1577
|
+
integrity sha512-cqnZJd8ug8n77rph4V0jJztHVQvS72Y/RKjy6SHqwPl8VHUVMNwYz5eSReFWTYc0tV4WG6BHM+TeW8hJpegqPw==
|
|
1578
1578
|
dependencies:
|
|
1579
|
-
"@salesforce/core" "^8.
|
|
1579
|
+
"@salesforce/core" "^8.29.0"
|
|
1580
1580
|
"@salesforce/kit" "^3.2.6"
|
|
1581
1581
|
"@salesforce/ts-types" "^2.0.11"
|
|
1582
1582
|
"@types/shelljs" "^0.10.0"
|
|
@@ -1587,10 +1587,10 @@
|
|
|
1587
1587
|
strip-ansi "6.0.1"
|
|
1588
1588
|
ts-retry-promise "^0.8.1"
|
|
1589
1589
|
|
|
1590
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.28.
|
|
1591
|
-
version "8.
|
|
1592
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1593
|
-
integrity sha512-
|
|
1590
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.28.4", "@salesforce/core@^8.29.0", "@salesforce/core@^8.30.3", "@salesforce/core@^8.5.1":
|
|
1591
|
+
version "8.30.3"
|
|
1592
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.3.tgz#333315e9c0436abd2247df7b5b31375df4002cd6"
|
|
1593
|
+
integrity sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==
|
|
1594
1594
|
dependencies:
|
|
1595
1595
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1596
1596
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
pino-abstract-transport "^1.2.0"
|
|
1609
1609
|
pino-pretty "^11.3.0"
|
|
1610
1610
|
proper-lockfile "^4.1.2"
|
|
1611
|
-
semver "^7.
|
|
1611
|
+
semver "^7.8.0"
|
|
1612
1612
|
ts-retry-promise "^0.8.1"
|
|
1613
1613
|
zod "^4.1.12"
|
|
1614
1614
|
|
|
@@ -1656,13 +1656,13 @@
|
|
|
1656
1656
|
dependencies:
|
|
1657
1657
|
"@salesforce/ts-types" "^2.0.12"
|
|
1658
1658
|
|
|
1659
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1660
|
-
version "3.1.
|
|
1661
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1662
|
-
integrity sha512-
|
|
1659
|
+
"@salesforce/plugin-command-reference@^3.1.97":
|
|
1660
|
+
version "3.1.97"
|
|
1661
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.97.tgz#eacae5b59fb1c7c58cccb8bf7ab3a796db9aa571"
|
|
1662
|
+
integrity sha512-qBe36iD/LxWeHIEqBXccYNwrUoeSQhGVIxG59+qGGipm7eUfP/DdFBV7DtZpT8oiXmmVXre1nCeTALWIDETdcg==
|
|
1663
1663
|
dependencies:
|
|
1664
1664
|
"@oclif/core" "^4"
|
|
1665
|
-
"@salesforce/core" "^8.28.
|
|
1665
|
+
"@salesforce/core" "^8.28.4"
|
|
1666
1666
|
"@salesforce/kit" "^3.2.6"
|
|
1667
1667
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1668
1668
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -4273,10 +4273,10 @@ faye@^1.4.0, faye@^1.4.1:
|
|
|
4273
4273
|
tough-cookie "*"
|
|
4274
4274
|
tunnel-agent "*"
|
|
4275
4275
|
|
|
4276
|
-
fdir@^6.
|
|
4277
|
-
version "6.
|
|
4278
|
-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.
|
|
4279
|
-
integrity sha512-
|
|
4276
|
+
fdir@^6.5.0:
|
|
4277
|
+
version "6.5.0"
|
|
4278
|
+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
|
|
4279
|
+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
|
|
4280
4280
|
|
|
4281
4281
|
figures@^3.0.0:
|
|
4282
4282
|
version "3.2.0"
|
|
@@ -6514,10 +6514,10 @@ picomatch@^3.0.1:
|
|
|
6514
6514
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
6515
6515
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
6516
6516
|
|
|
6517
|
-
picomatch@^4.0.
|
|
6518
|
-
version "4.0.
|
|
6519
|
-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.
|
|
6520
|
-
integrity sha512-
|
|
6517
|
+
picomatch@^4.0.4:
|
|
6518
|
+
version "4.0.4"
|
|
6519
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
|
|
6520
|
+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
|
|
6521
6521
|
|
|
6522
6522
|
pino-abstract-transport@^1.2.0:
|
|
6523
6523
|
version "1.2.0"
|
|
@@ -7034,10 +7034,10 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
7034
7034
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7035
7035
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7036
7036
|
|
|
7037
|
-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.7.3, semver@^7.7.4:
|
|
7038
|
-
version "7.
|
|
7039
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.
|
|
7040
|
-
integrity sha512-
|
|
7037
|
+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0:
|
|
7038
|
+
version "7.8.0"
|
|
7039
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
|
|
7040
|
+
integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
|
|
7041
7041
|
|
|
7042
7042
|
sentence-case@^3.0.4:
|
|
7043
7043
|
version "3.0.4"
|
|
@@ -7550,13 +7550,13 @@ tiny-jsonc@^1.0.2:
|
|
|
7550
7550
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
|
7551
7551
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
7552
7552
|
|
|
7553
|
-
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
7554
|
-
version "0.2.
|
|
7555
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
|
7556
|
-
integrity sha512-
|
|
7553
|
+
tinyglobby@^0.2.14, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
|
|
7554
|
+
version "0.2.16"
|
|
7555
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
|
|
7556
|
+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
|
|
7557
7557
|
dependencies:
|
|
7558
|
-
fdir "^6.
|
|
7559
|
-
picomatch "^4.0.
|
|
7558
|
+
fdir "^6.5.0"
|
|
7559
|
+
picomatch "^4.0.4"
|
|
7560
7560
|
|
|
7561
7561
|
tmp@^0.0.33:
|
|
7562
7562
|
version "0.0.33"
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "2.6.70",
|
|
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.
|
|
9
|
+
"@salesforce/core": "^8.30.3",
|
|
10
10
|
"@salesforce/kit": "^3.2.6",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.10",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.3.16",
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.56",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.97",
|
|
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.
|
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.70.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.70.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|