@salesforce/plugin-custom-metadata 3.2.2 → 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/lib/commands/cmdt/generate/field.d.ts +2 -2
- package/lib/commands/cmdt/generate/fromorg.d.ts +2 -2
- package/lib/commands/cmdt/generate/object.d.ts +2 -2
- package/lib/commands/cmdt/generate/record.d.ts +2 -2
- package/lib/shared/helpers/fileWriter.d.ts +2 -2
- package/npm-shrinkwrap.json +520 -119
- package/oclif.lock +239 -43
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
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,22 +1419,23 @@
|
|
|
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" "^
|
|
1374
|
-
"@salesforce/kit" "^3.0
|
|
1427
|
+
"@salesforce/core" "^7.0.0"
|
|
1428
|
+
"@salesforce/kit" "^3.1.0"
|
|
1375
1429
|
"@salesforce/ts-types" "^2.0.9"
|
|
1376
1430
|
"@types/shelljs" "^0.8.15"
|
|
1377
1431
|
debug "^4.3.1"
|
|
1378
1432
|
jszip "^3.10.1"
|
|
1379
1433
|
shelljs "^0.8.4"
|
|
1434
|
+
sinon "^17.0.1"
|
|
1380
1435
|
strip-ansi "6.0.1"
|
|
1381
1436
|
ts-retry-promise "^0.8.0"
|
|
1382
1437
|
|
|
1383
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.
|
|
1438
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.3":
|
|
1384
1439
|
version "6.7.6"
|
|
1385
1440
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.6.tgz#6a73c6a4e615ce837be5b5c142cfc63a6c8db3bd"
|
|
1386
1441
|
integrity sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==
|
|
@@ -1403,15 +1458,38 @@
|
|
|
1403
1458
|
semver "^7.6.0"
|
|
1404
1459
|
ts-retry-promise "^0.7.1"
|
|
1405
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
|
+
|
|
1406
1484
|
"@salesforce/dev-config@^4.1.0":
|
|
1407
1485
|
version "4.1.0"
|
|
1408
1486
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1409
1487
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1410
1488
|
|
|
1411
|
-
"@salesforce/dev-scripts@^
|
|
1412
|
-
version "
|
|
1413
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1414
|
-
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==
|
|
1415
1493
|
dependencies:
|
|
1416
1494
|
"@commitlint/cli" "^17.1.2"
|
|
1417
1495
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1424,7 +1502,7 @@
|
|
|
1424
1502
|
chai "^4.3.10"
|
|
1425
1503
|
chalk "^4.0.0"
|
|
1426
1504
|
cosmiconfig "^8.3.6"
|
|
1427
|
-
eslint-config-salesforce-typescript "^3.
|
|
1505
|
+
eslint-config-salesforce-typescript "^3.3.0"
|
|
1428
1506
|
husky "^7.0.4"
|
|
1429
1507
|
linkinator "^6.0.4"
|
|
1430
1508
|
mocha "^10.4.0"
|
|
@@ -1485,16 +1563,16 @@
|
|
|
1485
1563
|
chalk "^4"
|
|
1486
1564
|
inquirer "^8.2.5"
|
|
1487
1565
|
|
|
1488
|
-
"@salesforce/sf-plugins-core@^
|
|
1489
|
-
version "
|
|
1490
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1491
|
-
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==
|
|
1492
1570
|
dependencies:
|
|
1493
1571
|
"@inquirer/confirm" "^2.0.17"
|
|
1494
1572
|
"@inquirer/password" "^1.1.16"
|
|
1495
1573
|
"@oclif/core" "^3.26.0"
|
|
1496
|
-
"@salesforce/core" "^
|
|
1497
|
-
"@salesforce/kit" "^3.0
|
|
1574
|
+
"@salesforce/core" "^7.0.0"
|
|
1575
|
+
"@salesforce/kit" "^3.1.0"
|
|
1498
1576
|
"@salesforce/ts-types" "^2.0.9"
|
|
1499
1577
|
chalk "^5.3.0"
|
|
1500
1578
|
|
|
@@ -1505,6 +1583,11 @@
|
|
|
1505
1583
|
dependencies:
|
|
1506
1584
|
tslib "^2.6.2"
|
|
1507
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
|
+
|
|
1508
1591
|
"@sindresorhus/is@^5.2.0":
|
|
1509
1592
|
version "5.6.0"
|
|
1510
1593
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668"
|
|
@@ -1522,6 +1605,27 @@
|
|
|
1522
1605
|
dependencies:
|
|
1523
1606
|
type-detect "4.0.8"
|
|
1524
1607
|
|
|
1608
|
+
"@sinonjs/commons@^2.0.0":
|
|
1609
|
+
version "2.0.0"
|
|
1610
|
+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
|
|
1611
|
+
integrity sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==
|
|
1612
|
+
dependencies:
|
|
1613
|
+
type-detect "4.0.8"
|
|
1614
|
+
|
|
1615
|
+
"@sinonjs/commons@^3.0.0":
|
|
1616
|
+
version "3.0.1"
|
|
1617
|
+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
|
|
1618
|
+
integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
|
|
1619
|
+
dependencies:
|
|
1620
|
+
type-detect "4.0.8"
|
|
1621
|
+
|
|
1622
|
+
"@sinonjs/fake-timers@^11.2.2":
|
|
1623
|
+
version "11.2.2"
|
|
1624
|
+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
|
|
1625
|
+
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
|
|
1626
|
+
dependencies:
|
|
1627
|
+
"@sinonjs/commons" "^3.0.0"
|
|
1628
|
+
|
|
1525
1629
|
"@sinonjs/fake-timers@^6.0.0", "@sinonjs/fake-timers@^6.0.1":
|
|
1526
1630
|
version "6.0.1"
|
|
1527
1631
|
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40"
|
|
@@ -1538,7 +1642,16 @@
|
|
|
1538
1642
|
lodash.get "^4.4.2"
|
|
1539
1643
|
type-detect "^4.0.8"
|
|
1540
1644
|
|
|
1541
|
-
"@sinonjs/
|
|
1645
|
+
"@sinonjs/samsam@^8.0.0":
|
|
1646
|
+
version "8.0.0"
|
|
1647
|
+
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.0.tgz#0d488c91efb3fa1442e26abea81759dfc8b5ac60"
|
|
1648
|
+
integrity sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==
|
|
1649
|
+
dependencies:
|
|
1650
|
+
"@sinonjs/commons" "^2.0.0"
|
|
1651
|
+
lodash.get "^4.4.2"
|
|
1652
|
+
type-detect "^4.0.8"
|
|
1653
|
+
|
|
1654
|
+
"@sinonjs/text-encoding@^0.7.1", "@sinonjs/text-encoding@^0.7.2":
|
|
1542
1655
|
version "0.7.2"
|
|
1543
1656
|
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz#5981a8db18b56ba38ef0efb7d995b12aa7b51918"
|
|
1544
1657
|
integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
|
|
@@ -2124,10 +2237,10 @@
|
|
|
2124
2237
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
|
|
2125
2238
|
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
|
|
2126
2239
|
|
|
2127
|
-
"@types/node@^18.19.28":
|
|
2128
|
-
version "18.19.
|
|
2129
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.
|
|
2130
|
-
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==
|
|
2131
2244
|
dependencies:
|
|
2132
2245
|
undici-types "~5.26.4"
|
|
2133
2246
|
|
|
@@ -3108,7 +3221,7 @@ csv-parse@^4.8.2:
|
|
|
3108
3221
|
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.3.tgz#7ca624d517212ebc520a36873c3478fa66efbaf7"
|
|
3109
3222
|
integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==
|
|
3110
3223
|
|
|
3111
|
-
csv-parse@^5.5.5:
|
|
3224
|
+
csv-parse@^5.5.2, csv-parse@^5.5.5:
|
|
3112
3225
|
version "5.5.5"
|
|
3113
3226
|
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.5.tgz#68a271a9092877b830541805e14c8a80e6a22517"
|
|
3114
3227
|
integrity sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==
|
|
@@ -3118,6 +3231,11 @@ csv-stringify@^5.3.4:
|
|
|
3118
3231
|
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-5.6.5.tgz#c6d74badda4b49a79bf4e72f91cce1e33b94de00"
|
|
3119
3232
|
integrity sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==
|
|
3120
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
|
+
|
|
3121
3239
|
dargs@^7.0.0:
|
|
3122
3240
|
version "7.0.0"
|
|
3123
3241
|
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
|
|
@@ -3240,6 +3358,11 @@ diff@^4.0.1, diff@^4.0.2:
|
|
|
3240
3358
|
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
|
|
3241
3359
|
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
|
|
3242
3360
|
|
|
3361
|
+
diff@^5.1.0:
|
|
3362
|
+
version "5.2.0"
|
|
3363
|
+
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
|
|
3364
|
+
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
|
|
3365
|
+
|
|
3243
3366
|
dir-glob@^3.0.1:
|
|
3244
3367
|
version "3.0.1"
|
|
3245
3368
|
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
|
|
@@ -3464,10 +3587,10 @@ eslint-config-salesforce-license@^0.2.0:
|
|
|
3464
3587
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
|
3465
3588
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
3466
3589
|
|
|
3467
|
-
eslint-config-salesforce-typescript@^3.
|
|
3468
|
-
version "3.
|
|
3469
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
3470
|
-
integrity sha512-
|
|
3590
|
+
eslint-config-salesforce-typescript@^3.3.0:
|
|
3591
|
+
version "3.3.0"
|
|
3592
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.0.tgz#308acead1909665a92e9d32895c592ec4c9ee87a"
|
|
3593
|
+
integrity sha512-83+zp2Y2h9oz9D3UksjNGCw+xWD7ylIiAJZ58vUbBD10l8FRUMNyn+RDCKn0xCQz7xed5/LcmgUE4T7roe+HBw==
|
|
3471
3594
|
dependencies:
|
|
3472
3595
|
"@typescript-eslint/eslint-plugin" "^6.21.0"
|
|
3473
3596
|
"@typescript-eslint/parser" "^6.21.0"
|
|
@@ -3544,12 +3667,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3544
3667
|
semver "^7.5.4"
|
|
3545
3668
|
spdx-expression-parse "^4.0.0"
|
|
3546
3669
|
|
|
3547
|
-
eslint-plugin-sf-plugin@^1.
|
|
3548
|
-
version "1.
|
|
3549
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3550
|
-
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==
|
|
3551
3674
|
dependencies:
|
|
3552
|
-
"@salesforce/core" "^
|
|
3675
|
+
"@salesforce/core" "^7.0.0"
|
|
3553
3676
|
"@typescript-eslint/utils" "^6.17.0"
|
|
3554
3677
|
|
|
3555
3678
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5013,6 +5136,11 @@ just-extend@^4.0.2:
|
|
|
5013
5136
|
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-4.2.1.tgz#ef5e589afb61e5d66b24eca749409a8939a8c744"
|
|
5014
5137
|
integrity sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==
|
|
5015
5138
|
|
|
5139
|
+
just-extend@^6.2.0:
|
|
5140
|
+
version "6.2.0"
|
|
5141
|
+
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
|
|
5142
|
+
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
|
|
5143
|
+
|
|
5016
5144
|
jwa@^1.4.1:
|
|
5017
5145
|
version "1.4.1"
|
|
5018
5146
|
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
|
|
@@ -5391,7 +5519,7 @@ minimatch@5.0.1:
|
|
|
5391
5519
|
dependencies:
|
|
5392
5520
|
brace-expansion "^2.0.1"
|
|
5393
5521
|
|
|
5394
|
-
minimatch@9.0.3
|
|
5522
|
+
minimatch@9.0.3:
|
|
5395
5523
|
version "9.0.3"
|
|
5396
5524
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5397
5525
|
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
@@ -5412,6 +5540,13 @@ minimatch@^5.0.1:
|
|
|
5412
5540
|
dependencies:
|
|
5413
5541
|
brace-expansion "^2.0.1"
|
|
5414
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
|
+
|
|
5415
5550
|
minimist-options@4.1.0:
|
|
5416
5551
|
version "4.1.0"
|
|
5417
5552
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
|
@@ -5516,6 +5651,17 @@ nise@^4.1.0:
|
|
|
5516
5651
|
just-extend "^4.0.2"
|
|
5517
5652
|
path-to-regexp "^1.7.0"
|
|
5518
5653
|
|
|
5654
|
+
nise@^5.1.5:
|
|
5655
|
+
version "5.1.9"
|
|
5656
|
+
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
|
|
5657
|
+
integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
|
|
5658
|
+
dependencies:
|
|
5659
|
+
"@sinonjs/commons" "^3.0.0"
|
|
5660
|
+
"@sinonjs/fake-timers" "^11.2.2"
|
|
5661
|
+
"@sinonjs/text-encoding" "^0.7.2"
|
|
5662
|
+
just-extend "^6.2.0"
|
|
5663
|
+
path-to-regexp "^6.2.1"
|
|
5664
|
+
|
|
5519
5665
|
no-case@^3.0.4:
|
|
5520
5666
|
version "3.0.4"
|
|
5521
5667
|
resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d"
|
|
@@ -5906,6 +6052,11 @@ path-to-regexp@^1.7.0:
|
|
|
5906
6052
|
dependencies:
|
|
5907
6053
|
isarray "0.0.1"
|
|
5908
6054
|
|
|
6055
|
+
path-to-regexp@^6.2.1:
|
|
6056
|
+
version "6.2.1"
|
|
6057
|
+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5"
|
|
6058
|
+
integrity sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==
|
|
6059
|
+
|
|
5909
6060
|
path-type@^4.0.0:
|
|
5910
6061
|
version "4.0.0"
|
|
5911
6062
|
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
|
@@ -6542,6 +6693,18 @@ sinon@10.0.0:
|
|
|
6542
6693
|
nise "^4.1.0"
|
|
6543
6694
|
supports-color "^7.1.0"
|
|
6544
6695
|
|
|
6696
|
+
sinon@^17.0.1:
|
|
6697
|
+
version "17.0.1"
|
|
6698
|
+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
|
|
6699
|
+
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
|
|
6700
|
+
dependencies:
|
|
6701
|
+
"@sinonjs/commons" "^3.0.0"
|
|
6702
|
+
"@sinonjs/fake-timers" "^11.2.2"
|
|
6703
|
+
"@sinonjs/samsam" "^8.0.0"
|
|
6704
|
+
diff "^5.1.0"
|
|
6705
|
+
nise "^5.1.5"
|
|
6706
|
+
supports-color "^7.2.0"
|
|
6707
|
+
|
|
6545
6708
|
slash@^3.0.0:
|
|
6546
6709
|
version "3.0.0"
|
|
6547
6710
|
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
|
|
@@ -6681,7 +6844,16 @@ srcset@^5.0.0:
|
|
|
6681
6844
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
6682
6845
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
6683
6846
|
|
|
6684
|
-
"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:
|
|
6685
6857
|
version "4.2.3"
|
|
6686
6858
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6687
6859
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -6740,7 +6912,14 @@ string_decoder@~1.1.1:
|
|
|
6740
6912
|
dependencies:
|
|
6741
6913
|
safe-buffer "~5.1.0"
|
|
6742
6914
|
|
|
6743
|
-
"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:
|
|
6744
6923
|
version "6.0.1"
|
|
6745
6924
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6746
6925
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -6800,7 +6979,7 @@ supports-color@^5.3.0:
|
|
|
6800
6979
|
dependencies:
|
|
6801
6980
|
has-flag "^3.0.0"
|
|
6802
6981
|
|
|
6803
|
-
supports-color@^7.0.0, supports-color@^7.1.0:
|
|
6982
|
+
supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
|
|
6804
6983
|
version "7.2.0"
|
|
6805
6984
|
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
|
|
6806
6985
|
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
|
|
@@ -7069,10 +7248,10 @@ typedoc@^0.25.12:
|
|
|
7069
7248
|
minimatch "^9.0.3"
|
|
7070
7249
|
shiki "^0.14.7"
|
|
7071
7250
|
|
|
7072
|
-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3:
|
|
7073
|
-
version "5.4.
|
|
7074
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.
|
|
7075
|
-
integrity sha512-
|
|
7251
|
+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.4.4:
|
|
7252
|
+
version "5.4.4"
|
|
7253
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
|
|
7254
|
+
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
|
|
7076
7255
|
|
|
7077
7256
|
typescript@~5.3.2:
|
|
7078
7257
|
version "5.3.3"
|
|
@@ -7292,7 +7471,7 @@ workerpool@6.2.1:
|
|
|
7292
7471
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7293
7472
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7294
7473
|
|
|
7295
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
7474
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7296
7475
|
version "7.0.0"
|
|
7297
7476
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7298
7477
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7310,6 +7489,15 @@ wrap-ansi@^6.2.0:
|
|
|
7310
7489
|
string-width "^4.1.0"
|
|
7311
7490
|
strip-ansi "^6.0.0"
|
|
7312
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
|
+
|
|
7313
7501
|
wrap-ansi@^8.1.0:
|
|
7314
7502
|
version "8.1.0"
|
|
7315
7503
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
|
@@ -7342,6 +7530,14 @@ xml2js@^0.5.0:
|
|
|
7342
7530
|
sax ">=0.6.0"
|
|
7343
7531
|
xmlbuilder "~11.0.0"
|
|
7344
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
|
+
|
|
7345
7541
|
xmlbuilder@~11.0.0:
|
|
7346
7542
|
version "11.0.1"
|
|
7347
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,22 +42,22 @@
|
|
|
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",
|
|
60
|
-
"typescript": "^5.4.
|
|
60
|
+
"typescript": "^5.4.4"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=18.0.0"
|
|
@@ -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
|
}
|