@salesforce/plugin-custom-metadata 3.1.1 → 3.1.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 +5 -5
- package/oclif.lock +186 -125
- package/oclif.manifest.json +1 -6
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
|
|
|
148
148
|
The value must be greater than or equal to zero. Default value is 0.
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
_See code: [
|
|
151
|
+
_See code: [lib/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.3/lib/commands/cmdt/generate/field.ts)_
|
|
152
152
|
|
|
153
153
|
## `sf cmdt generate fromorg`
|
|
154
154
|
|
|
@@ -236,7 +236,7 @@ FLAG DESCRIPTIONS
|
|
|
236
236
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [
|
|
239
|
+
_See code: [lib/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.3/lib/commands/cmdt/generate/fromorg.ts)_
|
|
240
240
|
|
|
241
241
|
## `sf cmdt generate object`
|
|
242
242
|
|
|
@@ -297,7 +297,7 @@ FLAG DESCRIPTIONS
|
|
|
297
297
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [
|
|
300
|
+
_See code: [lib/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.3/lib/commands/cmdt/generate/object.ts)_
|
|
301
301
|
|
|
302
302
|
## `sf cmdt generate record`
|
|
303
303
|
|
|
@@ -350,7 +350,7 @@ FLAG DESCRIPTIONS
|
|
|
350
350
|
Protected records can only be accessed by code in the same managed package namespace.
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [
|
|
353
|
+
_See code: [lib/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.3/lib/commands/cmdt/generate/record.ts)_
|
|
354
354
|
|
|
355
355
|
## `sf cmdt generate records`
|
|
356
356
|
|
|
@@ -400,7 +400,7 @@ FLAG DESCRIPTIONS
|
|
|
400
400
|
The '__mdt' suffix is appended to the end of the name if it's omitted.
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [
|
|
403
|
+
_See code: [lib/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.3/lib/commands/cmdt/generate/records.ts)_
|
|
404
404
|
|
|
405
405
|
<!-- commandsstop -->
|
|
406
406
|
|
package/oclif.lock
CHANGED
|
@@ -445,6 +445,59 @@
|
|
|
445
445
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
446
446
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
447
447
|
|
|
448
|
+
"@inquirer/confirm@^2.0.15":
|
|
449
|
+
version "2.0.15"
|
|
450
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
|
|
451
|
+
integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
|
|
452
|
+
dependencies:
|
|
453
|
+
"@inquirer/core" "^5.1.1"
|
|
454
|
+
"@inquirer/type" "^1.1.5"
|
|
455
|
+
chalk "^4.1.2"
|
|
456
|
+
|
|
457
|
+
"@inquirer/core@^5.1.1":
|
|
458
|
+
version "5.1.1"
|
|
459
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
|
|
460
|
+
integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
|
|
461
|
+
dependencies:
|
|
462
|
+
"@inquirer/type" "^1.1.5"
|
|
463
|
+
"@types/mute-stream" "^0.0.4"
|
|
464
|
+
"@types/node" "^20.9.0"
|
|
465
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
466
|
+
ansi-escapes "^4.3.2"
|
|
467
|
+
chalk "^4.1.2"
|
|
468
|
+
cli-spinners "^2.9.1"
|
|
469
|
+
cli-width "^4.1.0"
|
|
470
|
+
figures "^3.2.0"
|
|
471
|
+
mute-stream "^1.0.0"
|
|
472
|
+
run-async "^3.0.0"
|
|
473
|
+
signal-exit "^4.1.0"
|
|
474
|
+
strip-ansi "^6.0.1"
|
|
475
|
+
wrap-ansi "^6.2.0"
|
|
476
|
+
|
|
477
|
+
"@inquirer/input@^1.2.14":
|
|
478
|
+
version "1.2.14"
|
|
479
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
|
|
480
|
+
integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
|
|
481
|
+
dependencies:
|
|
482
|
+
"@inquirer/core" "^5.1.1"
|
|
483
|
+
"@inquirer/type" "^1.1.5"
|
|
484
|
+
chalk "^4.1.2"
|
|
485
|
+
|
|
486
|
+
"@inquirer/password@^1.1.14":
|
|
487
|
+
version "1.1.14"
|
|
488
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
|
|
489
|
+
integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
|
|
490
|
+
dependencies:
|
|
491
|
+
"@inquirer/input" "^1.2.14"
|
|
492
|
+
"@inquirer/type" "^1.1.5"
|
|
493
|
+
ansi-escapes "^4.3.2"
|
|
494
|
+
chalk "^4.1.2"
|
|
495
|
+
|
|
496
|
+
"@inquirer/type@^1.1.5":
|
|
497
|
+
version "1.1.5"
|
|
498
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
|
|
499
|
+
integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
|
|
500
|
+
|
|
448
501
|
"@isaacs/cliui@^8.0.2":
|
|
449
502
|
version "8.0.2"
|
|
450
503
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -693,45 +746,12 @@
|
|
|
693
746
|
node-gyp "^8.2.0"
|
|
694
747
|
read-package-json-fast "^2.0.1"
|
|
695
748
|
|
|
696
|
-
"@oclif/core@^
|
|
697
|
-
version "
|
|
698
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-
|
|
699
|
-
integrity sha512-
|
|
700
|
-
dependencies:
|
|
701
|
-
"@types/cli-progress" "^3.11.0"
|
|
702
|
-
ansi-escapes "^4.3.2"
|
|
703
|
-
ansi-styles "^4.3.0"
|
|
704
|
-
cardinal "^2.1.1"
|
|
705
|
-
chalk "^4.1.2"
|
|
706
|
-
clean-stack "^3.0.1"
|
|
707
|
-
cli-progress "^3.12.0"
|
|
708
|
-
debug "^4.3.4"
|
|
709
|
-
ejs "^3.1.8"
|
|
710
|
-
get-package-type "^0.1.0"
|
|
711
|
-
globby "^11.1.0"
|
|
712
|
-
hyperlinker "^1.0.0"
|
|
713
|
-
indent-string "^4.0.0"
|
|
714
|
-
is-wsl "^2.2.0"
|
|
715
|
-
js-yaml "^3.14.1"
|
|
716
|
-
natural-orderby "^2.0.3"
|
|
717
|
-
object-treeify "^1.1.33"
|
|
718
|
-
password-prompt "^1.1.2"
|
|
719
|
-
slice-ansi "^4.0.0"
|
|
720
|
-
string-width "^4.2.3"
|
|
721
|
-
strip-ansi "^6.0.1"
|
|
722
|
-
supports-color "^8.1.1"
|
|
723
|
-
supports-hyperlinks "^2.2.0"
|
|
724
|
-
ts-node "^10.9.1"
|
|
725
|
-
tslib "^2.5.0"
|
|
726
|
-
widest-line "^3.1.0"
|
|
727
|
-
wordwrap "^1.0.0"
|
|
728
|
-
wrap-ansi "^7.0.0"
|
|
729
|
-
|
|
730
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
|
|
731
|
-
version "3.15.1"
|
|
732
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
|
|
733
|
-
integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
|
|
749
|
+
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
|
|
750
|
+
version "3.18.1"
|
|
751
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
|
|
752
|
+
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
|
|
734
753
|
dependencies:
|
|
754
|
+
"@types/cli-progress" "^3.11.5"
|
|
735
755
|
ansi-escapes "^4.3.2"
|
|
736
756
|
ansi-styles "^4.3.0"
|
|
737
757
|
cardinal "^2.1.1"
|
|
@@ -755,17 +775,16 @@
|
|
|
755
775
|
strip-ansi "^6.0.1"
|
|
756
776
|
supports-color "^8.1.1"
|
|
757
777
|
supports-hyperlinks "^2.2.0"
|
|
758
|
-
tsconfck "^3.0.0"
|
|
759
778
|
widest-line "^3.1.0"
|
|
760
779
|
wordwrap "^1.0.0"
|
|
761
780
|
wrap-ansi "^7.0.0"
|
|
762
781
|
|
|
763
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
764
|
-
version "5.0.
|
|
765
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
766
|
-
integrity sha512
|
|
782
|
+
"@oclif/plugin-command-snapshot@^5.0.6":
|
|
783
|
+
version "5.0.6"
|
|
784
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
|
|
785
|
+
integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
|
|
767
786
|
dependencies:
|
|
768
|
-
"@oclif/core" "^3.
|
|
787
|
+
"@oclif/core" "^3.16.0"
|
|
769
788
|
"@types/lodash.difference" "^4.5.9"
|
|
770
789
|
chalk "^5.3.0"
|
|
771
790
|
just-diff "^5.2.0"
|
|
@@ -775,28 +794,28 @@
|
|
|
775
794
|
semver "^7.5.4"
|
|
776
795
|
ts-json-schema-generator "^1.5.0"
|
|
777
796
|
|
|
778
|
-
"@oclif/plugin-help@^
|
|
779
|
-
version "
|
|
780
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-
|
|
781
|
-
integrity sha512-
|
|
797
|
+
"@oclif/plugin-help@^6.0.9":
|
|
798
|
+
version "6.0.9"
|
|
799
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.9.tgz#87bbf624372b9afe5dc183a13f52c929d6b022cf"
|
|
800
|
+
integrity sha512-O9zHzjsj8G3DWV+Ju4prrBwHUmwT1pcq7AJNxguedMk8jGZhwKWrcQHdZX6kjC+7QbupSzgjcvXvXpYVR1y3ow==
|
|
782
801
|
dependencies:
|
|
783
|
-
"@oclif/core" "^
|
|
802
|
+
"@oclif/core" "^3.15.0"
|
|
784
803
|
|
|
785
|
-
"@oclif/plugin-not-found@^
|
|
786
|
-
version "
|
|
787
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-
|
|
788
|
-
integrity sha512-
|
|
804
|
+
"@oclif/plugin-not-found@^3.0.7":
|
|
805
|
+
version "3.0.7"
|
|
806
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.7.tgz#7dcdd1406d464f74eb37e9cde73918d5e1139d8d"
|
|
807
|
+
integrity sha512-AofTUzKVvuU9uQBKMhX3i62aPeoijqtNsRM4rHShS4FyUd1MEhjbI2SmxcNTWjwedRL5F+b9EpjWuswc86fUMg==
|
|
789
808
|
dependencies:
|
|
790
|
-
"@oclif/core" "^
|
|
791
|
-
chalk "^
|
|
809
|
+
"@oclif/core" "^3.15.1"
|
|
810
|
+
chalk "^5.3.0"
|
|
792
811
|
fast-levenshtein "^3.0.0"
|
|
793
812
|
|
|
794
|
-
"@oclif/plugin-warn-if-update-available@^3.0.
|
|
795
|
-
version "3.0.
|
|
796
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
797
|
-
integrity sha512-
|
|
813
|
+
"@oclif/plugin-warn-if-update-available@^3.0.8":
|
|
814
|
+
version "3.0.8"
|
|
815
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.8.tgz#715c7f8896a318805cae08f2994115b8d5e39c20"
|
|
816
|
+
integrity sha512-CNusBwZHzWdj4E6xVBbR9+DtxjeQZoK2LDYk3CFwBfLd5L8TJ/6IJNer0ZacDRvnCeABeVqMN33Vk7UlmJ7ngQ==
|
|
798
817
|
dependencies:
|
|
799
|
-
"@oclif/core" "^3.
|
|
818
|
+
"@oclif/core" "^3.15.1"
|
|
800
819
|
chalk "^5.3.0"
|
|
801
820
|
debug "^4.1.0"
|
|
802
821
|
http-call "^5.2.2"
|
|
@@ -908,12 +927,12 @@
|
|
|
908
927
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
909
928
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
910
929
|
|
|
911
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
912
|
-
version "5.1.
|
|
913
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
914
|
-
integrity sha512-
|
|
930
|
+
"@salesforce/cli-plugins-testkit@^5.1.4":
|
|
931
|
+
version "5.1.4"
|
|
932
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.4.tgz#6afcfe9573fb41dae0202bef6c5353925f9707e3"
|
|
933
|
+
integrity sha512-BvN36/Yx5hoDU1cUsWwSb1DsY29aJU7t7Q6/1dPIdUv8t0wLsaUTxR+7uYtA2sQAMgCD2UewCUiUOWnutA25Pw==
|
|
915
934
|
dependencies:
|
|
916
|
-
"@salesforce/core" "^6.4.
|
|
935
|
+
"@salesforce/core" "^6.4.4"
|
|
917
936
|
"@salesforce/kit" "^3.0.15"
|
|
918
937
|
"@salesforce/ts-types" "^2.0.9"
|
|
919
938
|
"@types/shelljs" "^0.8.15"
|
|
@@ -923,10 +942,10 @@
|
|
|
923
942
|
strip-ansi "6.0.1"
|
|
924
943
|
ts-retry-promise "^0.7.1"
|
|
925
944
|
|
|
926
|
-
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
|
927
|
-
version "6.4.
|
|
928
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
929
|
-
integrity sha512-
|
|
945
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4":
|
|
946
|
+
version "6.4.4"
|
|
947
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.4.tgz#e96d2ef9cd05c3894578374d1054af80bfdca119"
|
|
948
|
+
integrity sha512-VegX3ChnJUOOztSP05QPiXCTOSioShB22NyhYjL7vVhf6yqSOH0VT2oQ3ywrMYbYCbjLSdsmFdTVLiQIFpK57g==
|
|
930
949
|
dependencies:
|
|
931
950
|
"@salesforce/kit" "^3.0.15"
|
|
932
951
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -942,7 +961,7 @@
|
|
|
942
961
|
jszip "3.10.1"
|
|
943
962
|
pino "^8.16.2"
|
|
944
963
|
pino-abstract-transport "^1.1.0"
|
|
945
|
-
pino-pretty "^10.3.
|
|
964
|
+
pino-pretty "^10.3.1"
|
|
946
965
|
proper-lockfile "^4.1.2"
|
|
947
966
|
semver "^7.5.4"
|
|
948
967
|
ts-retry-promise "^0.7.1"
|
|
@@ -952,10 +971,10 @@
|
|
|
952
971
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
953
972
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
954
973
|
|
|
955
|
-
"@salesforce/dev-scripts@^8.
|
|
956
|
-
version "8.
|
|
957
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
958
|
-
integrity sha512-
|
|
974
|
+
"@salesforce/dev-scripts@^8.3.0":
|
|
975
|
+
version "8.3.0"
|
|
976
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.3.0.tgz#8fcf223edc57dbdeb11397bf7db1f07a8a5e7720"
|
|
977
|
+
integrity sha512-NoaGfTtyIYed5lGXtLM7QsyGbZvPVa5uflbmIQdeFOefrvAv48k0+RbJzOl7nuj58EmvULzqrZHL6B7w5u4T5Q==
|
|
959
978
|
dependencies:
|
|
960
979
|
"@commitlint/cli" "^17.1.2"
|
|
961
980
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -970,7 +989,7 @@
|
|
|
970
989
|
cosmiconfig "^7.0.0"
|
|
971
990
|
eslint-config-salesforce-typescript "^3.0.5"
|
|
972
991
|
husky "^7.0.4"
|
|
973
|
-
linkinator "^6.0.
|
|
992
|
+
linkinator "^6.0.3"
|
|
974
993
|
mocha "^10.2.0"
|
|
975
994
|
nyc "^15.1.0"
|
|
976
995
|
prettier "^2.8.8"
|
|
@@ -992,15 +1011,15 @@
|
|
|
992
1011
|
"@salesforce/ts-types" "^2.0.9"
|
|
993
1012
|
tslib "^2.6.2"
|
|
994
1013
|
|
|
995
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
996
|
-
version "3.0.
|
|
997
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
998
|
-
integrity sha512-
|
|
1014
|
+
"@salesforce/plugin-command-reference@^3.0.60":
|
|
1015
|
+
version "3.0.60"
|
|
1016
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.60.tgz#525f4e808716c7dd3db94f786e68f3b67eafc016"
|
|
1017
|
+
integrity sha512-4R0ykWH3AFGEU7BpYap3GpbcppKQwKnJQWicC8jp8tdOfespqf5HrNykSaS8OpRMuISA8CPt+3klG55SZ0SBLQ==
|
|
999
1018
|
dependencies:
|
|
1000
1019
|
"@oclif/core" "^3.15.1"
|
|
1001
|
-
"@salesforce/core" "^6.4.
|
|
1020
|
+
"@salesforce/core" "^6.4.4"
|
|
1002
1021
|
"@salesforce/kit" "^3.0.15"
|
|
1003
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
1022
|
+
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1004
1023
|
"@salesforce/ts-types" "^2.0.9"
|
|
1005
1024
|
chalk "^4"
|
|
1006
1025
|
handlebars "^4.7.8"
|
|
@@ -1016,7 +1035,7 @@
|
|
|
1016
1035
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1017
1036
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1018
1037
|
|
|
1019
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1038
|
+
"@salesforce/sf-plugins-core@^5.0.13":
|
|
1020
1039
|
version "5.0.13"
|
|
1021
1040
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
|
|
1022
1041
|
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
|
|
@@ -1029,6 +1048,19 @@
|
|
|
1029
1048
|
chalk "^4"
|
|
1030
1049
|
inquirer "^8.2.5"
|
|
1031
1050
|
|
|
1051
|
+
"@salesforce/sf-plugins-core@^7.0.0":
|
|
1052
|
+
version "7.0.0"
|
|
1053
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.0.0.tgz#56cb4eaafcd04a183938d86c5e93323e037b15ab"
|
|
1054
|
+
integrity sha512-vl53Ee0/eg9wgvtWro6kX82/943s28Hph/o3lTQk6URorfqMC+zH0RGKJj1X0VKeLhDSOCRYXqIu54jE8AZ/3g==
|
|
1055
|
+
dependencies:
|
|
1056
|
+
"@inquirer/confirm" "^2.0.15"
|
|
1057
|
+
"@inquirer/password" "^1.1.14"
|
|
1058
|
+
"@oclif/core" "^3.16.0"
|
|
1059
|
+
"@salesforce/core" "^6.4.2"
|
|
1060
|
+
"@salesforce/kit" "^3.0.15"
|
|
1061
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1062
|
+
chalk "^5.3.0"
|
|
1063
|
+
|
|
1032
1064
|
"@salesforce/ts-types@^2.0.9":
|
|
1033
1065
|
version "2.0.9"
|
|
1034
1066
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
@@ -1121,10 +1153,10 @@
|
|
|
1121
1153
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1122
1154
|
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1123
1155
|
|
|
1124
|
-
"@types/cli-progress@^3.11.
|
|
1125
|
-
version "3.11.
|
|
1126
|
-
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.
|
|
1127
|
-
integrity sha512-
|
|
1156
|
+
"@types/cli-progress@^3.11.5":
|
|
1157
|
+
version "3.11.5"
|
|
1158
|
+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
|
|
1159
|
+
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
|
|
1128
1160
|
dependencies:
|
|
1129
1161
|
"@types/node" "*"
|
|
1130
1162
|
|
|
@@ -1203,10 +1235,17 @@
|
|
|
1203
1235
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
1204
1236
|
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
1205
1237
|
|
|
1206
|
-
"@types/
|
|
1207
|
-
version "
|
|
1208
|
-
resolved "https://registry.yarnpkg.com/@types/
|
|
1209
|
-
integrity sha512-
|
|
1238
|
+
"@types/mute-stream@^0.0.4":
|
|
1239
|
+
version "0.0.4"
|
|
1240
|
+
resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
|
|
1241
|
+
integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
|
|
1242
|
+
dependencies:
|
|
1243
|
+
"@types/node" "*"
|
|
1244
|
+
|
|
1245
|
+
"@types/node@*", "@types/node@^20.9.0":
|
|
1246
|
+
version "20.10.6"
|
|
1247
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
|
|
1248
|
+
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
|
|
1210
1249
|
dependencies:
|
|
1211
1250
|
undici-types "~5.26.4"
|
|
1212
1251
|
|
|
@@ -1220,6 +1259,13 @@
|
|
|
1220
1259
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
|
1221
1260
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1222
1261
|
|
|
1262
|
+
"@types/node@^18":
|
|
1263
|
+
version "18.18.8"
|
|
1264
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
|
|
1265
|
+
integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
|
|
1266
|
+
dependencies:
|
|
1267
|
+
undici-types "~5.26.4"
|
|
1268
|
+
|
|
1223
1269
|
"@types/normalize-package-data@^2.4.0":
|
|
1224
1270
|
version "2.4.1"
|
|
1225
1271
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -1277,6 +1323,11 @@
|
|
|
1277
1323
|
"@types/expect" "^1.20.4"
|
|
1278
1324
|
"@types/node" "*"
|
|
1279
1325
|
|
|
1326
|
+
"@types/wrap-ansi@^3.0.0":
|
|
1327
|
+
version "3.0.0"
|
|
1328
|
+
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
1329
|
+
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
1330
|
+
|
|
1280
1331
|
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1281
1332
|
version "6.11.0"
|
|
1282
1333
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
@@ -2164,10 +2215,10 @@ cli-progress@^3.12.0:
|
|
|
2164
2215
|
dependencies:
|
|
2165
2216
|
string-width "^4.2.3"
|
|
2166
2217
|
|
|
2167
|
-
cli-spinners@^2.5.0:
|
|
2168
|
-
version "2.
|
|
2169
|
-
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.
|
|
2170
|
-
integrity sha512-
|
|
2218
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.1:
|
|
2219
|
+
version "2.9.2"
|
|
2220
|
+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
2221
|
+
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
2171
2222
|
|
|
2172
2223
|
cli-table@^0.3.1:
|
|
2173
2224
|
version "0.3.11"
|
|
@@ -2181,6 +2232,11 @@ cli-width@^3.0.0:
|
|
|
2181
2232
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
|
|
2182
2233
|
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
|
|
2183
2234
|
|
|
2235
|
+
cli-width@^4.1.0:
|
|
2236
|
+
version "4.1.0"
|
|
2237
|
+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
|
|
2238
|
+
integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
|
|
2239
|
+
|
|
2184
2240
|
cliui@^6.0.0:
|
|
2185
2241
|
version "6.0.0"
|
|
2186
2242
|
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
|
@@ -3247,7 +3303,7 @@ faye@^1.4.0:
|
|
|
3247
3303
|
tough-cookie "*"
|
|
3248
3304
|
tunnel-agent "*"
|
|
3249
3305
|
|
|
3250
|
-
figures@^3.0.0:
|
|
3306
|
+
figures@^3.0.0, figures@^3.2.0:
|
|
3251
3307
|
version "3.2.0"
|
|
3252
3308
|
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
|
3253
3309
|
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
|
@@ -4646,10 +4702,10 @@ lines-and-columns@^1.1.6:
|
|
|
4646
4702
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
4647
4703
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
4648
4704
|
|
|
4649
|
-
linkinator@^6.0.
|
|
4650
|
-
version "6.0.
|
|
4651
|
-
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.
|
|
4652
|
-
integrity sha512-
|
|
4705
|
+
linkinator@^6.0.3:
|
|
4706
|
+
version "6.0.3"
|
|
4707
|
+
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.3.tgz#552965bafb37a8747858b2c02a70b3c148b68909"
|
|
4708
|
+
integrity sha512-QAcefOkkumXa5NciVhICPkSR5SMk6LFISe/FIX8vvPdLHLUqdXU06Dq/nuOPA5V89iv2gV9FDufYA7adxIcvOw==
|
|
4653
4709
|
dependencies:
|
|
4654
4710
|
chalk "^5.0.0"
|
|
4655
4711
|
escape-html "^1.0.3"
|
|
@@ -4657,7 +4713,7 @@ linkinator@^6.0.2:
|
|
|
4657
4713
|
glob "^10.3.10"
|
|
4658
4714
|
htmlparser2 "^9.0.0"
|
|
4659
4715
|
marked "^10.0.0"
|
|
4660
|
-
meow "^
|
|
4716
|
+
meow "^13.0.0"
|
|
4661
4717
|
mime "^3.0.0"
|
|
4662
4718
|
server-destroy "^1.0.1"
|
|
4663
4719
|
srcset "^5.0.0"
|
|
@@ -4976,10 +5032,10 @@ marked@^4.3.0:
|
|
|
4976
5032
|
vinyl "^2.0.1"
|
|
4977
5033
|
vinyl-file "^3.0.0"
|
|
4978
5034
|
|
|
4979
|
-
meow@^
|
|
4980
|
-
version "
|
|
4981
|
-
resolved "https://registry.yarnpkg.com/meow/-/meow-
|
|
4982
|
-
integrity sha512-
|
|
5035
|
+
meow@^13.0.0:
|
|
5036
|
+
version "13.1.0"
|
|
5037
|
+
resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
|
|
5038
|
+
integrity sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==
|
|
4983
5039
|
|
|
4984
5040
|
meow@^8.0.0:
|
|
4985
5041
|
version "8.1.2"
|
|
@@ -5276,6 +5332,11 @@ mute-stream@0.0.8:
|
|
|
5276
5332
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
|
5277
5333
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
|
5278
5334
|
|
|
5335
|
+
mute-stream@^1.0.0:
|
|
5336
|
+
version "1.0.0"
|
|
5337
|
+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
|
|
5338
|
+
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
|
5339
|
+
|
|
5279
5340
|
nanoid@3.3.3:
|
|
5280
5341
|
version "3.3.3"
|
|
5281
5342
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
@@ -5580,15 +5641,15 @@ object.values@^1.1.7:
|
|
|
5580
5641
|
define-properties "^1.2.0"
|
|
5581
5642
|
es-abstract "^1.22.1"
|
|
5582
5643
|
|
|
5583
|
-
oclif@^4.1.
|
|
5584
|
-
version "4.1.
|
|
5585
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.
|
|
5586
|
-
integrity sha512-
|
|
5644
|
+
oclif@^4.1.3:
|
|
5645
|
+
version "4.1.3"
|
|
5646
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.3.tgz#07d3a6b16ff7e2e7c3fd06117fd745655c44abce"
|
|
5647
|
+
integrity sha512-9OmzHaOmn58BZZt8S2USh1gW5RFfa69cDfOtXCWUyYrcRdO4wIJ3DPb0xZ3UxHHbPZKsDImuP/A54weFMH2izw==
|
|
5587
5648
|
dependencies:
|
|
5588
|
-
"@oclif/core" "^3.0
|
|
5589
|
-
"@oclif/plugin-help" "^
|
|
5590
|
-
"@oclif/plugin-not-found" "^
|
|
5591
|
-
"@oclif/plugin-warn-if-update-available" "^3.0.
|
|
5649
|
+
"@oclif/core" "^3.16.0"
|
|
5650
|
+
"@oclif/plugin-help" "^6.0.9"
|
|
5651
|
+
"@oclif/plugin-not-found" "^3.0.7"
|
|
5652
|
+
"@oclif/plugin-warn-if-update-available" "^3.0.8"
|
|
5592
5653
|
async-retry "^1.3.3"
|
|
5593
5654
|
aws-sdk "^2.1231.0"
|
|
5594
5655
|
change-case "^4"
|
|
@@ -5833,7 +5894,7 @@ pascal-case@^3.1.2:
|
|
|
5833
5894
|
no-case "^3.0.4"
|
|
5834
5895
|
tslib "^2.0.3"
|
|
5835
5896
|
|
|
5836
|
-
password-prompt@^1.1.
|
|
5897
|
+
password-prompt@^1.1.3:
|
|
5837
5898
|
version "1.1.3"
|
|
5838
5899
|
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
5839
5900
|
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
@@ -5922,10 +5983,10 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
5922
5983
|
readable-stream "^4.0.0"
|
|
5923
5984
|
split2 "^4.0.0"
|
|
5924
5985
|
|
|
5925
|
-
pino-pretty@^10.3.
|
|
5926
|
-
version "10.3.
|
|
5927
|
-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.
|
|
5928
|
-
integrity sha512-
|
|
5986
|
+
pino-pretty@^10.3.1:
|
|
5987
|
+
version "10.3.1"
|
|
5988
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
|
|
5989
|
+
integrity sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==
|
|
5929
5990
|
dependencies:
|
|
5930
5991
|
colorette "^2.0.7"
|
|
5931
5992
|
dateformat "^4.6.3"
|
|
@@ -6382,6 +6443,11 @@ run-async@^2.0.0, run-async@^2.4.0:
|
|
|
6382
6443
|
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
|
6383
6444
|
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
|
|
6384
6445
|
|
|
6446
|
+
run-async@^3.0.0:
|
|
6447
|
+
version "3.0.0"
|
|
6448
|
+
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
|
|
6449
|
+
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
|
|
6450
|
+
|
|
6385
6451
|
run-parallel@^1.1.9:
|
|
6386
6452
|
version "1.2.0"
|
|
6387
6453
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
|
@@ -6604,7 +6670,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
6604
6670
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6605
6671
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6606
6672
|
|
|
6607
|
-
signal-exit@^4.0.1:
|
|
6673
|
+
signal-exit@^4.0.1, signal-exit@^4.1.0:
|
|
6608
6674
|
version "4.1.0"
|
|
6609
6675
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
|
|
6610
6676
|
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
|
@@ -7060,7 +7126,7 @@ ts-json-schema-generator@^1.5.0:
|
|
|
7060
7126
|
safe-stable-stringify "^2.4.3"
|
|
7061
7127
|
typescript "~5.3.2"
|
|
7062
7128
|
|
|
7063
|
-
ts-node@^10.8.1, ts-node@^10.9.
|
|
7129
|
+
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7064
7130
|
version "10.9.2"
|
|
7065
7131
|
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
|
|
7066
7132
|
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
|
|
@@ -7084,11 +7150,6 @@ ts-retry-promise@^0.7.1:
|
|
|
7084
7150
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
7085
7151
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
7086
7152
|
|
|
7087
|
-
tsconfck@^3.0.0:
|
|
7088
|
-
version "3.0.0"
|
|
7089
|
-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
7090
|
-
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
7091
|
-
|
|
7092
7153
|
tsconfig-paths@^3.14.2:
|
|
7093
7154
|
version "3.14.2"
|
|
7094
7155
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
|
@@ -7104,7 +7165,7 @@ tslib@^1.9.0:
|
|
|
7104
7165
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
7105
7166
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
7106
7167
|
|
|
7107
|
-
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.
|
|
7168
|
+
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.6.2:
|
|
7108
7169
|
version "2.6.2"
|
|
7109
7170
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
|
7110
7171
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
package/oclif.manifest.json
CHANGED
|
@@ -127,7 +127,6 @@
|
|
|
127
127
|
"strict": true,
|
|
128
128
|
"summary": "Generate a field for a custom metadata type based on the provided field type.",
|
|
129
129
|
"enableJsonFlag": true,
|
|
130
|
-
"SF_ENV": "SF_ENV",
|
|
131
130
|
"requiresProject": true,
|
|
132
131
|
"isESM": true,
|
|
133
132
|
"relativePath": [
|
|
@@ -340,7 +339,6 @@
|
|
|
340
339
|
"strict": true,
|
|
341
340
|
"summary": "Generate a custom metadata type and all its records from a Salesforce object.",
|
|
342
341
|
"enableJsonFlag": true,
|
|
343
|
-
"SF_ENV": "SF_ENV",
|
|
344
342
|
"requiresProject": true,
|
|
345
343
|
"isESM": true,
|
|
346
344
|
"relativePath": [
|
|
@@ -468,7 +466,6 @@
|
|
|
468
466
|
"strict": true,
|
|
469
467
|
"summary": "Generate a new custom metadata type in the current project.",
|
|
470
468
|
"enableJsonFlag": true,
|
|
471
|
-
"SF_ENV": "SF_ENV",
|
|
472
469
|
"requiresProject": true,
|
|
473
470
|
"isESM": true,
|
|
474
471
|
"relativePath": [
|
|
@@ -609,7 +606,6 @@
|
|
|
609
606
|
"strict": false,
|
|
610
607
|
"summary": "Generate a new record for a given custom metadata type in the current project.",
|
|
611
608
|
"enableJsonFlag": true,
|
|
612
|
-
"SF_ENV": "SF_ENV",
|
|
613
609
|
"requiresProject": true,
|
|
614
610
|
"isESM": true,
|
|
615
611
|
"relativePath": [
|
|
@@ -763,7 +759,6 @@
|
|
|
763
759
|
"strict": true,
|
|
764
760
|
"summary": "Generate new custom metadata type records from a CSV file.",
|
|
765
761
|
"enableJsonFlag": true,
|
|
766
|
-
"SF_ENV": "SF_ENV",
|
|
767
762
|
"requiresProject": true,
|
|
768
763
|
"isESM": true,
|
|
769
764
|
"relativePath": [
|
|
@@ -815,5 +810,5 @@
|
|
|
815
810
|
]
|
|
816
811
|
}
|
|
817
812
|
},
|
|
818
|
-
"version": "3.1.
|
|
813
|
+
"version": "3.1.3"
|
|
819
814
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
3
|
"description": "Tools for working with custom metadata types and their records.",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.3",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,20 +42,20 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@oclif/core": "^3.
|
|
45
|
+
"@oclif/core": "^3.18.1",
|
|
46
46
|
"@salesforce/core": "^6.4.2",
|
|
47
|
-
"@salesforce/sf-plugins-core": "^
|
|
47
|
+
"@salesforce/sf-plugins-core": "^7.0.0",
|
|
48
48
|
"csv-parse": "^5.5.3",
|
|
49
49
|
"fast-xml-parser": "^4.3.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
53
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
54
|
-
"@salesforce/dev-scripts": "^8.
|
|
55
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
52
|
+
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
53
|
+
"@salesforce/cli-plugins-testkit": "^5.1.4",
|
|
54
|
+
"@salesforce/dev-scripts": "^8.3.0",
|
|
55
|
+
"@salesforce/plugin-command-reference": "^3.0.60",
|
|
56
56
|
"eslint-plugin-sf-plugin": "^1.17.0",
|
|
57
57
|
"jsforce": "^2.0.0-beta.29",
|
|
58
|
-
"oclif": "^4.1.
|
|
58
|
+
"oclif": "^4.1.3",
|
|
59
59
|
"shx": "0.2.2",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "^5.3.3"
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"type": "module",
|
|
244
244
|
"author": "Salesforce",
|
|
245
245
|
"sfdx": {
|
|
246
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.
|
|
247
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.3.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.3.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|