@salesforce/plugin-signups 2.2.2 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +41 -25
- package/oclif.lock +59 -27
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.2.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/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.2.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/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.2.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/src/commands/org/delete/shape.ts)_
|
223
223
|
|
224
224
|
## `sf org delete snapshot`
|
225
225
|
|
@@ -263,7 +263,7 @@ FLAG DESCRIPTIONS
|
|
263
263
|
The IDs of scratch org snapshots start with 0Oo.
|
264
264
|
```
|
265
265
|
|
266
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
266
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/src/commands/org/delete/snapshot.ts)_
|
267
267
|
|
268
268
|
## `sf org get snapshot`
|
269
269
|
|
@@ -310,7 +310,7 @@ FLAG DESCRIPTIONS
|
|
310
310
|
The IDs of scratch org snapshots start with 0Oo.
|
311
311
|
```
|
312
312
|
|
313
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
313
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/src/commands/org/get/snapshot.ts)_
|
314
314
|
|
315
315
|
## `sf org list shape`
|
316
316
|
|
@@ -343,7 +343,7 @@ EXAMPLES
|
|
343
343
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
344
344
|
```
|
345
345
|
|
346
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
346
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/src/commands/org/list/shape.ts)_
|
347
347
|
|
348
348
|
## `sf org list snapshot`
|
349
349
|
|
@@ -385,6 +385,6 @@ EXAMPLES
|
|
385
385
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
386
386
|
```
|
387
387
|
|
388
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
388
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/src/commands/org/list/snapshot.ts)_
|
389
389
|
|
390
390
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,26 +1,26 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.4",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.2.
|
9
|
+
"version": "2.2.4",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^3.26.2",
|
13
|
-
"@salesforce/core": "^7.
|
13
|
+
"@salesforce/core": "^7.3.0",
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
16
16
|
"chalk": "^5.3.0",
|
17
|
-
"change-case": "^5.4.
|
17
|
+
"change-case": "^5.4.4"
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.1.2",
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.2.
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
22
22
|
"@salesforce/dev-scripts": "^9.0.0",
|
23
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
23
|
+
"@salesforce/plugin-command-reference": "^3.0.78",
|
24
24
|
"@salesforce/ts-types": "^2.0.9",
|
25
25
|
"@types/chai-as-promised": "^7.1.8",
|
26
26
|
"@types/chai-string": "^1.4.5",
|
@@ -3124,9 +3124,9 @@
|
|
3124
3124
|
}
|
3125
3125
|
},
|
3126
3126
|
"node_modules/@oclif/core": {
|
3127
|
-
"version": "3.26.
|
3128
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
3129
|
-
"integrity": "sha512-
|
3127
|
+
"version": "3.26.4",
|
3128
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
3129
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
3130
3130
|
"license": "MIT",
|
3131
3131
|
"dependencies": {
|
3132
3132
|
"@types/cli-progress": "^3.11.5",
|
@@ -3138,7 +3138,7 @@
|
|
3138
3138
|
"cli-progress": "^3.12.0",
|
3139
3139
|
"color": "^4.2.3",
|
3140
3140
|
"debug": "^4.3.4",
|
3141
|
-
"ejs": "^3.1.
|
3141
|
+
"ejs": "^3.1.10",
|
3142
3142
|
"get-package-type": "^0.1.0",
|
3143
3143
|
"globby": "^11.1.0",
|
3144
3144
|
"hyperlinker": "^1.0.0",
|
@@ -3199,6 +3199,21 @@
|
|
3199
3199
|
"node": ">=8"
|
3200
3200
|
}
|
3201
3201
|
},
|
3202
|
+
"node_modules/@oclif/core/node_modules/ejs": {
|
3203
|
+
"version": "3.1.10",
|
3204
|
+
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
|
3205
|
+
"integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
|
3206
|
+
"license": "Apache-2.0",
|
3207
|
+
"dependencies": {
|
3208
|
+
"jake": "^10.8.5"
|
3209
|
+
},
|
3210
|
+
"bin": {
|
3211
|
+
"ejs": "bin/cli.js"
|
3212
|
+
},
|
3213
|
+
"engines": {
|
3214
|
+
"node": ">=0.10.0"
|
3215
|
+
}
|
3216
|
+
},
|
3202
3217
|
"node_modules/@oclif/core/node_modules/js-yaml": {
|
3203
3218
|
"version": "3.14.1",
|
3204
3219
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
@@ -3525,13 +3540,13 @@
|
|
3525
3540
|
}
|
3526
3541
|
},
|
3527
3542
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
3528
|
-
"version": "5.2.
|
3529
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.
|
3530
|
-
"integrity": "sha512-
|
3543
|
+
"version": "5.2.1",
|
3544
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.1.tgz",
|
3545
|
+
"integrity": "sha512-GjvgJOLt4N/lGEMjdvQdVlJ8XlRfOfeUMisaVM94uTUWmF23u8fcD1H4zw7XvMt43CrNHs5dmBSAN0uk4ZRl5Q==",
|
3531
3546
|
"dev": true,
|
3532
3547
|
"license": "BSD-3-Clause",
|
3533
3548
|
"dependencies": {
|
3534
|
-
"@salesforce/core": "^7.
|
3549
|
+
"@salesforce/core": "^7.2.0",
|
3535
3550
|
"@salesforce/kit": "^3.1.0",
|
3536
3551
|
"@salesforce/ts-types": "^2.0.9",
|
3537
3552
|
"@types/shelljs": "^0.8.15",
|
@@ -3646,9 +3661,9 @@
|
|
3646
3661
|
}
|
3647
3662
|
},
|
3648
3663
|
"node_modules/@salesforce/core": {
|
3649
|
-
"version": "7.
|
3650
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
3651
|
-
"integrity": "sha512-
|
3664
|
+
"version": "7.3.0",
|
3665
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.0.tgz",
|
3666
|
+
"integrity": "sha512-c/gZLvKFHvgAv/Gyd4LjGGQykvGLn67QtCmdT7Hnm57bTDZoyr7XJXcaI+ILN0NO47guG1tEWP5eBvAi+u2DNA==",
|
3652
3667
|
"license": "BSD-3-Clause",
|
3653
3668
|
"dependencies": {
|
3654
3669
|
"@jsforce/jsforce-node": "^3.1.0",
|
@@ -3801,14 +3816,14 @@
|
|
3801
3816
|
}
|
3802
3817
|
},
|
3803
3818
|
"node_modules/@salesforce/plugin-command-reference": {
|
3804
|
-
"version": "3.0.
|
3805
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
3806
|
-
"integrity": "sha512-
|
3819
|
+
"version": "3.0.78",
|
3820
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.78.tgz",
|
3821
|
+
"integrity": "sha512-ASrRwX7iIdRWZ3UjsfhRyzaoL64SzYkqEz6AMqBsOk1O6W2YlS76z3u0M8cUOCHq27FioEkqJvpBMFR335D3GQ==",
|
3807
3822
|
"dev": true,
|
3808
3823
|
"license": "BSD-3-Clause",
|
3809
3824
|
"dependencies": {
|
3810
|
-
"@oclif/core": "^3.26.
|
3811
|
-
"@salesforce/core": "^7.
|
3825
|
+
"@oclif/core": "^3.26.3",
|
3826
|
+
"@salesforce/core": "^7.2.0",
|
3812
3827
|
"@salesforce/kit": "^3.1.0",
|
3813
3828
|
"@salesforce/sf-plugins-core": "^9.0.1",
|
3814
3829
|
"@salesforce/ts-types": "^2.0.9",
|
@@ -5968,9 +5983,9 @@
|
|
5968
5983
|
}
|
5969
5984
|
},
|
5970
5985
|
"node_modules/change-case": {
|
5971
|
-
"version": "5.4.
|
5972
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.
|
5973
|
-
"integrity": "sha512-
|
5986
|
+
"version": "5.4.4",
|
5987
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
5988
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
5974
5989
|
"license": "MIT"
|
5975
5990
|
},
|
5976
5991
|
"node_modules/chardet": {
|
@@ -6787,6 +6802,7 @@
|
|
6787
6802
|
"version": "3.1.9",
|
6788
6803
|
"resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
|
6789
6804
|
"integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
|
6805
|
+
"dev": true,
|
6790
6806
|
"license": "Apache-2.0",
|
6791
6807
|
"dependencies": {
|
6792
6808
|
"jake": "^10.8.5"
|
package/oclif.lock
CHANGED
@@ -1567,10 +1567,10 @@
|
|
1567
1567
|
wordwrap "^1.0.0"
|
1568
1568
|
wrap-ansi "^7.0.0"
|
1569
1569
|
|
1570
|
-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
|
1571
|
-
version "3.26.
|
1572
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
1573
|
-
integrity sha512-
|
1570
|
+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
|
1571
|
+
version "3.26.4"
|
1572
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
1573
|
+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
1574
1574
|
dependencies:
|
1575
1575
|
"@types/cli-progress" "^3.11.5"
|
1576
1576
|
ansi-escapes "^4.3.2"
|
@@ -1581,7 +1581,7 @@
|
|
1581
1581
|
cli-progress "^3.12.0"
|
1582
1582
|
color "^4.2.3"
|
1583
1583
|
debug "^4.3.4"
|
1584
|
-
ejs "^3.1.
|
1584
|
+
ejs "^3.1.10"
|
1585
1585
|
get-package-type "^0.1.0"
|
1586
1586
|
globby "^11.1.0"
|
1587
1587
|
hyperlinker "^1.0.0"
|
@@ -1649,12 +1649,12 @@
|
|
1649
1649
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
1650
1650
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
1651
1651
|
|
1652
|
-
"@salesforce/cli-plugins-testkit@^5.2.
|
1653
|
-
version "5.2.
|
1654
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.
|
1655
|
-
integrity sha512-
|
1652
|
+
"@salesforce/cli-plugins-testkit@^5.2.1":
|
1653
|
+
version "5.2.1"
|
1654
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.1.tgz#24c7629057284a74d9f30a4fdc48c31f59d963af"
|
1655
|
+
integrity sha512-GjvgJOLt4N/lGEMjdvQdVlJ8XlRfOfeUMisaVM94uTUWmF23u8fcD1H4zw7XvMt43CrNHs5dmBSAN0uk4ZRl5Q==
|
1656
1656
|
dependencies:
|
1657
|
-
"@salesforce/core" "^7.
|
1657
|
+
"@salesforce/core" "^7.2.0"
|
1658
1658
|
"@salesforce/kit" "^3.1.0"
|
1659
1659
|
"@salesforce/ts-types" "^2.0.9"
|
1660
1660
|
"@types/shelljs" "^0.8.15"
|
@@ -1665,10 +1665,10 @@
|
|
1665
1665
|
strip-ansi "6.0.1"
|
1666
1666
|
ts-retry-promise "^0.8.0"
|
1667
1667
|
|
1668
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.
|
1669
|
-
version "7.
|
1670
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.
|
1671
|
-
integrity sha512-
|
1668
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
|
1669
|
+
version "7.3.0"
|
1670
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.0.tgz#2ad3dfccb1ef0eb2e65b49b655e39748002bbc13"
|
1671
|
+
integrity sha512-c/gZLvKFHvgAv/Gyd4LjGGQykvGLn67QtCmdT7Hnm57bTDZoyr7XJXcaI+ILN0NO47guG1tEWP5eBvAi+u2DNA==
|
1672
1672
|
dependencies:
|
1673
1673
|
"@jsforce/jsforce-node" "^3.1.0"
|
1674
1674
|
"@salesforce/kit" "^3.1.0"
|
@@ -1733,13 +1733,13 @@
|
|
1733
1733
|
"@salesforce/ts-types" "^2.0.9"
|
1734
1734
|
tslib "^2.6.2"
|
1735
1735
|
|
1736
|
-
"@salesforce/plugin-command-reference@^3.0.
|
1737
|
-
version "3.0.
|
1738
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
1739
|
-
integrity sha512-
|
1736
|
+
"@salesforce/plugin-command-reference@^3.0.78":
|
1737
|
+
version "3.0.78"
|
1738
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.78.tgz#8158dbb62d9d7190e31a0c8c5fbfefb3dfd33efc"
|
1739
|
+
integrity sha512-ASrRwX7iIdRWZ3UjsfhRyzaoL64SzYkqEz6AMqBsOk1O6W2YlS76z3u0M8cUOCHq27FioEkqJvpBMFR335D3GQ==
|
1740
1740
|
dependencies:
|
1741
|
-
"@oclif/core" "^3.26.
|
1742
|
-
"@salesforce/core" "^7.
|
1741
|
+
"@oclif/core" "^3.26.3"
|
1742
|
+
"@salesforce/core" "^7.2.0"
|
1743
1743
|
"@salesforce/kit" "^3.1.0"
|
1744
1744
|
"@salesforce/sf-plugins-core" "^9.0.1"
|
1745
1745
|
"@salesforce/ts-types" "^2.0.9"
|
@@ -3140,10 +3140,10 @@ change-case@^4, change-case@^4.1.2:
|
|
3140
3140
|
snake-case "^3.0.4"
|
3141
3141
|
tslib "^2.0.3"
|
3142
3142
|
|
3143
|
-
change-case@^5.4.
|
3144
|
-
version "5.4.
|
3145
|
-
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.
|
3146
|
-
integrity sha512-
|
3143
|
+
change-case@^5.4.4:
|
3144
|
+
version "5.4.4"
|
3145
|
+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
|
3146
|
+
integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
|
3147
3147
|
|
3148
3148
|
chardet@^0.7.0:
|
3149
3149
|
version "0.7.0"
|
@@ -3659,6 +3659,13 @@ ecdsa-sig-formatter@1.0.11:
|
|
3659
3659
|
dependencies:
|
3660
3660
|
safe-buffer "^5.0.1"
|
3661
3661
|
|
3662
|
+
ejs@^3.1.10:
|
3663
|
+
version "3.1.10"
|
3664
|
+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
|
3665
|
+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
|
3666
|
+
dependencies:
|
3667
|
+
jake "^10.8.5"
|
3668
|
+
|
3662
3669
|
ejs@^3.1.9:
|
3663
3670
|
version "3.1.9"
|
3664
3671
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
|
@@ -7005,7 +7012,16 @@ srcset@^5.0.0:
|
|
7005
7012
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
7006
7013
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
7007
7014
|
|
7008
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
7015
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
7016
|
+
version "4.2.3"
|
7017
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
7018
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
7019
|
+
dependencies:
|
7020
|
+
emoji-regex "^8.0.0"
|
7021
|
+
is-fullwidth-code-point "^3.0.0"
|
7022
|
+
strip-ansi "^6.0.1"
|
7023
|
+
|
7024
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
7009
7025
|
version "4.2.3"
|
7010
7026
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
7011
7027
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
@@ -7064,7 +7080,14 @@ string_decoder@~1.1.1:
|
|
7064
7080
|
dependencies:
|
7065
7081
|
safe-buffer "~5.1.0"
|
7066
7082
|
|
7067
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
7083
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
7084
|
+
version "6.0.1"
|
7085
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
7086
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
7087
|
+
dependencies:
|
7088
|
+
ansi-regex "^5.0.1"
|
7089
|
+
|
7090
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
7068
7091
|
version "6.0.1"
|
7069
7092
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
7070
7093
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
@@ -7619,7 +7642,7 @@ workerpool@6.2.1:
|
|
7619
7642
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
7620
7643
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
7621
7644
|
|
7622
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
7645
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
7623
7646
|
version "7.0.0"
|
7624
7647
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
7625
7648
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
@@ -7637,6 +7660,15 @@ wrap-ansi@^6.2.0:
|
|
7637
7660
|
string-width "^4.1.0"
|
7638
7661
|
strip-ansi "^6.0.0"
|
7639
7662
|
|
7663
|
+
wrap-ansi@^7.0.0:
|
7664
|
+
version "7.0.0"
|
7665
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
7666
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
7667
|
+
dependencies:
|
7668
|
+
ansi-styles "^4.0.0"
|
7669
|
+
string-width "^4.1.0"
|
7670
|
+
strip-ansi "^6.0.0"
|
7671
|
+
|
7640
7672
|
wrap-ansi@^8.1.0:
|
7641
7673
|
version "8.1.0"
|
7642
7674
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
package/oclif.manifest.json
CHANGED
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": "2.2.
|
4
|
+
"version": "2.2.4",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^3.26.2",
|
9
|
-
"@salesforce/core": "^7.
|
9
|
+
"@salesforce/core": "^7.3.0",
|
10
10
|
"@salesforce/kit": "^3.1.0",
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
12
12
|
"chalk": "^5.3.0",
|
13
|
-
"change-case": "^5.4.
|
13
|
+
"change-case": "^5.4.4"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.1.2",
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.2.
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.2.1",
|
18
18
|
"@salesforce/dev-scripts": "^9.0.0",
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.78",
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
21
21
|
"@types/chai-as-promised": "^7.1.8",
|
22
22
|
"@types/chai-string": "^1.4.5",
|
@@ -256,7 +256,7 @@
|
|
256
256
|
"exports": "./lib/index.js",
|
257
257
|
"type": "module",
|
258
258
|
"sfdx": {
|
259
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.
|
260
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.4.crt",
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.4.sig"
|
261
261
|
}
|
262
262
|
}
|