@salesforce/plugin-custom-metadata 3.1.0 → 3.1.2
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 +162 -103
- package/oclif.manifest.json +1 -6
- package/package.json +7 -7
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.2/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.2/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.2/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.2/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.2/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,44 +746,10 @@
|
|
|
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":
|
|
750
|
+
version "3.16.0"
|
|
751
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
|
|
752
|
+
integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
|
|
734
753
|
dependencies:
|
|
735
754
|
ansi-escapes "^4.3.2"
|
|
736
755
|
ansi-styles "^4.3.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"
|
|
@@ -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,13 +1153,6 @@
|
|
|
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.0":
|
|
1125
|
-
version "3.11.0"
|
|
1126
|
-
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e"
|
|
1127
|
-
integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==
|
|
1128
|
-
dependencies:
|
|
1129
|
-
"@types/node" "*"
|
|
1130
|
-
|
|
1131
1156
|
"@types/expect@^1.20.4":
|
|
1132
1157
|
version "1.20.4"
|
|
1133
1158
|
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
|
|
@@ -1203,10 +1228,17 @@
|
|
|
1203
1228
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
1204
1229
|
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
1205
1230
|
|
|
1206
|
-
"@types/
|
|
1207
|
-
version "
|
|
1208
|
-
resolved "https://registry.yarnpkg.com/@types/
|
|
1209
|
-
integrity sha512-
|
|
1231
|
+
"@types/mute-stream@^0.0.4":
|
|
1232
|
+
version "0.0.4"
|
|
1233
|
+
resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
|
|
1234
|
+
integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
|
|
1235
|
+
dependencies:
|
|
1236
|
+
"@types/node" "*"
|
|
1237
|
+
|
|
1238
|
+
"@types/node@*", "@types/node@^20.9.0":
|
|
1239
|
+
version "20.10.6"
|
|
1240
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
|
|
1241
|
+
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
|
|
1210
1242
|
dependencies:
|
|
1211
1243
|
undici-types "~5.26.4"
|
|
1212
1244
|
|
|
@@ -1220,6 +1252,13 @@
|
|
|
1220
1252
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
|
1221
1253
|
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1222
1254
|
|
|
1255
|
+
"@types/node@^18":
|
|
1256
|
+
version "18.18.8"
|
|
1257
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
|
|
1258
|
+
integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
|
|
1259
|
+
dependencies:
|
|
1260
|
+
undici-types "~5.26.4"
|
|
1261
|
+
|
|
1223
1262
|
"@types/normalize-package-data@^2.4.0":
|
|
1224
1263
|
version "2.4.1"
|
|
1225
1264
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -1277,6 +1316,11 @@
|
|
|
1277
1316
|
"@types/expect" "^1.20.4"
|
|
1278
1317
|
"@types/node" "*"
|
|
1279
1318
|
|
|
1319
|
+
"@types/wrap-ansi@^3.0.0":
|
|
1320
|
+
version "3.0.0"
|
|
1321
|
+
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
1322
|
+
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
1323
|
+
|
|
1280
1324
|
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1281
1325
|
version "6.11.0"
|
|
1282
1326
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
@@ -2164,10 +2208,10 @@ cli-progress@^3.12.0:
|
|
|
2164
2208
|
dependencies:
|
|
2165
2209
|
string-width "^4.2.3"
|
|
2166
2210
|
|
|
2167
|
-
cli-spinners@^2.5.0:
|
|
2168
|
-
version "2.
|
|
2169
|
-
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.
|
|
2170
|
-
integrity sha512-
|
|
2211
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.1:
|
|
2212
|
+
version "2.9.2"
|
|
2213
|
+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
2214
|
+
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
2171
2215
|
|
|
2172
2216
|
cli-table@^0.3.1:
|
|
2173
2217
|
version "0.3.11"
|
|
@@ -2181,6 +2225,11 @@ cli-width@^3.0.0:
|
|
|
2181
2225
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
|
|
2182
2226
|
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
|
|
2183
2227
|
|
|
2228
|
+
cli-width@^4.1.0:
|
|
2229
|
+
version "4.1.0"
|
|
2230
|
+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
|
|
2231
|
+
integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
|
|
2232
|
+
|
|
2184
2233
|
cliui@^6.0.0:
|
|
2185
2234
|
version "6.0.0"
|
|
2186
2235
|
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
|
@@ -3247,7 +3296,7 @@ faye@^1.4.0:
|
|
|
3247
3296
|
tough-cookie "*"
|
|
3248
3297
|
tunnel-agent "*"
|
|
3249
3298
|
|
|
3250
|
-
figures@^3.0.0:
|
|
3299
|
+
figures@^3.0.0, figures@^3.2.0:
|
|
3251
3300
|
version "3.2.0"
|
|
3252
3301
|
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
|
3253
3302
|
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
|
@@ -5276,6 +5325,11 @@ mute-stream@0.0.8:
|
|
|
5276
5325
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
|
5277
5326
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
|
5278
5327
|
|
|
5328
|
+
mute-stream@^1.0.0:
|
|
5329
|
+
version "1.0.0"
|
|
5330
|
+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
|
|
5331
|
+
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
|
5332
|
+
|
|
5279
5333
|
nanoid@3.3.3:
|
|
5280
5334
|
version "3.3.3"
|
|
5281
5335
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
@@ -5580,15 +5634,15 @@ object.values@^1.1.7:
|
|
|
5580
5634
|
define-properties "^1.2.0"
|
|
5581
5635
|
es-abstract "^1.22.1"
|
|
5582
5636
|
|
|
5583
|
-
oclif@^4.1.
|
|
5584
|
-
version "4.1.
|
|
5585
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.
|
|
5586
|
-
integrity sha512-
|
|
5637
|
+
oclif@^4.1.3:
|
|
5638
|
+
version "4.1.3"
|
|
5639
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.3.tgz#07d3a6b16ff7e2e7c3fd06117fd745655c44abce"
|
|
5640
|
+
integrity sha512-9OmzHaOmn58BZZt8S2USh1gW5RFfa69cDfOtXCWUyYrcRdO4wIJ3DPb0xZ3UxHHbPZKsDImuP/A54weFMH2izw==
|
|
5587
5641
|
dependencies:
|
|
5588
|
-
"@oclif/core" "^3.0
|
|
5589
|
-
"@oclif/plugin-help" "^
|
|
5590
|
-
"@oclif/plugin-not-found" "^
|
|
5591
|
-
"@oclif/plugin-warn-if-update-available" "^3.0.
|
|
5642
|
+
"@oclif/core" "^3.16.0"
|
|
5643
|
+
"@oclif/plugin-help" "^6.0.9"
|
|
5644
|
+
"@oclif/plugin-not-found" "^3.0.7"
|
|
5645
|
+
"@oclif/plugin-warn-if-update-available" "^3.0.8"
|
|
5592
5646
|
async-retry "^1.3.3"
|
|
5593
5647
|
aws-sdk "^2.1231.0"
|
|
5594
5648
|
change-case "^4"
|
|
@@ -5833,7 +5887,7 @@ pascal-case@^3.1.2:
|
|
|
5833
5887
|
no-case "^3.0.4"
|
|
5834
5888
|
tslib "^2.0.3"
|
|
5835
5889
|
|
|
5836
|
-
password-prompt@^1.1.
|
|
5890
|
+
password-prompt@^1.1.3:
|
|
5837
5891
|
version "1.1.3"
|
|
5838
5892
|
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
5839
5893
|
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
@@ -5922,10 +5976,10 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
5922
5976
|
readable-stream "^4.0.0"
|
|
5923
5977
|
split2 "^4.0.0"
|
|
5924
5978
|
|
|
5925
|
-
pino-pretty@^10.3.
|
|
5926
|
-
version "10.3.
|
|
5927
|
-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.
|
|
5928
|
-
integrity sha512-
|
|
5979
|
+
pino-pretty@^10.3.1:
|
|
5980
|
+
version "10.3.1"
|
|
5981
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
|
|
5982
|
+
integrity sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==
|
|
5929
5983
|
dependencies:
|
|
5930
5984
|
colorette "^2.0.7"
|
|
5931
5985
|
dateformat "^4.6.3"
|
|
@@ -6382,6 +6436,11 @@ run-async@^2.0.0, run-async@^2.4.0:
|
|
|
6382
6436
|
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
|
6383
6437
|
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
|
|
6384
6438
|
|
|
6439
|
+
run-async@^3.0.0:
|
|
6440
|
+
version "3.0.0"
|
|
6441
|
+
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
|
|
6442
|
+
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
|
|
6443
|
+
|
|
6385
6444
|
run-parallel@^1.1.9:
|
|
6386
6445
|
version "1.2.0"
|
|
6387
6446
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
|
@@ -6604,7 +6663,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
6604
6663
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6605
6664
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6606
6665
|
|
|
6607
|
-
signal-exit@^4.0.1:
|
|
6666
|
+
signal-exit@^4.0.1, signal-exit@^4.1.0:
|
|
6608
6667
|
version "4.1.0"
|
|
6609
6668
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
|
|
6610
6669
|
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
|
@@ -7060,7 +7119,7 @@ ts-json-schema-generator@^1.5.0:
|
|
|
7060
7119
|
safe-stable-stringify "^2.4.3"
|
|
7061
7120
|
typescript "~5.3.2"
|
|
7062
7121
|
|
|
7063
|
-
ts-node@^10.8.1, ts-node@^10.9.
|
|
7122
|
+
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7064
7123
|
version "10.9.2"
|
|
7065
7124
|
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
|
|
7066
7125
|
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
|
|
@@ -7104,7 +7163,7 @@ tslib@^1.9.0:
|
|
|
7104
7163
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
7105
7164
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
7106
7165
|
|
|
7107
|
-
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.
|
|
7166
|
+
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.6.2:
|
|
7108
7167
|
version "2.6.2"
|
|
7109
7168
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
|
7110
7169
|
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.2"
|
|
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.2",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@oclif/core": "^3.15.0",
|
|
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
52
|
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
53
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
53
|
+
"@salesforce/cli-plugins-testkit": "^5.1.4",
|
|
54
54
|
"@salesforce/dev-scripts": "^8.2.0",
|
|
55
|
-
"@salesforce/plugin-command-reference": "^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.2.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.2.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|