@salesforce/plugin-signups 2.0.9 → 2.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/oclif.lock +94 -111
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
@@ -122,7 +122,7 @@ EXAMPLES
|
|
122
122
|
$ sf org create shape --target-org SourceOrg
|
123
123
|
```
|
124
124
|
|
125
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
125
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/create/shape.ts)_
|
126
126
|
|
127
127
|
## `sf org create snapshot`
|
128
128
|
|
@@ -176,7 +176,7 @@ FLAG DESCRIPTIONS
|
|
176
176
|
as a version control system tag or commit ID.
|
177
177
|
```
|
178
178
|
|
179
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
179
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/create/snapshot.ts)_
|
180
180
|
|
181
181
|
## `sf org delete shape`
|
182
182
|
|
@@ -215,7 +215,7 @@ EXAMPLES
|
|
215
215
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
216
216
|
```
|
217
217
|
|
218
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
218
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/delete/shape.ts)_
|
219
219
|
|
220
220
|
## `sf org delete snapshot`
|
221
221
|
|
@@ -258,7 +258,7 @@ FLAG DESCRIPTIONS
|
|
258
258
|
The IDs of scratch org snapshots start with 0Oo.
|
259
259
|
```
|
260
260
|
|
261
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
261
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/delete/snapshot.ts)_
|
262
262
|
|
263
263
|
## `sf org get snapshot`
|
264
264
|
|
@@ -304,7 +304,7 @@ FLAG DESCRIPTIONS
|
|
304
304
|
The IDs of scratch org snapshots start with 0Oo.
|
305
305
|
```
|
306
306
|
|
307
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
307
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/get/snapshot.ts)_
|
308
308
|
|
309
309
|
## `sf org list shape`
|
310
310
|
|
@@ -336,7 +336,7 @@ EXAMPLES
|
|
336
336
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
337
337
|
```
|
338
338
|
|
339
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
339
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/list/shape.ts)_
|
340
340
|
|
341
341
|
## `sf org list snapshot`
|
342
342
|
|
@@ -377,6 +377,6 @@ EXAMPLES
|
|
377
377
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
378
378
|
```
|
379
379
|
|
380
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
380
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.11/src/commands/org/list/snapshot.ts)_
|
381
381
|
|
382
382
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
@@ -226,12 +226,12 @@
|
|
226
226
|
resolve-global "1.0.0"
|
227
227
|
yargs "^17.0.0"
|
228
228
|
|
229
|
-
"@commitlint/config-conventional@^17.1
|
230
|
-
version "17.
|
231
|
-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.
|
232
|
-
integrity sha512-
|
229
|
+
"@commitlint/config-conventional@^17.8.1":
|
230
|
+
version "17.8.1"
|
231
|
+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
|
232
|
+
integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
|
233
233
|
dependencies:
|
234
|
-
conventional-changelog-conventionalcommits "^
|
234
|
+
conventional-changelog-conventionalcommits "^6.1.0"
|
235
235
|
|
236
236
|
"@commitlint/config-validator@^17.4.4":
|
237
237
|
version "17.4.4"
|
@@ -736,10 +736,10 @@
|
|
736
736
|
wordwrap "^1.0.0"
|
737
737
|
wrap-ansi "^7.0.0"
|
738
738
|
|
739
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.
|
740
|
-
version "3.
|
741
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
742
|
-
integrity sha512-
|
739
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.14.1", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
|
740
|
+
version "3.15.1"
|
741
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
|
742
|
+
integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
|
743
743
|
dependencies:
|
744
744
|
ansi-escapes "^4.3.2"
|
745
745
|
ansi-styles "^4.3.0"
|
@@ -758,7 +758,7 @@
|
|
758
758
|
js-yaml "^3.14.1"
|
759
759
|
natural-orderby "^2.0.3"
|
760
760
|
object-treeify "^1.1.33"
|
761
|
-
password-prompt "^1.1.
|
761
|
+
password-prompt "^1.1.3"
|
762
762
|
slice-ansi "^4.0.0"
|
763
763
|
string-width "^4.2.3"
|
764
764
|
strip-ansi "^6.0.1"
|
@@ -769,12 +769,12 @@
|
|
769
769
|
wordwrap "^1.0.0"
|
770
770
|
wrap-ansi "^7.0.0"
|
771
771
|
|
772
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
773
|
-
version "5.0.
|
774
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
775
|
-
integrity sha512-
|
772
|
+
"@oclif/plugin-command-snapshot@^5.0.5":
|
773
|
+
version "5.0.5"
|
774
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
|
775
|
+
integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
|
776
776
|
dependencies:
|
777
|
-
"@oclif/core" "^3.
|
777
|
+
"@oclif/core" "^3.15.0"
|
778
778
|
"@types/lodash.difference" "^4.5.9"
|
779
779
|
chalk "^5.3.0"
|
780
780
|
just-diff "^5.2.0"
|
@@ -782,7 +782,7 @@
|
|
782
782
|
lodash.get "^4.4.2"
|
783
783
|
lodash.sortby "^4.7.0"
|
784
784
|
semver "^7.5.4"
|
785
|
-
ts-json-schema-generator "^1.
|
785
|
+
ts-json-schema-generator "^1.5.0"
|
786
786
|
|
787
787
|
"@oclif/plugin-help@^5.2.14":
|
788
788
|
version "5.2.14"
|
@@ -917,12 +917,12 @@
|
|
917
917
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
918
918
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
919
919
|
|
920
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
921
|
-
version "5.1.
|
922
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
923
|
-
integrity sha512-
|
920
|
+
"@salesforce/cli-plugins-testkit@^5.1.2":
|
921
|
+
version "5.1.2"
|
922
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.2.tgz#a8d0c988d26d22cbaa4f19e6be9f0d1a28238ef2"
|
923
|
+
integrity sha512-3tF1invyikFvkDfnRdFJBrhDV4gcO0cf7gKRT/9GmIHOF88qjiPiKy4VYx7q1fZI8xn6ZEov0LmMziLUVYjdtg==
|
924
924
|
dependencies:
|
925
|
-
"@salesforce/core" "^6.
|
925
|
+
"@salesforce/core" "^6.4.1"
|
926
926
|
"@salesforce/kit" "^3.0.15"
|
927
927
|
"@salesforce/ts-types" "^2.0.9"
|
928
928
|
"@types/shelljs" "^0.8.15"
|
@@ -956,10 +956,10 @@
|
|
956
956
|
semver "^7.5.4"
|
957
957
|
ts-retry-promise "^0.7.1"
|
958
958
|
|
959
|
-
"@salesforce/core@^6.2.2":
|
960
|
-
version "6.
|
961
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
962
|
-
integrity sha512-
|
959
|
+
"@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
|
960
|
+
version "6.4.2"
|
961
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
962
|
+
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
|
963
963
|
dependencies:
|
964
964
|
"@salesforce/kit" "^3.0.15"
|
965
965
|
"@salesforce/schemas" "^1.6.1"
|
@@ -975,7 +975,7 @@
|
|
975
975
|
jszip "3.10.1"
|
976
976
|
pino "^8.16.2"
|
977
977
|
pino-abstract-transport "^1.1.0"
|
978
|
-
pino-pretty "^10.
|
978
|
+
pino-pretty "^10.3.0"
|
979
979
|
proper-lockfile "^4.1.2"
|
980
980
|
semver "^7.5.4"
|
981
981
|
ts-retry-promise "^0.7.1"
|
@@ -985,13 +985,13 @@
|
|
985
985
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
986
986
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
987
987
|
|
988
|
-
"@salesforce/dev-scripts@^8.1.
|
989
|
-
version "8.1.
|
990
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.
|
991
|
-
integrity sha512-
|
988
|
+
"@salesforce/dev-scripts@^8.1.2":
|
989
|
+
version "8.1.2"
|
990
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.2.tgz#ec3e528328fe7c7b8b312688e970ea258913980b"
|
991
|
+
integrity sha512-DQscqQPMuj2b1D8sfh77zAKQVEuo0SQ05XlFSbVKgvxO/yPrSpUK0LgHsbyG4Js88TWBqsf4K7mkdaryukSnSA==
|
992
992
|
dependencies:
|
993
993
|
"@commitlint/cli" "^17.1.2"
|
994
|
-
"@commitlint/config-conventional" "^17.1
|
994
|
+
"@commitlint/config-conventional" "^17.8.1"
|
995
995
|
"@salesforce/dev-config" "^4.1.0"
|
996
996
|
"@salesforce/prettier-config" "^0.0.3"
|
997
997
|
"@types/chai" "^4.3.10"
|
@@ -1025,15 +1025,15 @@
|
|
1025
1025
|
"@salesforce/ts-types" "^2.0.9"
|
1026
1026
|
tslib "^2.6.2"
|
1027
1027
|
|
1028
|
-
"@salesforce/plugin-command-reference@^3.0.
|
1029
|
-
version "3.0.
|
1030
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
1031
|
-
integrity sha512-
|
1028
|
+
"@salesforce/plugin-command-reference@^3.0.54":
|
1029
|
+
version "3.0.54"
|
1030
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.54.tgz#55718d05e4d6192056c7de0811c7209bdf75d9db"
|
1031
|
+
integrity sha512-qTdkyVVn2g6KCnkrULfdo3fzGij3mN/H/UvqnNBwsE74dJdUBUKcFqWZCHxFbNLnItu6VFz4QaSmrtJQb3Td2w==
|
1032
1032
|
dependencies:
|
1033
|
-
"@oclif/core" "^3.
|
1034
|
-
"@salesforce/core" "^6.
|
1033
|
+
"@oclif/core" "^3.14.1"
|
1034
|
+
"@salesforce/core" "^6.4.0"
|
1035
1035
|
"@salesforce/kit" "^3.0.15"
|
1036
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
1036
|
+
"@salesforce/sf-plugins-core" "^5.0.8"
|
1037
1037
|
"@salesforce/ts-types" "^2.0.9"
|
1038
1038
|
chalk "^4"
|
1039
1039
|
handlebars "^4.7.8"
|
@@ -1049,12 +1049,12 @@
|
|
1049
1049
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
1050
1050
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
1051
1051
|
|
1052
|
-
"@salesforce/sf-plugins-core@^5.0.
|
1053
|
-
version "5.0.
|
1054
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
1055
|
-
integrity sha512-
|
1052
|
+
"@salesforce/sf-plugins-core@^5.0.10", "@salesforce/sf-plugins-core@^5.0.8":
|
1053
|
+
version "5.0.10"
|
1054
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz#f13cc406100f9aba3a9d5ddea361854068fc7e7d"
|
1055
|
+
integrity sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==
|
1056
1056
|
dependencies:
|
1057
|
-
"@oclif/core" "^3.
|
1057
|
+
"@oclif/core" "^3.14.1"
|
1058
1058
|
"@salesforce/core" "^6.2.2"
|
1059
1059
|
"@salesforce/kit" "^3.0.15"
|
1060
1060
|
"@salesforce/ts-types" "^2.0.9"
|
@@ -1553,11 +1553,6 @@ ansi-colors@4.1.1:
|
|
1553
1553
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
1554
1554
|
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
1555
1555
|
|
1556
|
-
ansi-escapes@^3.1.0:
|
1557
|
-
version "3.2.0"
|
1558
|
-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
|
1559
|
-
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
|
1560
|
-
|
1561
1556
|
ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
|
1562
1557
|
version "4.3.2"
|
1563
1558
|
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
@@ -2452,14 +2447,12 @@ conventional-changelog-angular@^5.0.11:
|
|
2452
2447
|
compare-func "^2.0.0"
|
2453
2448
|
q "^1.5.1"
|
2454
2449
|
|
2455
|
-
conventional-changelog-conventionalcommits@^
|
2456
|
-
version "
|
2457
|
-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-
|
2458
|
-
integrity sha512-
|
2450
|
+
conventional-changelog-conventionalcommits@^6.1.0:
|
2451
|
+
version "6.1.0"
|
2452
|
+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz#3bad05f4eea64e423d3d90fc50c17d2c8cf17652"
|
2453
|
+
integrity sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==
|
2459
2454
|
dependencies:
|
2460
2455
|
compare-func "^2.0.0"
|
2461
|
-
lodash "^4.17.15"
|
2462
|
-
q "^1.5.1"
|
2463
2456
|
|
2464
2457
|
conventional-commits-parser@^3.2.2:
|
2465
2458
|
version "3.2.4"
|
@@ -2524,17 +2517,6 @@ create-require@^1.1.0:
|
|
2524
2517
|
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
2525
2518
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
2526
2519
|
|
2527
|
-
cross-spawn@^6.0.5:
|
2528
|
-
version "6.0.5"
|
2529
|
-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
2530
|
-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
|
2531
|
-
dependencies:
|
2532
|
-
nice-try "^1.0.4"
|
2533
|
-
path-key "^2.0.1"
|
2534
|
-
semver "^5.5.0"
|
2535
|
-
shebang-command "^1.2.0"
|
2536
|
-
which "^1.2.9"
|
2537
|
-
|
2538
2520
|
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
2539
2521
|
version "7.0.3"
|
2540
2522
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
@@ -3863,6 +3845,11 @@ help-me@^4.0.1:
|
|
3863
3845
|
glob "^8.0.0"
|
3864
3846
|
readable-stream "^3.6.0"
|
3865
3847
|
|
3848
|
+
help-me@^5.0.0:
|
3849
|
+
version "5.0.0"
|
3850
|
+
resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
|
3851
|
+
integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
|
3852
|
+
|
3866
3853
|
hosted-git-info@^2.1.4:
|
3867
3854
|
version "2.8.9"
|
3868
3855
|
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
|
@@ -5368,11 +5355,6 @@ neo-async@^2.6.2:
|
|
5368
5355
|
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
5369
5356
|
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
5370
5357
|
|
5371
|
-
nice-try@^1.0.4:
|
5372
|
-
version "1.0.5"
|
5373
|
-
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
5374
|
-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
|
5375
|
-
|
5376
5358
|
nise@^4.1.0:
|
5377
5359
|
version "4.1.0"
|
5378
5360
|
resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6"
|
@@ -5647,10 +5629,10 @@ object.values@^1.1.7:
|
|
5647
5629
|
define-properties "^1.2.0"
|
5648
5630
|
es-abstract "^1.22.1"
|
5649
5631
|
|
5650
|
-
oclif@^4.0
|
5651
|
-
version "4.0
|
5652
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
5653
|
-
integrity sha512-
|
5632
|
+
oclif@^4.1.0:
|
5633
|
+
version "4.1.0"
|
5634
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
|
5635
|
+
integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
|
5654
5636
|
dependencies:
|
5655
5637
|
"@oclif/core" "^3.0.4"
|
5656
5638
|
"@oclif/plugin-help" "^5.2.14"
|
@@ -5900,13 +5882,13 @@ pascal-case@^3.1.2:
|
|
5900
5882
|
no-case "^3.0.4"
|
5901
5883
|
tslib "^2.0.3"
|
5902
5884
|
|
5903
|
-
password-prompt@^1.1.2:
|
5904
|
-
version "1.1.
|
5905
|
-
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.
|
5906
|
-
integrity sha512-
|
5885
|
+
password-prompt@^1.1.2, password-prompt@^1.1.3:
|
5886
|
+
version "1.1.3"
|
5887
|
+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
5888
|
+
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
5907
5889
|
dependencies:
|
5908
|
-
ansi-escapes "^3.
|
5909
|
-
cross-spawn "^
|
5890
|
+
ansi-escapes "^4.3.2"
|
5891
|
+
cross-spawn "^7.0.3"
|
5910
5892
|
|
5911
5893
|
path-case@^3.0.4:
|
5912
5894
|
version "3.0.4"
|
@@ -5926,11 +5908,6 @@ path-is-absolute@^1.0.0:
|
|
5926
5908
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
5927
5909
|
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
|
5928
5910
|
|
5929
|
-
path-key@^2.0.1:
|
5930
|
-
version "2.0.1"
|
5931
|
-
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
5932
|
-
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
|
5933
|
-
|
5934
5911
|
path-key@^3.0.0, path-key@^3.1.0:
|
5935
5912
|
version "3.1.1"
|
5936
5913
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
@@ -6014,6 +5991,26 @@ pino-pretty@^10.2.3:
|
|
6014
5991
|
sonic-boom "^3.0.0"
|
6015
5992
|
strip-json-comments "^3.1.1"
|
6016
5993
|
|
5994
|
+
pino-pretty@^10.3.0:
|
5995
|
+
version "10.3.0"
|
5996
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
|
5997
|
+
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
|
5998
|
+
dependencies:
|
5999
|
+
colorette "^2.0.7"
|
6000
|
+
dateformat "^4.6.3"
|
6001
|
+
fast-copy "^3.0.0"
|
6002
|
+
fast-safe-stringify "^2.1.1"
|
6003
|
+
help-me "^5.0.0"
|
6004
|
+
joycon "^3.1.1"
|
6005
|
+
minimist "^1.2.6"
|
6006
|
+
on-exit-leak-free "^2.1.0"
|
6007
|
+
pino-abstract-transport "^1.0.0"
|
6008
|
+
pump "^3.0.0"
|
6009
|
+
readable-stream "^4.0.0"
|
6010
|
+
secure-json-parse "^2.4.0"
|
6011
|
+
sonic-boom "^3.0.0"
|
6012
|
+
strip-json-comments "^3.1.1"
|
6013
|
+
|
6017
6014
|
pino-std-serializers@^6.0.0:
|
6018
6015
|
version "6.2.2"
|
6019
6016
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
@@ -6539,7 +6536,7 @@ secure-json-parse@^2.4.0:
|
|
6539
6536
|
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
|
6540
6537
|
integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
|
6541
6538
|
|
6542
|
-
"semver@2 || 3 || 4 || 5"
|
6539
|
+
"semver@2 || 3 || 4 || 5":
|
6543
6540
|
version "5.7.1"
|
6544
6541
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
6545
6542
|
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
@@ -6618,13 +6615,6 @@ setimmediate@^1.0.5:
|
|
6618
6615
|
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
|
6619
6616
|
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
|
6620
6617
|
|
6621
|
-
shebang-command@^1.2.0:
|
6622
|
-
version "1.2.0"
|
6623
|
-
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
6624
|
-
integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
|
6625
|
-
dependencies:
|
6626
|
-
shebang-regex "^1.0.0"
|
6627
|
-
|
6628
6618
|
shebang-command@^2.0.0:
|
6629
6619
|
version "2.0.0"
|
6630
6620
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
@@ -6632,11 +6622,6 @@ shebang-command@^2.0.0:
|
|
6632
6622
|
dependencies:
|
6633
6623
|
shebang-regex "^3.0.0"
|
6634
6624
|
|
6635
|
-
shebang-regex@^1.0.0:
|
6636
|
-
version "1.0.0"
|
6637
|
-
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
6638
|
-
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
|
6639
|
-
|
6640
6625
|
shebang-regex@^3.0.0:
|
6641
6626
|
version "3.0.0"
|
6642
6627
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
@@ -7121,10 +7106,10 @@ ts-api-utils@^1.0.1:
|
|
7121
7106
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
7122
7107
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
7123
7108
|
|
7124
|
-
ts-json-schema-generator@^1.
|
7125
|
-
version "1.
|
7126
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.
|
7127
|
-
integrity sha512-
|
7109
|
+
ts-json-schema-generator@^1.5.0:
|
7110
|
+
version "1.5.0"
|
7111
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
|
7112
|
+
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
|
7128
7113
|
dependencies:
|
7129
7114
|
"@types/json-schema" "^7.0.12"
|
7130
7115
|
commander "^11.0.0"
|
@@ -7132,7 +7117,7 @@ ts-json-schema-generator@^1.4.0:
|
|
7132
7117
|
json5 "^2.2.3"
|
7133
7118
|
normalize-path "^3.0.0"
|
7134
7119
|
safe-stable-stringify "^2.4.3"
|
7135
|
-
typescript "~5.
|
7120
|
+
typescript "~5.3.2"
|
7136
7121
|
|
7137
7122
|
ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
|
7138
7123
|
version "10.9.2"
|
@@ -7300,11 +7285,16 @@ typescript@^4.6.4, typescript@^4.9.5:
|
|
7300
7285
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
7301
7286
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
7302
7287
|
|
7303
|
-
typescript@^5.2.2
|
7288
|
+
typescript@^5.2.2:
|
7304
7289
|
version "5.2.2"
|
7305
7290
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
|
7306
7291
|
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
|
7307
7292
|
|
7293
|
+
typescript@~5.3.2:
|
7294
|
+
version "5.3.3"
|
7295
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
7296
|
+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
7297
|
+
|
7308
7298
|
uglify-js@^3.1.4:
|
7309
7299
|
version "3.17.4"
|
7310
7300
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|
@@ -7576,13 +7566,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
|
|
7576
7566
|
gopd "^1.0.1"
|
7577
7567
|
has-tostringtag "^1.0.0"
|
7578
7568
|
|
7579
|
-
which@^1.2.9:
|
7580
|
-
version "1.3.1"
|
7581
|
-
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
7582
|
-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
|
7583
|
-
dependencies:
|
7584
|
-
isexe "^2.0.0"
|
7585
|
-
|
7586
7569
|
which@^2.0.1, which@^2.0.2:
|
7587
7570
|
version "2.0.2"
|
7588
7571
|
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
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.0.
|
4
|
+
"version": "2.0.11",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
|
-
"@oclif/core": "^3.
|
9
|
-
"@salesforce/core": "^6.
|
8
|
+
"@oclif/core": "^3.15.1",
|
9
|
+
"@salesforce/core": "^6.4.0",
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
11
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
11
|
+
"@salesforce/sf-plugins-core": "^5.0.10",
|
12
12
|
"chalk": "^5.3.0",
|
13
13
|
"change-case": "^5.3.0"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
18
|
-
"@salesforce/dev-scripts": "^8.1.
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.0.5",
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.1.2",
|
18
|
+
"@salesforce/dev-scripts": "^8.1.2",
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.54",
|
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",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"chai-string": "^1.5.0",
|
25
25
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
26
26
|
"jsforce": "^2.0.0-beta.28",
|
27
|
-
"oclif": "^4.0
|
27
|
+
"oclif": "^4.1.0",
|
28
28
|
"shx": "0.3.4",
|
29
29
|
"ts-node": "^10.9.2",
|
30
30
|
"typescript": "^5.2.2"
|
@@ -257,7 +257,7 @@
|
|
257
257
|
"exports": "./lib/index.js",
|
258
258
|
"type": "module",
|
259
259
|
"sfdx": {
|
260
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
261
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
260
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.11.crt",
|
261
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.11.sig"
|
262
262
|
}
|
263
263
|
}
|