@salesforce/plugin-data 3.2.4 → 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 +18 -18
- package/lib/bulkOperationCommand.js +0 -1
- package/lib/bulkOperationCommand.js.map +1 -1
- package/lib/commands/data/query/resume.js +0 -1
- package/lib/commands/data/query/resume.js.map +1 -1
- package/lib/commands/data/query.js +2 -5
- package/lib/commands/data/query.js.map +1 -1
- package/lib/commands/force/data/bulk/delete.js +0 -1
- package/lib/commands/force/data/bulk/delete.js.map +1 -1
- package/lib/commands/force/data/bulk/upsert.js +0 -1
- package/lib/commands/force/data/bulk/upsert.js.map +1 -1
- package/lib/resumeBulkCommand.js +0 -1
- package/lib/resumeBulkCommand.js.map +1 -1
- package/npm-shrinkwrap.json +382 -377
- package/oclif.lock +137 -156
- package/oclif.manifest.json +1 -1
- package/package.json +15 -15
package/oclif.lock
CHANGED
|
@@ -1179,12 +1179,7 @@
|
|
|
1179
1179
|
chalk "^4.1.2"
|
|
1180
1180
|
figures "^3.2.0"
|
|
1181
1181
|
|
|
1182
|
-
"@inquirer/type@^1.1.6":
|
|
1183
|
-
version "1.2.0"
|
|
1184
|
-
resolved "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz"
|
|
1185
|
-
integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
|
|
1186
|
-
|
|
1187
|
-
"@inquirer/type@^1.2.1":
|
|
1182
|
+
"@inquirer/type@^1.1.6", "@inquirer/type@^1.2.1":
|
|
1188
1183
|
version "1.2.1"
|
|
1189
1184
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.1.tgz#fbc7ab3a2e5050d0c150642d5e8f5e88faa066b8"
|
|
1190
1185
|
integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==
|
|
@@ -1257,10 +1252,10 @@
|
|
|
1257
1252
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1258
1253
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1259
1254
|
|
|
1260
|
-
"@jsforce/jsforce-node@^3.
|
|
1261
|
-
version "3.
|
|
1262
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1263
|
-
integrity sha512-
|
|
1255
|
+
"@jsforce/jsforce-node@^3.1.0":
|
|
1256
|
+
version "3.1.0"
|
|
1257
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.1.0.tgz#7f1b4ba60c0c84b870af8e43d713907b10ed8152"
|
|
1258
|
+
integrity sha512-xsn6Qj36YyhG7uCL9DOswZhqN/OVIpXm5s8AWD7V9hSJfp5ReebEsjT7a52ztEMmkUAYjWvZC5alBJr7jJCJig==
|
|
1264
1259
|
dependencies:
|
|
1265
1260
|
"@sindresorhus/is" "^4"
|
|
1266
1261
|
"@types/node" "^18.15.3"
|
|
@@ -1298,10 +1293,10 @@
|
|
|
1298
1293
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1299
1294
|
fastq "^1.6.0"
|
|
1300
1295
|
|
|
1301
|
-
"@oclif/core@3.
|
|
1302
|
-
version "3.
|
|
1303
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1304
|
-
integrity sha512-
|
|
1296
|
+
"@oclif/core@3.26.0":
|
|
1297
|
+
version "3.26.0"
|
|
1298
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1299
|
+
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
1305
1300
|
dependencies:
|
|
1306
1301
|
"@types/cli-progress" "^3.11.5"
|
|
1307
1302
|
ansi-escapes "^4.3.2"
|
|
@@ -1319,6 +1314,7 @@
|
|
|
1319
1314
|
indent-string "^4.0.0"
|
|
1320
1315
|
is-wsl "^2.2.0"
|
|
1321
1316
|
js-yaml "^3.14.1"
|
|
1317
|
+
minimatch "^9.0.3"
|
|
1322
1318
|
natural-orderby "^2.0.3"
|
|
1323
1319
|
object-treeify "^1.1.33"
|
|
1324
1320
|
password-prompt "^1.1.3"
|
|
@@ -1331,10 +1327,10 @@
|
|
|
1331
1327
|
wordwrap "^1.0.0"
|
|
1332
1328
|
wrap-ansi "^7.0.0"
|
|
1333
1329
|
|
|
1334
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.
|
|
1335
|
-
version "3.26.
|
|
1336
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1337
|
-
integrity sha512-
|
|
1330
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
|
|
1331
|
+
version "3.26.2"
|
|
1332
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
|
|
1333
|
+
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
|
|
1338
1334
|
dependencies:
|
|
1339
1335
|
"@types/cli-progress" "^3.11.5"
|
|
1340
1336
|
ansi-escapes "^4.3.2"
|
|
@@ -1352,7 +1348,7 @@
|
|
|
1352
1348
|
indent-string "^4.0.0"
|
|
1353
1349
|
is-wsl "^2.2.0"
|
|
1354
1350
|
js-yaml "^3.14.1"
|
|
1355
|
-
minimatch "^9.0.
|
|
1351
|
+
minimatch "^9.0.4"
|
|
1356
1352
|
natural-orderby "^2.0.3"
|
|
1357
1353
|
object-treeify "^1.1.33"
|
|
1358
1354
|
password-prompt "^1.1.3"
|
|
@@ -1365,12 +1361,12 @@
|
|
|
1365
1361
|
wordwrap "^1.0.0"
|
|
1366
1362
|
wrap-ansi "^7.0.0"
|
|
1367
1363
|
|
|
1368
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1369
|
-
version "5.1.
|
|
1370
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1371
|
-
integrity sha512-
|
|
1364
|
+
"@oclif/plugin-command-snapshot@^5.1.4":
|
|
1365
|
+
version "5.1.4"
|
|
1366
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a"
|
|
1367
|
+
integrity sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==
|
|
1372
1368
|
dependencies:
|
|
1373
|
-
"@oclif/core" "3.
|
|
1369
|
+
"@oclif/core" "3.26.0"
|
|
1374
1370
|
"@types/lodash.difference" "^4.5.9"
|
|
1375
1371
|
chalk "^5.3.0"
|
|
1376
1372
|
globby "^14.0.1"
|
|
@@ -1413,12 +1409,12 @@
|
|
|
1413
1409
|
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
|
|
1414
1410
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1415
1411
|
|
|
1416
|
-
"@salesforce/cli-plugins-testkit@^5.
|
|
1417
|
-
version "5.
|
|
1418
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
1419
|
-
integrity sha512-
|
|
1412
|
+
"@salesforce/cli-plugins-testkit@^5.2.0":
|
|
1413
|
+
version "5.2.0"
|
|
1414
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz#dd664a9a51eac42f9959e0cfa1d3349256446291"
|
|
1415
|
+
integrity sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==
|
|
1420
1416
|
dependencies:
|
|
1421
|
-
"@salesforce/core" "^
|
|
1417
|
+
"@salesforce/core" "^7.0.0"
|
|
1422
1418
|
"@salesforce/kit" "^3.1.0"
|
|
1423
1419
|
"@salesforce/ts-types" "^2.0.9"
|
|
1424
1420
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1429,15 +1425,14 @@
|
|
|
1429
1425
|
strip-ansi "6.0.1"
|
|
1430
1426
|
ts-retry-promise "^0.8.0"
|
|
1431
1427
|
|
|
1432
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.
|
|
1433
|
-
version "6.7.
|
|
1434
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.
|
|
1435
|
-
integrity sha512-
|
|
1428
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.6":
|
|
1429
|
+
version "6.7.6"
|
|
1430
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.6.tgz#6a73c6a4e615ce837be5b5c142cfc63a6c8db3bd"
|
|
1431
|
+
integrity sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==
|
|
1436
1432
|
dependencies:
|
|
1437
|
-
"@salesforce/kit" "^3.0
|
|
1438
|
-
"@salesforce/schemas" "^1.
|
|
1433
|
+
"@salesforce/kit" "^3.1.0"
|
|
1434
|
+
"@salesforce/schemas" "^1.7.0"
|
|
1439
1435
|
"@salesforce/ts-types" "^2.0.9"
|
|
1440
|
-
"@types/semver" "^7.5.8"
|
|
1441
1436
|
ajv "^8.12.0"
|
|
1442
1437
|
change-case "^4.1.2"
|
|
1443
1438
|
faye "^1.4.0"
|
|
@@ -1453,31 +1448,54 @@
|
|
|
1453
1448
|
semver "^7.6.0"
|
|
1454
1449
|
ts-retry-promise "^0.7.1"
|
|
1455
1450
|
|
|
1451
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1":
|
|
1452
|
+
version "7.1.0"
|
|
1453
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.1.0.tgz#60195ab0ad452b27594a0bca6852f1820915ff7f"
|
|
1454
|
+
integrity sha512-TfGBjH7tJIgnrKxbbRvh4ujn60gPjqcr2xZBHMffjZVtfvXPoT07kd0TILyDWLFslYMJQFq3KA0GwL51g01WNQ==
|
|
1455
|
+
dependencies:
|
|
1456
|
+
"@jsforce/jsforce-node" "^3.1.0"
|
|
1457
|
+
"@salesforce/kit" "^3.1.0"
|
|
1458
|
+
"@salesforce/schemas" "^1.7.0"
|
|
1459
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1460
|
+
ajv "^8.12.0"
|
|
1461
|
+
change-case "^4.1.2"
|
|
1462
|
+
faye "^1.4.0"
|
|
1463
|
+
form-data "^4.0.0"
|
|
1464
|
+
js2xmlparser "^4.0.1"
|
|
1465
|
+
jsonwebtoken "9.0.2"
|
|
1466
|
+
jszip "3.10.1"
|
|
1467
|
+
pino "^8.19.0"
|
|
1468
|
+
pino-abstract-transport "^1.1.0"
|
|
1469
|
+
pino-pretty "^10.3.1"
|
|
1470
|
+
proper-lockfile "^4.1.2"
|
|
1471
|
+
semver "^7.6.0"
|
|
1472
|
+
ts-retry-promise "^0.7.1"
|
|
1473
|
+
|
|
1456
1474
|
"@salesforce/dev-config@^4.1.0":
|
|
1457
1475
|
version "4.1.0"
|
|
1458
1476
|
resolved "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz"
|
|
1459
1477
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1460
1478
|
|
|
1461
|
-
"@salesforce/dev-scripts@^
|
|
1462
|
-
version "
|
|
1463
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1464
|
-
integrity sha512-
|
|
1479
|
+
"@salesforce/dev-scripts@^9.0.0":
|
|
1480
|
+
version "9.0.0"
|
|
1481
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz#ab38c014ebc8baa92fccbb5cff9b8432e0f991d1"
|
|
1482
|
+
integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
|
|
1465
1483
|
dependencies:
|
|
1466
1484
|
"@commitlint/cli" "^17.1.2"
|
|
1467
1485
|
"@commitlint/config-conventional" "^17.8.1"
|
|
1468
1486
|
"@salesforce/dev-config" "^4.1.0"
|
|
1469
1487
|
"@salesforce/prettier-config" "^0.0.3"
|
|
1470
|
-
"@types/chai" "^4.3.
|
|
1488
|
+
"@types/chai" "^4.3.14"
|
|
1471
1489
|
"@types/mocha" "^10.0.6"
|
|
1472
|
-
"@types/node" "^18"
|
|
1490
|
+
"@types/node" "^18.19.28"
|
|
1473
1491
|
"@types/sinon" "^10.0.20"
|
|
1474
1492
|
chai "^4.3.10"
|
|
1475
1493
|
chalk "^4.0.0"
|
|
1476
|
-
cosmiconfig "^
|
|
1477
|
-
eslint-config-salesforce-typescript "^3.
|
|
1494
|
+
cosmiconfig "^8.3.6"
|
|
1495
|
+
eslint-config-salesforce-typescript "^3.3.0"
|
|
1478
1496
|
husky "^7.0.4"
|
|
1479
1497
|
linkinator "^6.0.4"
|
|
1480
|
-
mocha "^10.
|
|
1498
|
+
mocha "^10.4.0"
|
|
1481
1499
|
nyc "^15.1.0"
|
|
1482
1500
|
prettier "^2.8.8"
|
|
1483
1501
|
pretty-quick "^3.3.1"
|
|
@@ -1485,9 +1503,9 @@
|
|
|
1485
1503
|
sinon "10.0.0"
|
|
1486
1504
|
source-map-support "^0.5.21"
|
|
1487
1505
|
ts-node "^10.9.2"
|
|
1488
|
-
typedoc "^0.25.
|
|
1506
|
+
typedoc "^0.25.12"
|
|
1489
1507
|
typedoc-plugin-missing-exports "0.23.0"
|
|
1490
|
-
typescript "^4.
|
|
1508
|
+
typescript "^5.4.3"
|
|
1491
1509
|
wireit "^0.14.4"
|
|
1492
1510
|
|
|
1493
1511
|
"@salesforce/kit@^3.0.15", "@salesforce/kit@^3.1.0":
|
|
@@ -1498,14 +1516,14 @@
|
|
|
1498
1516
|
"@salesforce/ts-types" "^2.0.9"
|
|
1499
1517
|
tslib "^2.6.2"
|
|
1500
1518
|
|
|
1501
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1502
|
-
version "3.0.
|
|
1503
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1504
|
-
integrity sha512-
|
|
1519
|
+
"@salesforce/plugin-command-reference@^3.0.75":
|
|
1520
|
+
version "3.0.75"
|
|
1521
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.75.tgz#b3c1fe3075fab98b471d54e94163806172f2358c"
|
|
1522
|
+
integrity sha512-tkW3cC9WhCwhuGDZxCp4dEzeKbfrg9CZuVw3FsJiTCEdj65mOI0+tloMU+yOOyOXb4jm956FOtdLFKkZy2pwkA==
|
|
1505
1523
|
dependencies:
|
|
1506
|
-
"@oclif/core" "^3.
|
|
1507
|
-
"@salesforce/core" "^6.7.
|
|
1508
|
-
"@salesforce/kit" "^3.0
|
|
1524
|
+
"@oclif/core" "^3.26.0"
|
|
1525
|
+
"@salesforce/core" "^6.7.6"
|
|
1526
|
+
"@salesforce/kit" "^3.1.0"
|
|
1509
1527
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1510
1528
|
"@salesforce/ts-types" "^2.0.9"
|
|
1511
1529
|
chalk "^4"
|
|
@@ -1517,10 +1535,10 @@
|
|
|
1517
1535
|
resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz"
|
|
1518
1536
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1519
1537
|
|
|
1520
|
-
"@salesforce/schemas@^1.
|
|
1521
|
-
version "1.
|
|
1522
|
-
resolved "https://registry.
|
|
1523
|
-
integrity sha512-
|
|
1538
|
+
"@salesforce/schemas@^1.7.0":
|
|
1539
|
+
version "1.7.0"
|
|
1540
|
+
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1541
|
+
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1524
1542
|
|
|
1525
1543
|
"@salesforce/sf-plugins-core@^5.0.13":
|
|
1526
1544
|
version "5.0.13"
|
|
@@ -1535,16 +1553,16 @@
|
|
|
1535
1553
|
chalk "^4"
|
|
1536
1554
|
inquirer "^8.2.5"
|
|
1537
1555
|
|
|
1538
|
-
"@salesforce/sf-plugins-core@^
|
|
1539
|
-
version "
|
|
1540
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1541
|
-
integrity sha512-
|
|
1556
|
+
"@salesforce/sf-plugins-core@^9.0.0":
|
|
1557
|
+
version "9.0.0"
|
|
1558
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.0.tgz#8ac6e45fa985ef35ad7f47a09d96f2b2f6d70710"
|
|
1559
|
+
integrity sha512-Eo1mfq68uVIEFgAE7oSlsfJT3YyShQAHRCiLqKivEcxu/3xOHPU212u2nT9igA81Me/6NZmBSvm6vLdN+L/9og==
|
|
1542
1560
|
dependencies:
|
|
1543
1561
|
"@inquirer/confirm" "^2.0.17"
|
|
1544
1562
|
"@inquirer/password" "^1.1.16"
|
|
1545
|
-
"@oclif/core" "^3.
|
|
1546
|
-
"@salesforce/core" "^
|
|
1547
|
-
"@salesforce/kit" "^3.0
|
|
1563
|
+
"@oclif/core" "^3.26.0"
|
|
1564
|
+
"@salesforce/core" "^7.0.0"
|
|
1565
|
+
"@salesforce/kit" "^3.1.0"
|
|
1548
1566
|
"@salesforce/ts-types" "^2.0.9"
|
|
1549
1567
|
chalk "^5.3.0"
|
|
1550
1568
|
|
|
@@ -2120,10 +2138,10 @@
|
|
|
2120
2138
|
resolved "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz"
|
|
2121
2139
|
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
|
|
2122
2140
|
|
|
2123
|
-
"@types/chai@^4.3.
|
|
2124
|
-
version "4.3.
|
|
2125
|
-
resolved "https://registry.
|
|
2126
|
-
integrity sha512-
|
|
2141
|
+
"@types/chai@^4.3.14":
|
|
2142
|
+
version "4.3.14"
|
|
2143
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.14.tgz#ae3055ea2be43c91c9fd700a36d67820026d96e6"
|
|
2144
|
+
integrity sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==
|
|
2127
2145
|
|
|
2128
2146
|
"@types/cli-progress@^3.11.5":
|
|
2129
2147
|
version "3.11.5"
|
|
@@ -2214,10 +2232,10 @@
|
|
|
2214
2232
|
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz"
|
|
2215
2233
|
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
|
|
2216
2234
|
|
|
2217
|
-
"@types/node@^18", "@types/node@^18.
|
|
2218
|
-
version "18.19.
|
|
2219
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.
|
|
2220
|
-
integrity sha512-
|
|
2235
|
+
"@types/node@^18.15.3", "@types/node@^18.19.28":
|
|
2236
|
+
version "18.19.29"
|
|
2237
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.29.tgz#e7e9d796c1e195be7e7daf82b4abc50d017fb9db"
|
|
2238
|
+
integrity sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==
|
|
2221
2239
|
dependencies:
|
|
2222
2240
|
undici-types "~5.26.4"
|
|
2223
2241
|
|
|
@@ -2226,12 +2244,7 @@
|
|
|
2226
2244
|
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz"
|
|
2227
2245
|
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
|
|
2228
2246
|
|
|
2229
|
-
"@types/
|
|
2230
|
-
version "4.0.2"
|
|
2231
|
-
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz"
|
|
2232
|
-
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
|
|
2233
|
-
|
|
2234
|
-
"@types/semver@^7.5.0", "@types/semver@^7.5.8":
|
|
2247
|
+
"@types/semver@^7.5.0":
|
|
2235
2248
|
version "7.5.8"
|
|
2236
2249
|
resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz"
|
|
2237
2250
|
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
|
|
@@ -2897,10 +2910,10 @@ change-case@^4, change-case@^4.1.2:
|
|
|
2897
2910
|
snake-case "^3.0.4"
|
|
2898
2911
|
tslib "^2.0.3"
|
|
2899
2912
|
|
|
2900
|
-
change-case@^5.4.
|
|
2901
|
-
version "5.4.
|
|
2902
|
-
resolved "https://registry.
|
|
2903
|
-
integrity sha512-
|
|
2913
|
+
change-case@^5.4.4:
|
|
2914
|
+
version "5.4.4"
|
|
2915
|
+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
|
|
2916
|
+
integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
|
|
2904
2917
|
|
|
2905
2918
|
chardet@^0.7.0:
|
|
2906
2919
|
version "0.7.0"
|
|
@@ -3174,18 +3187,7 @@ cosmiconfig-typescript-loader@^4.0.0:
|
|
|
3174
3187
|
resolved "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.4.0.tgz"
|
|
3175
3188
|
integrity sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==
|
|
3176
3189
|
|
|
3177
|
-
cosmiconfig@^
|
|
3178
|
-
version "7.1.0"
|
|
3179
|
-
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz"
|
|
3180
|
-
integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
|
|
3181
|
-
dependencies:
|
|
3182
|
-
"@types/parse-json" "^4.0.0"
|
|
3183
|
-
import-fresh "^3.2.1"
|
|
3184
|
-
parse-json "^5.0.0"
|
|
3185
|
-
path-type "^4.0.0"
|
|
3186
|
-
yaml "^1.10.0"
|
|
3187
|
-
|
|
3188
|
-
cosmiconfig@^8.0.0:
|
|
3190
|
+
cosmiconfig@^8.0.0, cosmiconfig@^8.3.6:
|
|
3189
3191
|
version "8.3.6"
|
|
3190
3192
|
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz"
|
|
3191
3193
|
integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==
|
|
@@ -3588,26 +3590,26 @@ eslint-config-salesforce-license@^0.2.0:
|
|
|
3588
3590
|
resolved "https://registry.npmjs.org/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz"
|
|
3589
3591
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
3590
3592
|
|
|
3591
|
-
eslint-config-salesforce-typescript@^3.
|
|
3592
|
-
version "3.
|
|
3593
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
3594
|
-
integrity sha512-
|
|
3593
|
+
eslint-config-salesforce-typescript@^3.3.0:
|
|
3594
|
+
version "3.3.0"
|
|
3595
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.0.tgz#308acead1909665a92e9d32895c592ec4c9ee87a"
|
|
3596
|
+
integrity sha512-83+zp2Y2h9oz9D3UksjNGCw+xWD7ylIiAJZ58vUbBD10l8FRUMNyn+RDCKn0xCQz7xed5/LcmgUE4T7roe+HBw==
|
|
3595
3597
|
dependencies:
|
|
3596
3598
|
"@typescript-eslint/eslint-plugin" "^6.21.0"
|
|
3597
3599
|
"@typescript-eslint/parser" "^6.21.0"
|
|
3598
3600
|
eslint "^8.56.0"
|
|
3599
3601
|
eslint-config-prettier "^9.1.0"
|
|
3600
|
-
eslint-config-salesforce "^2.0
|
|
3602
|
+
eslint-config-salesforce "^2.2.0"
|
|
3601
3603
|
eslint-config-salesforce-license "^0.2.0"
|
|
3602
3604
|
eslint-plugin-header "^3.1.1"
|
|
3603
3605
|
eslint-plugin-import "^2.29.1"
|
|
3604
3606
|
eslint-plugin-jsdoc "^46.10.1"
|
|
3605
3607
|
eslint-plugin-unicorn "^50.0.1"
|
|
3606
3608
|
|
|
3607
|
-
eslint-config-salesforce@^2.0
|
|
3608
|
-
version "2.0
|
|
3609
|
-
resolved "https://registry.
|
|
3610
|
-
integrity sha512-
|
|
3609
|
+
eslint-config-salesforce@^2.2.0:
|
|
3610
|
+
version "2.2.0"
|
|
3611
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-2.2.0.tgz#04b6cf07dcbaabc32fc9edb0915860497db55c30"
|
|
3612
|
+
integrity sha512-0zUEFJ2nNpMvVO3MgKEDUTGtaFZjL3xEIErr5h+BOft+OhGoIvZBNPnBBu12lvv29ylqIAQz5SwoVCCUzBhyPQ==
|
|
3611
3613
|
|
|
3612
3614
|
eslint-import-resolver-node@^0.3.9:
|
|
3613
3615
|
version "0.3.9"
|
|
@@ -3668,12 +3670,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3668
3670
|
semver "^7.5.4"
|
|
3669
3671
|
spdx-expression-parse "^4.0.0"
|
|
3670
3672
|
|
|
3671
|
-
eslint-plugin-sf-plugin@^1.
|
|
3672
|
-
version "1.
|
|
3673
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3674
|
-
integrity sha512-
|
|
3673
|
+
eslint-plugin-sf-plugin@^1.18.0:
|
|
3674
|
+
version "1.18.0"
|
|
3675
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz#c6eca90e7738e9a114d8257588220c63a2a3e0e3"
|
|
3676
|
+
integrity sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==
|
|
3675
3677
|
dependencies:
|
|
3676
|
-
"@salesforce/core" "^
|
|
3678
|
+
"@salesforce/core" "^7.0.0"
|
|
3677
3679
|
"@typescript-eslint/utils" "^6.17.0"
|
|
3678
3680
|
|
|
3679
3681
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -4202,17 +4204,16 @@ glob-parent@^6.0.2:
|
|
|
4202
4204
|
dependencies:
|
|
4203
4205
|
is-glob "^4.0.3"
|
|
4204
4206
|
|
|
4205
|
-
glob@
|
|
4206
|
-
version "
|
|
4207
|
-
resolved "https://registry.npmjs.org/glob/-/glob-
|
|
4208
|
-
integrity sha512-
|
|
4207
|
+
glob@8.1.0, glob@^8.0.3:
|
|
4208
|
+
version "8.1.0"
|
|
4209
|
+
resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz"
|
|
4210
|
+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
|
4209
4211
|
dependencies:
|
|
4210
4212
|
fs.realpath "^1.0.0"
|
|
4211
4213
|
inflight "^1.0.4"
|
|
4212
4214
|
inherits "2"
|
|
4213
|
-
minimatch "^
|
|
4215
|
+
minimatch "^5.0.1"
|
|
4214
4216
|
once "^1.3.0"
|
|
4215
|
-
path-is-absolute "^1.0.0"
|
|
4216
4217
|
|
|
4217
4218
|
glob@^10.3.10:
|
|
4218
4219
|
version "10.3.10"
|
|
@@ -4237,17 +4238,6 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
|
4237
4238
|
once "^1.3.0"
|
|
4238
4239
|
path-is-absolute "^1.0.0"
|
|
4239
4240
|
|
|
4240
|
-
glob@^8.0.3:
|
|
4241
|
-
version "8.1.0"
|
|
4242
|
-
resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz"
|
|
4243
|
-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
|
4244
|
-
dependencies:
|
|
4245
|
-
fs.realpath "^1.0.0"
|
|
4246
|
-
inflight "^1.0.4"
|
|
4247
|
-
inherits "2"
|
|
4248
|
-
minimatch "^5.0.1"
|
|
4249
|
-
once "^1.3.0"
|
|
4250
|
-
|
|
4251
4241
|
global-dirs@^0.1.1:
|
|
4252
4242
|
version "0.1.1"
|
|
4253
4243
|
resolved "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz"
|
|
@@ -5519,7 +5509,7 @@ minimatch@5.0.1:
|
|
|
5519
5509
|
dependencies:
|
|
5520
5510
|
brace-expansion "^2.0.1"
|
|
5521
5511
|
|
|
5522
|
-
minimatch@9.0.3
|
|
5512
|
+
minimatch@9.0.3:
|
|
5523
5513
|
version "9.0.3"
|
|
5524
5514
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz"
|
|
5525
5515
|
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
@@ -5540,6 +5530,13 @@ minimatch@^5.0.1:
|
|
|
5540
5530
|
dependencies:
|
|
5541
5531
|
brace-expansion "^2.0.1"
|
|
5542
5532
|
|
|
5533
|
+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
|
|
5534
|
+
version "9.0.4"
|
|
5535
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
|
|
5536
|
+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
|
|
5537
|
+
dependencies:
|
|
5538
|
+
brace-expansion "^2.0.1"
|
|
5539
|
+
|
|
5543
5540
|
minimist-options@4.1.0:
|
|
5544
5541
|
version "4.1.0"
|
|
5545
5542
|
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"
|
|
@@ -5559,10 +5556,10 @@ minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
|
|
|
5559
5556
|
resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz"
|
|
5560
5557
|
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
|
|
5561
5558
|
|
|
5562
|
-
mocha@^10.
|
|
5563
|
-
version "10.
|
|
5564
|
-
resolved "https://registry.
|
|
5565
|
-
integrity sha512-
|
|
5559
|
+
mocha@^10.4.0:
|
|
5560
|
+
version "10.4.0"
|
|
5561
|
+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
|
|
5562
|
+
integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
|
|
5566
5563
|
dependencies:
|
|
5567
5564
|
ansi-colors "4.1.1"
|
|
5568
5565
|
browser-stdout "1.3.1"
|
|
@@ -5571,13 +5568,12 @@ mocha@^10.2.0:
|
|
|
5571
5568
|
diff "5.0.0"
|
|
5572
5569
|
escape-string-regexp "4.0.0"
|
|
5573
5570
|
find-up "5.0.0"
|
|
5574
|
-
glob "
|
|
5571
|
+
glob "8.1.0"
|
|
5575
5572
|
he "1.2.0"
|
|
5576
5573
|
js-yaml "4.1.0"
|
|
5577
5574
|
log-symbols "4.1.0"
|
|
5578
5575
|
minimatch "5.0.1"
|
|
5579
5576
|
ms "2.1.3"
|
|
5580
|
-
nanoid "3.3.3"
|
|
5581
5577
|
serialize-javascript "6.0.0"
|
|
5582
5578
|
strip-json-comments "3.1.1"
|
|
5583
5579
|
supports-color "8.1.1"
|
|
@@ -5619,11 +5615,6 @@ mute-stream@^1.0.0:
|
|
|
5619
5615
|
resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz"
|
|
5620
5616
|
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
|
5621
5617
|
|
|
5622
|
-
nanoid@3.3.3:
|
|
5623
|
-
version "3.3.3"
|
|
5624
|
-
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz"
|
|
5625
|
-
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
|
|
5626
|
-
|
|
5627
5618
|
natural-compare@^1.4.0:
|
|
5628
5619
|
version "1.4.0"
|
|
5629
5620
|
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
|
|
@@ -7220,25 +7211,20 @@ typedoc-plugin-missing-exports@0.23.0:
|
|
|
7220
7211
|
resolved "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz"
|
|
7221
7212
|
integrity sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==
|
|
7222
7213
|
|
|
7223
|
-
typedoc@^0.25.
|
|
7224
|
-
version "0.25.
|
|
7225
|
-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.
|
|
7226
|
-
integrity sha512-
|
|
7214
|
+
typedoc@^0.25.12:
|
|
7215
|
+
version "0.25.12"
|
|
7216
|
+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.12.tgz#f73f0a8d3731d418cc604d4230f95a857799e27a"
|
|
7217
|
+
integrity sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw==
|
|
7227
7218
|
dependencies:
|
|
7228
7219
|
lunr "^2.3.9"
|
|
7229
7220
|
marked "^4.3.0"
|
|
7230
7221
|
minimatch "^9.0.3"
|
|
7231
7222
|
shiki "^0.14.7"
|
|
7232
7223
|
|
|
7233
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3:
|
|
7234
|
-
version "5.4.
|
|
7235
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.
|
|
7236
|
-
integrity sha512-
|
|
7237
|
-
|
|
7238
|
-
typescript@^4.9.5:
|
|
7239
|
-
version "4.9.5"
|
|
7240
|
-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
|
|
7241
|
-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
|
7224
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.4:
|
|
7225
|
+
version "5.4.4"
|
|
7226
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
|
|
7227
|
+
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
|
|
7242
7228
|
|
|
7243
7229
|
typescript@~5.3.2:
|
|
7244
7230
|
version "5.3.3"
|
|
@@ -7546,11 +7532,6 @@ yallist@^4.0.0:
|
|
|
7546
7532
|
resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
|
|
7547
7533
|
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
|
7548
7534
|
|
|
7549
|
-
yaml@^1.10.0:
|
|
7550
|
-
version "1.10.2"
|
|
7551
|
-
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz"
|
|
7552
|
-
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
|
7553
|
-
|
|
7554
7535
|
yargs-parser@20.2.4:
|
|
7555
7536
|
version "20.2.4"
|
|
7556
7537
|
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -108,26 +108,26 @@
|
|
|
108
108
|
"version": "oclif readme"
|
|
109
109
|
},
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@jsforce/jsforce-node": "^3.
|
|
112
|
-
"@oclif/core": "^3.26.
|
|
113
|
-
"@salesforce/core": "^
|
|
114
|
-
"@salesforce/kit": "^3.0
|
|
115
|
-
"@salesforce/sf-plugins-core": "^
|
|
111
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
112
|
+
"@oclif/core": "^3.26.2",
|
|
113
|
+
"@salesforce/core": "^7.0.1",
|
|
114
|
+
"@salesforce/kit": "^3.1.0",
|
|
115
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
116
116
|
"@salesforce/ts-types": "^2.0.9",
|
|
117
117
|
"chalk": "^5.3.0",
|
|
118
|
-
"change-case": "^5.4.
|
|
118
|
+
"change-case": "^5.4.4",
|
|
119
119
|
"csv-parse": "^4.16.3",
|
|
120
120
|
"csv-stringify": "^6.4.6"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
124
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
125
|
-
"@salesforce/dev-scripts": "^
|
|
126
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
127
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
123
|
+
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
124
|
+
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
125
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
126
|
+
"@salesforce/plugin-command-reference": "^3.0.75",
|
|
127
|
+
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
128
128
|
"oclif": "^4.6.1",
|
|
129
129
|
"ts-node": "^10.9.2",
|
|
130
|
-
"typescript": "^5.4.
|
|
130
|
+
"typescript": "^5.4.4"
|
|
131
131
|
},
|
|
132
132
|
"wireit": {
|
|
133
133
|
"build": {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"exports": "./lib/index.js",
|
|
248
248
|
"type": "module",
|
|
249
249
|
"sfdx": {
|
|
250
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.
|
|
251
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.
|
|
250
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.3.0.crt",
|
|
251
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.3.0.sig"
|
|
252
252
|
}
|
|
253
253
|
}
|