@salesforce/plugin-custom-metadata 3.0.9 → 3.0.11
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 +80 -52
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.
|
|
151
|
+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.11/src/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: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.
|
|
239
|
+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.11/src/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: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.
|
|
300
|
+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.11/src/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: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.
|
|
353
|
+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.11/src/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: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.
|
|
403
|
+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.0.11/src/commands/cmdt/generate/records.ts)_
|
|
404
404
|
|
|
405
405
|
<!-- commandsstop -->
|
|
406
406
|
|
package/oclif.lock
CHANGED
|
@@ -727,10 +727,10 @@
|
|
|
727
727
|
wordwrap "^1.0.0"
|
|
728
728
|
wrap-ansi "^7.0.0"
|
|
729
729
|
|
|
730
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.
|
|
731
|
-
version "3.15.
|
|
732
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.
|
|
733
|
-
integrity sha512-
|
|
730
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@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==
|
|
734
734
|
dependencies:
|
|
735
735
|
ansi-escapes "^4.3.2"
|
|
736
736
|
ansi-styles "^4.3.0"
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
js-yaml "^3.14.1"
|
|
750
750
|
natural-orderby "^2.0.3"
|
|
751
751
|
object-treeify "^1.1.33"
|
|
752
|
-
password-prompt "^1.1.
|
|
752
|
+
password-prompt "^1.1.3"
|
|
753
753
|
slice-ansi "^4.0.0"
|
|
754
754
|
string-width "^4.2.3"
|
|
755
755
|
strip-ansi "^6.0.1"
|
|
@@ -760,10 +760,10 @@
|
|
|
760
760
|
wordwrap "^1.0.0"
|
|
761
761
|
wrap-ansi "^7.0.0"
|
|
762
762
|
|
|
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-
|
|
763
|
+
"@oclif/plugin-command-snapshot@^5.0.4":
|
|
764
|
+
version "5.0.4"
|
|
765
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.4.tgz#d80cf80cdf8e6a21cddbea607c5a39c96d577b87"
|
|
766
|
+
integrity sha512-dsogNsY/k9D9aoceEWZhGklHBCIsJQpVAKwRKSQkrzhvesi/qB4reEfcuWGy1FtJihTVEVSGLdGBIz2Wu1XApA==
|
|
767
767
|
dependencies:
|
|
768
768
|
"@oclif/core" "^3.10.8"
|
|
769
769
|
"@types/lodash.difference" "^4.5.9"
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
lodash.get "^4.4.2"
|
|
774
774
|
lodash.sortby "^4.7.0"
|
|
775
775
|
semver "^7.5.4"
|
|
776
|
-
ts-json-schema-generator "^1.
|
|
776
|
+
ts-json-schema-generator "^1.5.0"
|
|
777
777
|
|
|
778
778
|
"@oclif/plugin-help@^5.2.14":
|
|
779
779
|
version "5.2.19"
|
|
@@ -908,12 +908,12 @@
|
|
|
908
908
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
909
909
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
910
910
|
|
|
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-
|
|
911
|
+
"@salesforce/cli-plugins-testkit@^5.1.3":
|
|
912
|
+
version "5.1.3"
|
|
913
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz#5e7a7afebaa9a2c02eadbf533273d496335929d6"
|
|
914
|
+
integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
|
|
915
915
|
dependencies:
|
|
916
|
-
"@salesforce/core" "^6.
|
|
916
|
+
"@salesforce/core" "^6.4.2"
|
|
917
917
|
"@salesforce/kit" "^3.0.15"
|
|
918
918
|
"@salesforce/ts-types" "^2.0.9"
|
|
919
919
|
"@types/shelljs" "^0.8.15"
|
|
@@ -947,10 +947,10 @@
|
|
|
947
947
|
semver "^7.5.4"
|
|
948
948
|
ts-retry-promise "^0.7.1"
|
|
949
949
|
|
|
950
|
-
"@salesforce/core@^6.
|
|
951
|
-
version "6.4.
|
|
952
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
953
|
-
integrity sha512-
|
|
950
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
|
951
|
+
version "6.4.2"
|
|
952
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
|
953
|
+
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
|
|
954
954
|
dependencies:
|
|
955
955
|
"@salesforce/kit" "^3.0.15"
|
|
956
956
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
jszip "3.10.1"
|
|
967
967
|
pino "^8.16.2"
|
|
968
968
|
pino-abstract-transport "^1.1.0"
|
|
969
|
-
pino-pretty "^10.
|
|
969
|
+
pino-pretty "^10.3.0"
|
|
970
970
|
proper-lockfile "^4.1.2"
|
|
971
971
|
semver "^7.5.4"
|
|
972
972
|
ts-retry-promise "^0.7.1"
|
|
@@ -1016,15 +1016,15 @@
|
|
|
1016
1016
|
"@salesforce/ts-types" "^2.0.9"
|
|
1017
1017
|
tslib "^2.6.2"
|
|
1018
1018
|
|
|
1019
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1020
|
-
version "3.0.
|
|
1021
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1022
|
-
integrity sha512-
|
|
1019
|
+
"@salesforce/plugin-command-reference@^3.0.57":
|
|
1020
|
+
version "3.0.57"
|
|
1021
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.57.tgz#5780600bd60330dd64171ce249f44a2949f10253"
|
|
1022
|
+
integrity sha512-UZNOkrDH1QmZXT6G3EbZtDqmVWBx8L84ogmr7s6D+/G04lEZlPaOPE6PqYic8q+ldPor1WIq4Do6YVdy1Fv/WQ==
|
|
1023
1023
|
dependencies:
|
|
1024
|
-
"@oclif/core" "^3.
|
|
1025
|
-
"@salesforce/core" "^6.
|
|
1024
|
+
"@oclif/core" "^3.15.1"
|
|
1025
|
+
"@salesforce/core" "^6.4.1"
|
|
1026
1026
|
"@salesforce/kit" "^3.0.15"
|
|
1027
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
1027
|
+
"@salesforce/sf-plugins-core" "^5.0.8"
|
|
1028
1028
|
"@salesforce/ts-types" "^2.0.9"
|
|
1029
1029
|
chalk "^4"
|
|
1030
1030
|
handlebars "^4.7.8"
|
|
@@ -1040,13 +1040,13 @@
|
|
|
1040
1040
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1041
1041
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1042
1042
|
|
|
1043
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1044
|
-
version "5.0.
|
|
1045
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1046
|
-
integrity sha512-
|
|
1043
|
+
"@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.8":
|
|
1044
|
+
version "5.0.12"
|
|
1045
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
|
|
1046
|
+
integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
|
|
1047
1047
|
dependencies:
|
|
1048
|
-
"@oclif/core" "^3.
|
|
1049
|
-
"@salesforce/core" "^6.
|
|
1048
|
+
"@oclif/core" "^3.15.0"
|
|
1049
|
+
"@salesforce/core" "^6.4.1"
|
|
1050
1050
|
"@salesforce/kit" "^3.0.15"
|
|
1051
1051
|
"@salesforce/ts-types" "^2.0.9"
|
|
1052
1052
|
"@types/inquirer" "^8.2.3"
|
|
@@ -2514,10 +2514,10 @@ csv-parse@^4.8.2:
|
|
|
2514
2514
|
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.3.tgz#7ca624d517212ebc520a36873c3478fa66efbaf7"
|
|
2515
2515
|
integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==
|
|
2516
2516
|
|
|
2517
|
-
csv-parse@^5.5.
|
|
2518
|
-
version "5.5.
|
|
2519
|
-
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.
|
|
2520
|
-
integrity sha512-
|
|
2517
|
+
csv-parse@^5.5.3:
|
|
2518
|
+
version "5.5.3"
|
|
2519
|
+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.3.tgz#0261050761ee46cd0e46421854bf9bf4de1317bf"
|
|
2520
|
+
integrity sha512-v0KW6C0qlZzoGjk6u5tLmVfyZxNgPGXZsWTXshpAgKVGmGXzaVWGdlCFxNx5iuzcXT/oJN1HHM9DZKwtAtYa+A==
|
|
2521
2521
|
|
|
2522
2522
|
csv-stringify@^5.3.4:
|
|
2523
2523
|
version "5.6.5"
|
|
@@ -3838,6 +3838,11 @@ help-me@^4.0.1:
|
|
|
3838
3838
|
glob "^8.0.0"
|
|
3839
3839
|
readable-stream "^3.6.0"
|
|
3840
3840
|
|
|
3841
|
+
help-me@^5.0.0:
|
|
3842
|
+
version "5.0.0"
|
|
3843
|
+
resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
|
|
3844
|
+
integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
|
|
3845
|
+
|
|
3841
3846
|
hosted-git-info@^2.1.4:
|
|
3842
3847
|
version "2.8.9"
|
|
3843
3848
|
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
|
|
@@ -5641,10 +5646,10 @@ object.values@^1.1.7:
|
|
|
5641
5646
|
define-properties "^1.2.0"
|
|
5642
5647
|
es-abstract "^1.22.1"
|
|
5643
5648
|
|
|
5644
|
-
oclif@^4.0
|
|
5645
|
-
version "4.0
|
|
5646
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
5647
|
-
integrity sha512-
|
|
5649
|
+
oclif@^4.1.0:
|
|
5650
|
+
version "4.1.0"
|
|
5651
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
|
|
5652
|
+
integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
|
|
5648
5653
|
dependencies:
|
|
5649
5654
|
"@oclif/core" "^3.0.4"
|
|
5650
5655
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -5902,6 +5907,14 @@ password-prompt@^1.1.2:
|
|
|
5902
5907
|
ansi-escapes "^3.1.0"
|
|
5903
5908
|
cross-spawn "^6.0.5"
|
|
5904
5909
|
|
|
5910
|
+
password-prompt@^1.1.3:
|
|
5911
|
+
version "1.1.3"
|
|
5912
|
+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
5913
|
+
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
5914
|
+
dependencies:
|
|
5915
|
+
ansi-escapes "^4.3.2"
|
|
5916
|
+
cross-spawn "^7.0.3"
|
|
5917
|
+
|
|
5905
5918
|
path-case@^3.0.4:
|
|
5906
5919
|
version "3.0.4"
|
|
5907
5920
|
resolved "https://registry.yarnpkg.com/path-case/-/path-case-3.0.4.tgz#9168645334eb942658375c56f80b4c0cb5f82c6f"
|
|
@@ -6008,6 +6021,26 @@ pino-pretty@^10.2.3:
|
|
|
6008
6021
|
sonic-boom "^3.0.0"
|
|
6009
6022
|
strip-json-comments "^3.1.1"
|
|
6010
6023
|
|
|
6024
|
+
pino-pretty@^10.3.0:
|
|
6025
|
+
version "10.3.0"
|
|
6026
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
|
|
6027
|
+
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
|
|
6028
|
+
dependencies:
|
|
6029
|
+
colorette "^2.0.7"
|
|
6030
|
+
dateformat "^4.6.3"
|
|
6031
|
+
fast-copy "^3.0.0"
|
|
6032
|
+
fast-safe-stringify "^2.1.1"
|
|
6033
|
+
help-me "^5.0.0"
|
|
6034
|
+
joycon "^3.1.1"
|
|
6035
|
+
minimist "^1.2.6"
|
|
6036
|
+
on-exit-leak-free "^2.1.0"
|
|
6037
|
+
pino-abstract-transport "^1.0.0"
|
|
6038
|
+
pump "^3.0.0"
|
|
6039
|
+
readable-stream "^4.0.0"
|
|
6040
|
+
secure-json-parse "^2.4.0"
|
|
6041
|
+
sonic-boom "^3.0.0"
|
|
6042
|
+
strip-json-comments "^3.1.1"
|
|
6043
|
+
|
|
6011
6044
|
pino-std-serializers@^6.0.0:
|
|
6012
6045
|
version "6.2.2"
|
|
6013
6046
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
@@ -7125,10 +7158,10 @@ ts-api-utils@^1.0.1:
|
|
|
7125
7158
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
|
7126
7159
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
|
7127
7160
|
|
|
7128
|
-
ts-json-schema-generator@^1.
|
|
7129
|
-
version "1.
|
|
7130
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.
|
|
7131
|
-
integrity sha512-
|
|
7161
|
+
ts-json-schema-generator@^1.5.0:
|
|
7162
|
+
version "1.5.0"
|
|
7163
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
|
|
7164
|
+
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
|
|
7132
7165
|
dependencies:
|
|
7133
7166
|
"@types/json-schema" "^7.0.12"
|
|
7134
7167
|
commander "^11.0.0"
|
|
@@ -7136,7 +7169,7 @@ ts-json-schema-generator@^1.4.0:
|
|
|
7136
7169
|
json5 "^2.2.3"
|
|
7137
7170
|
normalize-path "^3.0.0"
|
|
7138
7171
|
safe-stable-stringify "^2.4.3"
|
|
7139
|
-
typescript "~5.
|
|
7172
|
+
typescript "~5.3.2"
|
|
7140
7173
|
|
|
7141
7174
|
ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
|
|
7142
7175
|
version "10.9.2"
|
|
@@ -7299,7 +7332,7 @@ typedoc@^0.25.3:
|
|
|
7299
7332
|
minimatch "^9.0.3"
|
|
7300
7333
|
shiki "^0.14.1"
|
|
7301
7334
|
|
|
7302
|
-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.3.3:
|
|
7335
|
+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.3.3, typescript@~5.3.2:
|
|
7303
7336
|
version "5.3.3"
|
|
7304
7337
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
7305
7338
|
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
@@ -7309,11 +7342,6 @@ typescript@^4.9.5:
|
|
|
7309
7342
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
|
7310
7343
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
|
7311
7344
|
|
|
7312
|
-
typescript@~5.2.2:
|
|
7313
|
-
version "5.2.2"
|
|
7314
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
|
|
7315
|
-
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
|
|
7316
|
-
|
|
7317
7345
|
uglify-js@^3.1.4:
|
|
7318
7346
|
version "3.17.4"
|
|
7319
7347
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|
package/oclif.manifest.json
CHANGED
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.0.
|
|
4
|
+
"version": "3.0.11",
|
|
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.0",
|
|
47
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
48
|
-
"csv-parse": "^5.5.
|
|
47
|
+
"@salesforce/sf-plugins-core": "^5.0.12",
|
|
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.
|
|
52
|
+
"@oclif/plugin-command-snapshot": "^5.0.4",
|
|
53
|
+
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
|
54
54
|
"@salesforce/dev-scripts": "^8.1.2",
|
|
55
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
55
|
+
"@salesforce/plugin-command-reference": "^3.0.57",
|
|
56
56
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
57
57
|
"jsforce": "^2.0.0-beta.29",
|
|
58
|
-
"oclif": "^4.0
|
|
58
|
+
"oclif": "^4.1.0",
|
|
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.0.
|
|
247
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.0.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.0.11.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.0.11.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|