@salesforce/plugin-custom-metadata 3.1.2 → 3.1.4
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 +89 -87
- 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: [lib/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
151
|
+
_See code: [lib/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.4/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: [lib/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
239
|
+
_See code: [lib/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.4/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: [lib/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
300
|
+
_See code: [lib/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.4/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: [lib/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
353
|
+
_See code: [lib/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.4/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: [lib/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
403
|
+
_See code: [lib/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.4/lib/commands/cmdt/generate/records.ts)_
|
|
404
404
|
|
|
405
405
|
<!-- commandsstop -->
|
|
406
406
|
|
package/oclif.lock
CHANGED
|
@@ -746,11 +746,12 @@
|
|
|
746
746
|
node-gyp "^8.2.0"
|
|
747
747
|
read-package-json-fast "^2.0.1"
|
|
748
748
|
|
|
749
|
-
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0":
|
|
750
|
-
version "3.
|
|
751
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
752
|
-
integrity sha512
|
|
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==
|
|
753
753
|
dependencies:
|
|
754
|
+
"@types/cli-progress" "^3.11.5"
|
|
754
755
|
ansi-escapes "^4.3.2"
|
|
755
756
|
ansi-styles "^4.3.0"
|
|
756
757
|
cardinal "^2.1.1"
|
|
@@ -774,17 +775,16 @@
|
|
|
774
775
|
strip-ansi "^6.0.1"
|
|
775
776
|
supports-color "^8.1.1"
|
|
776
777
|
supports-hyperlinks "^2.2.0"
|
|
777
|
-
tsconfck "^3.0.0"
|
|
778
778
|
widest-line "^3.1.0"
|
|
779
779
|
wordwrap "^1.0.0"
|
|
780
780
|
wrap-ansi "^7.0.0"
|
|
781
781
|
|
|
782
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
783
|
-
version "5.0.
|
|
784
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
785
|
-
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==
|
|
786
786
|
dependencies:
|
|
787
|
-
"@oclif/core" "^3.
|
|
787
|
+
"@oclif/core" "^3.16.0"
|
|
788
788
|
"@types/lodash.difference" "^4.5.9"
|
|
789
789
|
chalk "^5.3.0"
|
|
790
790
|
just-diff "^5.2.0"
|
|
@@ -942,10 +942,10 @@
|
|
|
942
942
|
strip-ansi "6.0.1"
|
|
943
943
|
ts-retry-promise "^0.7.1"
|
|
944
944
|
|
|
945
|
-
"@salesforce/core@^6.4.
|
|
946
|
-
version "6.4.
|
|
947
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
948
|
-
integrity sha512-
|
|
945
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
|
|
946
|
+
version "6.4.7"
|
|
947
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
|
|
948
|
+
integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
|
|
949
949
|
dependencies:
|
|
950
950
|
"@salesforce/kit" "^3.0.15"
|
|
951
951
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -959,7 +959,7 @@
|
|
|
959
959
|
jsforce "^2.0.0-beta.29"
|
|
960
960
|
jsonwebtoken "9.0.2"
|
|
961
961
|
jszip "3.10.1"
|
|
962
|
-
pino "^8.
|
|
962
|
+
pino "^8.17.2"
|
|
963
963
|
pino-abstract-transport "^1.1.0"
|
|
964
964
|
pino-pretty "^10.3.1"
|
|
965
965
|
proper-lockfile "^4.1.2"
|
|
@@ -971,10 +971,10 @@
|
|
|
971
971
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
972
972
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
973
973
|
|
|
974
|
-
"@salesforce/dev-scripts@^8.
|
|
975
|
-
version "8.
|
|
976
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
977
|
-
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==
|
|
978
978
|
dependencies:
|
|
979
979
|
"@commitlint/cli" "^17.1.2"
|
|
980
980
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
cosmiconfig "^7.0.0"
|
|
990
990
|
eslint-config-salesforce-typescript "^3.0.5"
|
|
991
991
|
husky "^7.0.4"
|
|
992
|
-
linkinator "^6.0.
|
|
992
|
+
linkinator "^6.0.3"
|
|
993
993
|
mocha "^10.2.0"
|
|
994
994
|
nyc "^15.1.0"
|
|
995
995
|
prettier "^2.8.8"
|
|
@@ -1011,13 +1011,13 @@
|
|
|
1011
1011
|
"@salesforce/ts-types" "^2.0.9"
|
|
1012
1012
|
tslib "^2.6.2"
|
|
1013
1013
|
|
|
1014
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1015
|
-
version "3.0.
|
|
1016
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1017
|
-
integrity sha512-
|
|
1014
|
+
"@salesforce/plugin-command-reference@^3.0.62":
|
|
1015
|
+
version "3.0.62"
|
|
1016
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.62.tgz#7873e011cb607e55345ea4db048c91789781d946"
|
|
1017
|
+
integrity sha512-6Q/6p1RvEb9zE453xbe1YzPsjy9Ck9pL/tsvCnBNvcYYiQr1pRYL/oP/0GRMjz1e2cxPXpOoZlwyuYNNqALdyA==
|
|
1018
1018
|
dependencies:
|
|
1019
|
-
"@oclif/core" "^3.
|
|
1020
|
-
"@salesforce/core" "^6.4.
|
|
1019
|
+
"@oclif/core" "^3.16.0"
|
|
1020
|
+
"@salesforce/core" "^6.4.7"
|
|
1021
1021
|
"@salesforce/kit" "^3.0.15"
|
|
1022
1022
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1023
1023
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1153,6 +1153,13 @@
|
|
|
1153
1153
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1154
1154
|
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1155
1155
|
|
|
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==
|
|
1160
|
+
dependencies:
|
|
1161
|
+
"@types/node" "*"
|
|
1162
|
+
|
|
1156
1163
|
"@types/expect@^1.20.4":
|
|
1157
1164
|
version "1.20.4"
|
|
1158
1165
|
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
|
|
@@ -1357,13 +1364,13 @@
|
|
|
1357
1364
|
"@typescript-eslint/types" "6.11.0"
|
|
1358
1365
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1359
1366
|
|
|
1360
|
-
"@typescript-eslint/scope-manager@6.
|
|
1361
|
-
version "6.
|
|
1362
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1363
|
-
integrity sha512-
|
|
1367
|
+
"@typescript-eslint/scope-manager@6.18.1":
|
|
1368
|
+
version "6.18.1"
|
|
1369
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.1.tgz#28c31c60f6e5827996aa3560a538693cb4bd3848"
|
|
1370
|
+
integrity sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw==
|
|
1364
1371
|
dependencies:
|
|
1365
|
-
"@typescript-eslint/types" "6.
|
|
1366
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1372
|
+
"@typescript-eslint/types" "6.18.1"
|
|
1373
|
+
"@typescript-eslint/visitor-keys" "6.18.1"
|
|
1367
1374
|
|
|
1368
1375
|
"@typescript-eslint/type-utils@6.11.0":
|
|
1369
1376
|
version "6.11.0"
|
|
@@ -1380,10 +1387,10 @@
|
|
|
1380
1387
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1381
1388
|
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1382
1389
|
|
|
1383
|
-
"@typescript-eslint/types@6.
|
|
1384
|
-
version "6.
|
|
1385
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1386
|
-
integrity sha512-
|
|
1390
|
+
"@typescript-eslint/types@6.18.1":
|
|
1391
|
+
version "6.18.1"
|
|
1392
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.1.tgz#91617d8080bcd99ac355d9157079970d1d49fefc"
|
|
1393
|
+
integrity sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==
|
|
1387
1394
|
|
|
1388
1395
|
"@typescript-eslint/typescript-estree@6.11.0":
|
|
1389
1396
|
version "6.11.0"
|
|
@@ -1398,13 +1405,13 @@
|
|
|
1398
1405
|
semver "^7.5.4"
|
|
1399
1406
|
ts-api-utils "^1.0.1"
|
|
1400
1407
|
|
|
1401
|
-
"@typescript-eslint/typescript-estree@6.
|
|
1402
|
-
version "6.
|
|
1403
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
1404
|
-
integrity sha512-
|
|
1408
|
+
"@typescript-eslint/typescript-estree@6.18.1":
|
|
1409
|
+
version "6.18.1"
|
|
1410
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.1.tgz#a12b6440175b4cbc9d09ab3c4966c6b245215ab4"
|
|
1411
|
+
integrity sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA==
|
|
1405
1412
|
dependencies:
|
|
1406
|
-
"@typescript-eslint/types" "6.
|
|
1407
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1413
|
+
"@typescript-eslint/types" "6.18.1"
|
|
1414
|
+
"@typescript-eslint/visitor-keys" "6.18.1"
|
|
1408
1415
|
debug "^4.3.4"
|
|
1409
1416
|
globby "^11.1.0"
|
|
1410
1417
|
is-glob "^4.0.3"
|
|
@@ -1425,17 +1432,17 @@
|
|
|
1425
1432
|
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1426
1433
|
semver "^7.5.4"
|
|
1427
1434
|
|
|
1428
|
-
"@typescript-eslint/utils@^6.10.0", "@typescript-eslint/utils@^6.
|
|
1429
|
-
version "6.
|
|
1430
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.
|
|
1431
|
-
integrity sha512-
|
|
1435
|
+
"@typescript-eslint/utils@^6.10.0", "@typescript-eslint/utils@^6.17.0":
|
|
1436
|
+
version "6.18.1"
|
|
1437
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.1.tgz#3451cfe2e56babb6ac657e10b6703393d4b82955"
|
|
1438
|
+
integrity sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ==
|
|
1432
1439
|
dependencies:
|
|
1433
1440
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1434
1441
|
"@types/json-schema" "^7.0.12"
|
|
1435
1442
|
"@types/semver" "^7.5.0"
|
|
1436
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1437
|
-
"@typescript-eslint/types" "6.
|
|
1438
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1443
|
+
"@typescript-eslint/scope-manager" "6.18.1"
|
|
1444
|
+
"@typescript-eslint/types" "6.18.1"
|
|
1445
|
+
"@typescript-eslint/typescript-estree" "6.18.1"
|
|
1439
1446
|
semver "^7.5.4"
|
|
1440
1447
|
|
|
1441
1448
|
"@typescript-eslint/visitor-keys@6.11.0":
|
|
@@ -1446,12 +1453,12 @@
|
|
|
1446
1453
|
"@typescript-eslint/types" "6.11.0"
|
|
1447
1454
|
eslint-visitor-keys "^3.4.1"
|
|
1448
1455
|
|
|
1449
|
-
"@typescript-eslint/visitor-keys@6.
|
|
1450
|
-
version "6.
|
|
1451
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
1452
|
-
integrity sha512
|
|
1456
|
+
"@typescript-eslint/visitor-keys@6.18.1":
|
|
1457
|
+
version "6.18.1"
|
|
1458
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.1.tgz#704d789bda2565a15475e7d22f145b8fe77443f4"
|
|
1459
|
+
integrity sha512-/kvt0C5lRqGoCfsbmm7/CwMqoSkY3zzHLIjdhHZQW3VFrnz7ATecOHR7nb7V+xn4286MBxfnQfQhAmCI0u+bJA==
|
|
1453
1460
|
dependencies:
|
|
1454
|
-
"@typescript-eslint/types" "6.
|
|
1461
|
+
"@typescript-eslint/types" "6.18.1"
|
|
1455
1462
|
eslint-visitor-keys "^3.4.1"
|
|
1456
1463
|
|
|
1457
1464
|
"@ungap/structured-clone@^1.2.0":
|
|
@@ -3023,13 +3030,13 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
3023
3030
|
minimatch "^9.0.3"
|
|
3024
3031
|
natural-compare-lite "^1.4.0"
|
|
3025
3032
|
|
|
3026
|
-
eslint-plugin-sf-plugin@^1.17.
|
|
3027
|
-
version "1.17.
|
|
3028
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
|
3029
|
-
integrity sha512-
|
|
3033
|
+
eslint-plugin-sf-plugin@^1.17.2:
|
|
3034
|
+
version "1.17.2"
|
|
3035
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.2.tgz#c2e5b40fdae762d3166696f0d9a3664ff8359141"
|
|
3036
|
+
integrity sha512-N7o/rgpH5ImPwyGj7dByPwOeW7+VcA36/F35vUhL9NV8FOR35DDL8T+cX0HBGPWu4toSXjCmc2yEH52FdsnATg==
|
|
3030
3037
|
dependencies:
|
|
3031
|
-
"@salesforce/core" "^6.4.
|
|
3032
|
-
"@typescript-eslint/utils" "^6.
|
|
3038
|
+
"@salesforce/core" "^6.4.7"
|
|
3039
|
+
"@typescript-eslint/utils" "^6.17.0"
|
|
3033
3040
|
|
|
3034
3041
|
eslint-plugin-unicorn@^49.0.0:
|
|
3035
3042
|
version "49.0.0"
|
|
@@ -3258,10 +3265,10 @@ fast-safe-stringify@^2.1.1:
|
|
|
3258
3265
|
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
|
|
3259
3266
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
3260
3267
|
|
|
3261
|
-
fast-xml-parser@^4.3.
|
|
3262
|
-
version "4.3.
|
|
3263
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.
|
|
3264
|
-
integrity sha512-
|
|
3268
|
+
fast-xml-parser@^4.3.3:
|
|
3269
|
+
version "4.3.3"
|
|
3270
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.3.tgz#aeaf5778392329f17168c40c51bcbfec8ff965be"
|
|
3271
|
+
integrity sha512-coV/D1MhrShMvU6D0I+VAK3umz6hUaxxhL0yp/9RjfiYUfAv14rDhGQL+PLForhMdr0wq3PiV07WtkkNjJjNHg==
|
|
3265
3272
|
dependencies:
|
|
3266
3273
|
strnum "^1.0.5"
|
|
3267
3274
|
|
|
@@ -4695,10 +4702,10 @@ lines-and-columns@^1.1.6:
|
|
|
4695
4702
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
4696
4703
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
4697
4704
|
|
|
4698
|
-
linkinator@^6.0.
|
|
4699
|
-
version "6.0.
|
|
4700
|
-
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.
|
|
4701
|
-
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==
|
|
4702
4709
|
dependencies:
|
|
4703
4710
|
chalk "^5.0.0"
|
|
4704
4711
|
escape-html "^1.0.3"
|
|
@@ -4706,7 +4713,7 @@ linkinator@^6.0.2:
|
|
|
4706
4713
|
glob "^10.3.10"
|
|
4707
4714
|
htmlparser2 "^9.0.0"
|
|
4708
4715
|
marked "^10.0.0"
|
|
4709
|
-
meow "^
|
|
4716
|
+
meow "^13.0.0"
|
|
4710
4717
|
mime "^3.0.0"
|
|
4711
4718
|
server-destroy "^1.0.1"
|
|
4712
4719
|
srcset "^5.0.0"
|
|
@@ -5025,10 +5032,10 @@ marked@^4.3.0:
|
|
|
5025
5032
|
vinyl "^2.0.1"
|
|
5026
5033
|
vinyl-file "^3.0.0"
|
|
5027
5034
|
|
|
5028
|
-
meow@^
|
|
5029
|
-
version "
|
|
5030
|
-
resolved "https://registry.yarnpkg.com/meow/-/meow-
|
|
5031
|
-
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==
|
|
5032
5039
|
|
|
5033
5040
|
meow@^8.0.0:
|
|
5034
5041
|
version "8.1.2"
|
|
@@ -6001,17 +6008,17 @@ pino-std-serializers@^6.0.0:
|
|
|
6001
6008
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6002
6009
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6003
6010
|
|
|
6004
|
-
pino@^8.
|
|
6005
|
-
version "8.
|
|
6006
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6007
|
-
integrity sha512-
|
|
6011
|
+
pino@^8.17.2:
|
|
6012
|
+
version "8.17.2"
|
|
6013
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
|
|
6014
|
+
integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
|
|
6008
6015
|
dependencies:
|
|
6009
6016
|
atomic-sleep "^1.0.0"
|
|
6010
6017
|
fast-redact "^3.1.1"
|
|
6011
6018
|
on-exit-leak-free "^2.1.0"
|
|
6012
6019
|
pino-abstract-transport v1.1.0
|
|
6013
6020
|
pino-std-serializers "^6.0.0"
|
|
6014
|
-
process-warning "^
|
|
6021
|
+
process-warning "^3.0.0"
|
|
6015
6022
|
quick-format-unescaped "^4.0.3"
|
|
6016
6023
|
real-require "^0.2.0"
|
|
6017
6024
|
safe-stable-stringify "^2.3.1"
|
|
@@ -6084,10 +6091,10 @@ process-on-spawn@^1.0.0:
|
|
|
6084
6091
|
dependencies:
|
|
6085
6092
|
fromentries "^1.2.0"
|
|
6086
6093
|
|
|
6087
|
-
process-warning@^
|
|
6088
|
-
version "
|
|
6089
|
-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-
|
|
6090
|
-
integrity sha512
|
|
6094
|
+
process-warning@^3.0.0:
|
|
6095
|
+
version "3.0.0"
|
|
6096
|
+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-3.0.0.tgz#96e5b88884187a1dce6f5c3166d611132058710b"
|
|
6097
|
+
integrity sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==
|
|
6091
6098
|
|
|
6092
6099
|
process@^0.11.10:
|
|
6093
6100
|
version "0.11.10"
|
|
@@ -7143,11 +7150,6 @@ ts-retry-promise@^0.7.1:
|
|
|
7143
7150
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
7144
7151
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
7145
7152
|
|
|
7146
|
-
tsconfck@^3.0.0:
|
|
7147
|
-
version "3.0.0"
|
|
7148
|
-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
7149
|
-
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
7150
|
-
|
|
7151
7153
|
tsconfig-paths@^3.14.2:
|
|
7152
7154
|
version "3.14.2"
|
|
7153
7155
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
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.1.
|
|
4
|
+
"version": "3.1.4",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,18 +42,18 @@
|
|
|
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
47
|
"@salesforce/sf-plugins-core": "^7.0.0",
|
|
48
48
|
"csv-parse": "^5.5.3",
|
|
49
|
-
"fast-xml-parser": "^4.3.
|
|
49
|
+
"fast-xml-parser": "^4.3.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
52
|
+
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
53
53
|
"@salesforce/cli-plugins-testkit": "^5.1.4",
|
|
54
|
-
"@salesforce/dev-scripts": "^8.
|
|
55
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
56
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
54
|
+
"@salesforce/dev-scripts": "^8.3.0",
|
|
55
|
+
"@salesforce/plugin-command-reference": "^3.0.62",
|
|
56
|
+
"eslint-plugin-sf-plugin": "^1.17.2",
|
|
57
57
|
"jsforce": "^2.0.0-beta.29",
|
|
58
58
|
"oclif": "^4.1.3",
|
|
59
59
|
"shx": "0.2.2",
|
|
@@ -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.4.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.4.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|