@salesforce/plugin-custom-metadata 3.2.3 → 3.3.0
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/npm-shrinkwrap.json +386 -105
- package/oclif.lock +157 -30
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/oclif.lock
CHANGED
|
@@ -1262,6 +1262,26 @@
|
|
|
1262
1262
|
"@jridgewell/resolve-uri" "3.1.0"
|
|
1263
1263
|
"@jridgewell/sourcemap-codec" "1.4.14"
|
|
1264
1264
|
|
|
1265
|
+
"@jsforce/jsforce-node@^3.1.0":
|
|
1266
|
+
version "3.1.0"
|
|
1267
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.1.0.tgz#7f1b4ba60c0c84b870af8e43d713907b10ed8152"
|
|
1268
|
+
integrity sha512-xsn6Qj36YyhG7uCL9DOswZhqN/OVIpXm5s8AWD7V9hSJfp5ReebEsjT7a52ztEMmkUAYjWvZC5alBJr7jJCJig==
|
|
1269
|
+
dependencies:
|
|
1270
|
+
"@sindresorhus/is" "^4"
|
|
1271
|
+
"@types/node" "^18.15.3"
|
|
1272
|
+
abort-controller "^3.0.0"
|
|
1273
|
+
base64url "^3.0.1"
|
|
1274
|
+
csv-parse "^5.5.2"
|
|
1275
|
+
csv-stringify "^6.4.4"
|
|
1276
|
+
faye "^1.4.0"
|
|
1277
|
+
form-data "^4.0.0"
|
|
1278
|
+
fs-extra "^8.1.0"
|
|
1279
|
+
https-proxy-agent "^5.0.0"
|
|
1280
|
+
multistream "^3.1.0"
|
|
1281
|
+
node-fetch "^2.6.1"
|
|
1282
|
+
strip-ansi "^6.0.0"
|
|
1283
|
+
xml2js "^0.6.2"
|
|
1284
|
+
|
|
1265
1285
|
"@nodelib/fs.scandir@2.1.5":
|
|
1266
1286
|
version "2.1.5"
|
|
1267
1287
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -1283,7 +1303,7 @@
|
|
|
1283
1303
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1284
1304
|
fastq "^1.6.0"
|
|
1285
1305
|
|
|
1286
|
-
"@oclif/core@3.26.0"
|
|
1306
|
+
"@oclif/core@3.26.0":
|
|
1287
1307
|
version "3.26.0"
|
|
1288
1308
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1289
1309
|
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
@@ -1317,6 +1337,40 @@
|
|
|
1317
1337
|
wordwrap "^1.0.0"
|
|
1318
1338
|
wrap-ansi "^7.0.0"
|
|
1319
1339
|
|
|
1340
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
|
|
1341
|
+
version "3.26.2"
|
|
1342
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
|
|
1343
|
+
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
|
|
1344
|
+
dependencies:
|
|
1345
|
+
"@types/cli-progress" "^3.11.5"
|
|
1346
|
+
ansi-escapes "^4.3.2"
|
|
1347
|
+
ansi-styles "^4.3.0"
|
|
1348
|
+
cardinal "^2.1.1"
|
|
1349
|
+
chalk "^4.1.2"
|
|
1350
|
+
clean-stack "^3.0.1"
|
|
1351
|
+
cli-progress "^3.12.0"
|
|
1352
|
+
color "^4.2.3"
|
|
1353
|
+
debug "^4.3.4"
|
|
1354
|
+
ejs "^3.1.9"
|
|
1355
|
+
get-package-type "^0.1.0"
|
|
1356
|
+
globby "^11.1.0"
|
|
1357
|
+
hyperlinker "^1.0.0"
|
|
1358
|
+
indent-string "^4.0.0"
|
|
1359
|
+
is-wsl "^2.2.0"
|
|
1360
|
+
js-yaml "^3.14.1"
|
|
1361
|
+
minimatch "^9.0.4"
|
|
1362
|
+
natural-orderby "^2.0.3"
|
|
1363
|
+
object-treeify "^1.1.33"
|
|
1364
|
+
password-prompt "^1.1.3"
|
|
1365
|
+
slice-ansi "^4.0.0"
|
|
1366
|
+
string-width "^4.2.3"
|
|
1367
|
+
strip-ansi "^6.0.1"
|
|
1368
|
+
supports-color "^8.1.1"
|
|
1369
|
+
supports-hyperlinks "^2.2.0"
|
|
1370
|
+
widest-line "^3.1.0"
|
|
1371
|
+
wordwrap "^1.0.0"
|
|
1372
|
+
wrap-ansi "^7.0.0"
|
|
1373
|
+
|
|
1320
1374
|
"@oclif/plugin-command-snapshot@^5.1.4":
|
|
1321
1375
|
version "5.1.4"
|
|
1322
1376
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a"
|
|
@@ -1365,12 +1419,12 @@
|
|
|
1365
1419
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1366
1420
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1367
1421
|
|
|
1368
|
-
"@salesforce/cli-plugins-testkit@^5.
|
|
1369
|
-
version "5.
|
|
1370
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
1371
|
-
integrity sha512-
|
|
1422
|
+
"@salesforce/cli-plugins-testkit@^5.2.0":
|
|
1423
|
+
version "5.2.0"
|
|
1424
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz#dd664a9a51eac42f9959e0cfa1d3349256446291"
|
|
1425
|
+
integrity sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==
|
|
1372
1426
|
dependencies:
|
|
1373
|
-
"@salesforce/core" "^
|
|
1427
|
+
"@salesforce/core" "^7.0.0"
|
|
1374
1428
|
"@salesforce/kit" "^3.1.0"
|
|
1375
1429
|
"@salesforce/ts-types" "^2.0.9"
|
|
1376
1430
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1381,7 +1435,7 @@
|
|
|
1381
1435
|
strip-ansi "6.0.1"
|
|
1382
1436
|
ts-retry-promise "^0.8.0"
|
|
1383
1437
|
|
|
1384
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.3"
|
|
1438
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.3":
|
|
1385
1439
|
version "6.7.6"
|
|
1386
1440
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.6.tgz#6a73c6a4e615ce837be5b5c142cfc63a6c8db3bd"
|
|
1387
1441
|
integrity sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==
|
|
@@ -1404,15 +1458,38 @@
|
|
|
1404
1458
|
semver "^7.6.0"
|
|
1405
1459
|
ts-retry-promise "^0.7.1"
|
|
1406
1460
|
|
|
1461
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1":
|
|
1462
|
+
version "7.1.0"
|
|
1463
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.1.0.tgz#60195ab0ad452b27594a0bca6852f1820915ff7f"
|
|
1464
|
+
integrity sha512-TfGBjH7tJIgnrKxbbRvh4ujn60gPjqcr2xZBHMffjZVtfvXPoT07kd0TILyDWLFslYMJQFq3KA0GwL51g01WNQ==
|
|
1465
|
+
dependencies:
|
|
1466
|
+
"@jsforce/jsforce-node" "^3.1.0"
|
|
1467
|
+
"@salesforce/kit" "^3.1.0"
|
|
1468
|
+
"@salesforce/schemas" "^1.7.0"
|
|
1469
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1470
|
+
ajv "^8.12.0"
|
|
1471
|
+
change-case "^4.1.2"
|
|
1472
|
+
faye "^1.4.0"
|
|
1473
|
+
form-data "^4.0.0"
|
|
1474
|
+
js2xmlparser "^4.0.1"
|
|
1475
|
+
jsonwebtoken "9.0.2"
|
|
1476
|
+
jszip "3.10.1"
|
|
1477
|
+
pino "^8.19.0"
|
|
1478
|
+
pino-abstract-transport "^1.1.0"
|
|
1479
|
+
pino-pretty "^10.3.1"
|
|
1480
|
+
proper-lockfile "^4.1.2"
|
|
1481
|
+
semver "^7.6.0"
|
|
1482
|
+
ts-retry-promise "^0.7.1"
|
|
1483
|
+
|
|
1407
1484
|
"@salesforce/dev-config@^4.1.0":
|
|
1408
1485
|
version "4.1.0"
|
|
1409
1486
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1410
1487
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1411
1488
|
|
|
1412
|
-
"@salesforce/dev-scripts@^
|
|
1413
|
-
version "
|
|
1414
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1415
|
-
integrity sha512-
|
|
1489
|
+
"@salesforce/dev-scripts@^9.0.0":
|
|
1490
|
+
version "9.0.0"
|
|
1491
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz#ab38c014ebc8baa92fccbb5cff9b8432e0f991d1"
|
|
1492
|
+
integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
|
|
1416
1493
|
dependencies:
|
|
1417
1494
|
"@commitlint/cli" "^17.1.2"
|
|
1418
1495
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1486,15 +1563,15 @@
|
|
|
1486
1563
|
chalk "^4"
|
|
1487
1564
|
inquirer "^8.2.5"
|
|
1488
1565
|
|
|
1489
|
-
"@salesforce/sf-plugins-core@^
|
|
1490
|
-
version "
|
|
1491
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1492
|
-
integrity sha512-
|
|
1566
|
+
"@salesforce/sf-plugins-core@^9.0.0":
|
|
1567
|
+
version "9.0.0"
|
|
1568
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.0.tgz#8ac6e45fa985ef35ad7f47a09d96f2b2f6d70710"
|
|
1569
|
+
integrity sha512-Eo1mfq68uVIEFgAE7oSlsfJT3YyShQAHRCiLqKivEcxu/3xOHPU212u2nT9igA81Me/6NZmBSvm6vLdN+L/9og==
|
|
1493
1570
|
dependencies:
|
|
1494
1571
|
"@inquirer/confirm" "^2.0.17"
|
|
1495
1572
|
"@inquirer/password" "^1.1.16"
|
|
1496
1573
|
"@oclif/core" "^3.26.0"
|
|
1497
|
-
"@salesforce/core" "^
|
|
1574
|
+
"@salesforce/core" "^7.0.0"
|
|
1498
1575
|
"@salesforce/kit" "^3.1.0"
|
|
1499
1576
|
"@salesforce/ts-types" "^2.0.9"
|
|
1500
1577
|
chalk "^5.3.0"
|
|
@@ -1506,6 +1583,11 @@
|
|
|
1506
1583
|
dependencies:
|
|
1507
1584
|
tslib "^2.6.2"
|
|
1508
1585
|
|
|
1586
|
+
"@sindresorhus/is@^4":
|
|
1587
|
+
version "4.6.0"
|
|
1588
|
+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
1589
|
+
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
|
|
1590
|
+
|
|
1509
1591
|
"@sindresorhus/is@^5.2.0":
|
|
1510
1592
|
version "5.6.0"
|
|
1511
1593
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668"
|
|
@@ -2155,10 +2237,10 @@
|
|
|
2155
2237
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
|
|
2156
2238
|
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
|
|
2157
2239
|
|
|
2158
|
-
"@types/node@^18.19.28":
|
|
2159
|
-
version "18.19.
|
|
2160
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.
|
|
2161
|
-
integrity sha512-
|
|
2240
|
+
"@types/node@^18.15.3", "@types/node@^18.19.28":
|
|
2241
|
+
version "18.19.31"
|
|
2242
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
|
|
2243
|
+
integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
|
|
2162
2244
|
dependencies:
|
|
2163
2245
|
undici-types "~5.26.4"
|
|
2164
2246
|
|
|
@@ -3139,7 +3221,7 @@ csv-parse@^4.8.2:
|
|
|
3139
3221
|
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.3.tgz#7ca624d517212ebc520a36873c3478fa66efbaf7"
|
|
3140
3222
|
integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==
|
|
3141
3223
|
|
|
3142
|
-
csv-parse@^5.5.5:
|
|
3224
|
+
csv-parse@^5.5.2, csv-parse@^5.5.5:
|
|
3143
3225
|
version "5.5.5"
|
|
3144
3226
|
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.5.tgz#68a271a9092877b830541805e14c8a80e6a22517"
|
|
3145
3227
|
integrity sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==
|
|
@@ -3149,6 +3231,11 @@ csv-stringify@^5.3.4:
|
|
|
3149
3231
|
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-5.6.5.tgz#c6d74badda4b49a79bf4e72f91cce1e33b94de00"
|
|
3150
3232
|
integrity sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==
|
|
3151
3233
|
|
|
3234
|
+
csv-stringify@^6.4.4:
|
|
3235
|
+
version "6.4.6"
|
|
3236
|
+
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.4.6.tgz#9ccf87cb8b017c96673a9fa061768c8ba83e8b98"
|
|
3237
|
+
integrity sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag==
|
|
3238
|
+
|
|
3152
3239
|
dargs@^7.0.0:
|
|
3153
3240
|
version "7.0.0"
|
|
3154
3241
|
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
|
|
@@ -3580,12 +3667,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3580
3667
|
semver "^7.5.4"
|
|
3581
3668
|
spdx-expression-parse "^4.0.0"
|
|
3582
3669
|
|
|
3583
|
-
eslint-plugin-sf-plugin@^1.
|
|
3584
|
-
version "1.
|
|
3585
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3586
|
-
integrity sha512-
|
|
3670
|
+
eslint-plugin-sf-plugin@^1.18.0:
|
|
3671
|
+
version "1.18.0"
|
|
3672
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz#c6eca90e7738e9a114d8257588220c63a2a3e0e3"
|
|
3673
|
+
integrity sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==
|
|
3587
3674
|
dependencies:
|
|
3588
|
-
"@salesforce/core" "^
|
|
3675
|
+
"@salesforce/core" "^7.0.0"
|
|
3589
3676
|
"@typescript-eslint/utils" "^6.17.0"
|
|
3590
3677
|
|
|
3591
3678
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5432,7 +5519,7 @@ minimatch@5.0.1:
|
|
|
5432
5519
|
dependencies:
|
|
5433
5520
|
brace-expansion "^2.0.1"
|
|
5434
5521
|
|
|
5435
|
-
minimatch@9.0.3
|
|
5522
|
+
minimatch@9.0.3:
|
|
5436
5523
|
version "9.0.3"
|
|
5437
5524
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5438
5525
|
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
@@ -5453,6 +5540,13 @@ minimatch@^5.0.1:
|
|
|
5453
5540
|
dependencies:
|
|
5454
5541
|
brace-expansion "^2.0.1"
|
|
5455
5542
|
|
|
5543
|
+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
|
|
5544
|
+
version "9.0.4"
|
|
5545
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
|
|
5546
|
+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
|
|
5547
|
+
dependencies:
|
|
5548
|
+
brace-expansion "^2.0.1"
|
|
5549
|
+
|
|
5456
5550
|
minimist-options@4.1.0:
|
|
5457
5551
|
version "4.1.0"
|
|
5458
5552
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
|
@@ -6750,7 +6844,16 @@ srcset@^5.0.0:
|
|
|
6750
6844
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
6751
6845
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
6752
6846
|
|
|
6753
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
6847
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
6848
|
+
version "4.2.3"
|
|
6849
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6850
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
6851
|
+
dependencies:
|
|
6852
|
+
emoji-regex "^8.0.0"
|
|
6853
|
+
is-fullwidth-code-point "^3.0.0"
|
|
6854
|
+
strip-ansi "^6.0.1"
|
|
6855
|
+
|
|
6856
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6754
6857
|
version "4.2.3"
|
|
6755
6858
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6756
6859
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -6809,7 +6912,14 @@ string_decoder@~1.1.1:
|
|
|
6809
6912
|
dependencies:
|
|
6810
6913
|
safe-buffer "~5.1.0"
|
|
6811
6914
|
|
|
6812
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
6915
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
6916
|
+
version "6.0.1"
|
|
6917
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6918
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
6919
|
+
dependencies:
|
|
6920
|
+
ansi-regex "^5.0.1"
|
|
6921
|
+
|
|
6922
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6813
6923
|
version "6.0.1"
|
|
6814
6924
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6815
6925
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7361,7 +7471,7 @@ workerpool@6.2.1:
|
|
|
7361
7471
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7362
7472
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7363
7473
|
|
|
7364
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
7474
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7365
7475
|
version "7.0.0"
|
|
7366
7476
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7367
7477
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7379,6 +7489,15 @@ wrap-ansi@^6.2.0:
|
|
|
7379
7489
|
string-width "^4.1.0"
|
|
7380
7490
|
strip-ansi "^6.0.0"
|
|
7381
7491
|
|
|
7492
|
+
wrap-ansi@^7.0.0:
|
|
7493
|
+
version "7.0.0"
|
|
7494
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7495
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7496
|
+
dependencies:
|
|
7497
|
+
ansi-styles "^4.0.0"
|
|
7498
|
+
string-width "^4.1.0"
|
|
7499
|
+
strip-ansi "^6.0.0"
|
|
7500
|
+
|
|
7382
7501
|
wrap-ansi@^8.1.0:
|
|
7383
7502
|
version "8.1.0"
|
|
7384
7503
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
|
@@ -7411,6 +7530,14 @@ xml2js@^0.5.0:
|
|
|
7411
7530
|
sax ">=0.6.0"
|
|
7412
7531
|
xmlbuilder "~11.0.0"
|
|
7413
7532
|
|
|
7533
|
+
xml2js@^0.6.2:
|
|
7534
|
+
version "0.6.2"
|
|
7535
|
+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
|
7536
|
+
integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
|
|
7537
|
+
dependencies:
|
|
7538
|
+
sax ">=0.6.0"
|
|
7539
|
+
xmlbuilder "~11.0.0"
|
|
7540
|
+
|
|
7414
7541
|
xmlbuilder@~11.0.0:
|
|
7415
7542
|
version "11.0.1"
|
|
7416
7543
|
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
|
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.
|
|
4
|
+
"version": "3.3.0",
|
|
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.26.
|
|
46
|
-
"@salesforce/core": "^
|
|
47
|
-
"@salesforce/sf-plugins-core": "^
|
|
45
|
+
"@oclif/core": "^3.26.2",
|
|
46
|
+
"@salesforce/core": "^7.0.1",
|
|
47
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
48
48
|
"csv-parse": "^5.5.5",
|
|
49
49
|
"fast-xml-parser": "^4.3.6"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
53
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
54
|
-
"@salesforce/dev-scripts": "^
|
|
53
|
+
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
54
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
55
55
|
"@salesforce/plugin-command-reference": "^3.0.74",
|
|
56
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
56
|
+
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
57
57
|
"jsforce": "^2.0.0-beta.29",
|
|
58
58
|
"oclif": "^4.7.3",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"type": "module",
|
|
243
243
|
"author": "Salesforce",
|
|
244
244
|
"sfdx": {
|
|
245
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.
|
|
246
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.
|
|
245
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.0.crt",
|
|
246
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.0.sig"
|
|
247
247
|
}
|
|
248
248
|
}
|