@salesforce/plugin-data 3.2.5 → 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 +445 -172
- package/oclif.lock +117 -54
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
package/oclif.lock
CHANGED
|
@@ -1252,10 +1252,10 @@
|
|
|
1252
1252
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1253
1253
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1254
1254
|
|
|
1255
|
-
"@jsforce/jsforce-node@^3.
|
|
1256
|
-
version "3.
|
|
1257
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1258
|
-
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==
|
|
1259
1259
|
dependencies:
|
|
1260
1260
|
"@sindresorhus/is" "^4"
|
|
1261
1261
|
"@types/node" "^18.15.3"
|
|
@@ -1293,7 +1293,7 @@
|
|
|
1293
1293
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1294
1294
|
fastq "^1.6.0"
|
|
1295
1295
|
|
|
1296
|
-
"@oclif/core@3.26.0"
|
|
1296
|
+
"@oclif/core@3.26.0":
|
|
1297
1297
|
version "3.26.0"
|
|
1298
1298
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1299
1299
|
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
@@ -1327,6 +1327,40 @@
|
|
|
1327
1327
|
wordwrap "^1.0.0"
|
|
1328
1328
|
wrap-ansi "^7.0.0"
|
|
1329
1329
|
|
|
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==
|
|
1334
|
+
dependencies:
|
|
1335
|
+
"@types/cli-progress" "^3.11.5"
|
|
1336
|
+
ansi-escapes "^4.3.2"
|
|
1337
|
+
ansi-styles "^4.3.0"
|
|
1338
|
+
cardinal "^2.1.1"
|
|
1339
|
+
chalk "^4.1.2"
|
|
1340
|
+
clean-stack "^3.0.1"
|
|
1341
|
+
cli-progress "^3.12.0"
|
|
1342
|
+
color "^4.2.3"
|
|
1343
|
+
debug "^4.3.4"
|
|
1344
|
+
ejs "^3.1.9"
|
|
1345
|
+
get-package-type "^0.1.0"
|
|
1346
|
+
globby "^11.1.0"
|
|
1347
|
+
hyperlinker "^1.0.0"
|
|
1348
|
+
indent-string "^4.0.0"
|
|
1349
|
+
is-wsl "^2.2.0"
|
|
1350
|
+
js-yaml "^3.14.1"
|
|
1351
|
+
minimatch "^9.0.4"
|
|
1352
|
+
natural-orderby "^2.0.3"
|
|
1353
|
+
object-treeify "^1.1.33"
|
|
1354
|
+
password-prompt "^1.1.3"
|
|
1355
|
+
slice-ansi "^4.0.0"
|
|
1356
|
+
string-width "^4.2.3"
|
|
1357
|
+
strip-ansi "^6.0.1"
|
|
1358
|
+
supports-color "^8.1.1"
|
|
1359
|
+
supports-hyperlinks "^2.2.0"
|
|
1360
|
+
widest-line "^3.1.0"
|
|
1361
|
+
wordwrap "^1.0.0"
|
|
1362
|
+
wrap-ansi "^7.0.0"
|
|
1363
|
+
|
|
1330
1364
|
"@oclif/plugin-command-snapshot@^5.1.4":
|
|
1331
1365
|
version "5.1.4"
|
|
1332
1366
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a"
|
|
@@ -1375,12 +1409,12 @@
|
|
|
1375
1409
|
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
|
|
1376
1410
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1377
1411
|
|
|
1378
|
-
"@salesforce/cli-plugins-testkit@^5.
|
|
1379
|
-
version "5.
|
|
1380
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
1381
|
-
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==
|
|
1382
1416
|
dependencies:
|
|
1383
|
-
"@salesforce/core" "^
|
|
1417
|
+
"@salesforce/core" "^7.0.0"
|
|
1384
1418
|
"@salesforce/kit" "^3.1.0"
|
|
1385
1419
|
"@salesforce/ts-types" "^2.0.9"
|
|
1386
1420
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1391,15 +1425,14 @@
|
|
|
1391
1425
|
strip-ansi "6.0.1"
|
|
1392
1426
|
ts-retry-promise "^0.8.0"
|
|
1393
1427
|
|
|
1394
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.
|
|
1395
|
-
version "6.7.
|
|
1396
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.
|
|
1397
|
-
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==
|
|
1398
1432
|
dependencies:
|
|
1399
|
-
"@salesforce/kit" "^3.0
|
|
1400
|
-
"@salesforce/schemas" "^1.
|
|
1433
|
+
"@salesforce/kit" "^3.1.0"
|
|
1434
|
+
"@salesforce/schemas" "^1.7.0"
|
|
1401
1435
|
"@salesforce/ts-types" "^2.0.9"
|
|
1402
|
-
"@types/semver" "^7.5.8"
|
|
1403
1436
|
ajv "^8.12.0"
|
|
1404
1437
|
change-case "^4.1.2"
|
|
1405
1438
|
faye "^1.4.0"
|
|
@@ -1415,15 +1448,38 @@
|
|
|
1415
1448
|
semver "^7.6.0"
|
|
1416
1449
|
ts-retry-promise "^0.7.1"
|
|
1417
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
|
+
|
|
1418
1474
|
"@salesforce/dev-config@^4.1.0":
|
|
1419
1475
|
version "4.1.0"
|
|
1420
1476
|
resolved "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz"
|
|
1421
1477
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1422
1478
|
|
|
1423
|
-
"@salesforce/dev-scripts@^
|
|
1424
|
-
version "
|
|
1425
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1426
|
-
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==
|
|
1427
1483
|
dependencies:
|
|
1428
1484
|
"@commitlint/cli" "^17.1.2"
|
|
1429
1485
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1436,7 +1492,7 @@
|
|
|
1436
1492
|
chai "^4.3.10"
|
|
1437
1493
|
chalk "^4.0.0"
|
|
1438
1494
|
cosmiconfig "^8.3.6"
|
|
1439
|
-
eslint-config-salesforce-typescript "^3.
|
|
1495
|
+
eslint-config-salesforce-typescript "^3.3.0"
|
|
1440
1496
|
husky "^7.0.4"
|
|
1441
1497
|
linkinator "^6.0.4"
|
|
1442
1498
|
mocha "^10.4.0"
|
|
@@ -1460,14 +1516,14 @@
|
|
|
1460
1516
|
"@salesforce/ts-types" "^2.0.9"
|
|
1461
1517
|
tslib "^2.6.2"
|
|
1462
1518
|
|
|
1463
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1464
|
-
version "3.0.
|
|
1465
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1466
|
-
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==
|
|
1467
1523
|
dependencies:
|
|
1468
1524
|
"@oclif/core" "^3.26.0"
|
|
1469
|
-
"@salesforce/core" "^6.7.
|
|
1470
|
-
"@salesforce/kit" "^3.0
|
|
1525
|
+
"@salesforce/core" "^6.7.6"
|
|
1526
|
+
"@salesforce/kit" "^3.1.0"
|
|
1471
1527
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1472
1528
|
"@salesforce/ts-types" "^2.0.9"
|
|
1473
1529
|
chalk "^4"
|
|
@@ -1479,10 +1535,10 @@
|
|
|
1479
1535
|
resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz"
|
|
1480
1536
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1481
1537
|
|
|
1482
|
-
"@salesforce/schemas@^1.
|
|
1483
|
-
version "1.
|
|
1484
|
-
resolved "https://registry.
|
|
1485
|
-
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==
|
|
1486
1542
|
|
|
1487
1543
|
"@salesforce/sf-plugins-core@^5.0.13":
|
|
1488
1544
|
version "5.0.13"
|
|
@@ -1497,16 +1553,16 @@
|
|
|
1497
1553
|
chalk "^4"
|
|
1498
1554
|
inquirer "^8.2.5"
|
|
1499
1555
|
|
|
1500
|
-
"@salesforce/sf-plugins-core@^
|
|
1501
|
-
version "
|
|
1502
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1503
|
-
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==
|
|
1504
1560
|
dependencies:
|
|
1505
1561
|
"@inquirer/confirm" "^2.0.17"
|
|
1506
1562
|
"@inquirer/password" "^1.1.16"
|
|
1507
|
-
"@oclif/core" "^3.
|
|
1508
|
-
"@salesforce/core" "^
|
|
1509
|
-
"@salesforce/kit" "^3.0
|
|
1563
|
+
"@oclif/core" "^3.26.0"
|
|
1564
|
+
"@salesforce/core" "^7.0.0"
|
|
1565
|
+
"@salesforce/kit" "^3.1.0"
|
|
1510
1566
|
"@salesforce/ts-types" "^2.0.9"
|
|
1511
1567
|
chalk "^5.3.0"
|
|
1512
1568
|
|
|
@@ -2188,7 +2244,7 @@
|
|
|
2188
2244
|
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz"
|
|
2189
2245
|
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
|
|
2190
2246
|
|
|
2191
|
-
"@types/semver@^7.5.0"
|
|
2247
|
+
"@types/semver@^7.5.0":
|
|
2192
2248
|
version "7.5.8"
|
|
2193
2249
|
resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz"
|
|
2194
2250
|
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
|
|
@@ -3534,10 +3590,10 @@ eslint-config-salesforce-license@^0.2.0:
|
|
|
3534
3590
|
resolved "https://registry.npmjs.org/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz"
|
|
3535
3591
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
3536
3592
|
|
|
3537
|
-
eslint-config-salesforce-typescript@^3.
|
|
3538
|
-
version "3.
|
|
3539
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
3540
|
-
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==
|
|
3541
3597
|
dependencies:
|
|
3542
3598
|
"@typescript-eslint/eslint-plugin" "^6.21.0"
|
|
3543
3599
|
"@typescript-eslint/parser" "^6.21.0"
|
|
@@ -3614,12 +3670,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3614
3670
|
semver "^7.5.4"
|
|
3615
3671
|
spdx-expression-parse "^4.0.0"
|
|
3616
3672
|
|
|
3617
|
-
eslint-plugin-sf-plugin@^1.
|
|
3618
|
-
version "1.
|
|
3619
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3620
|
-
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==
|
|
3621
3677
|
dependencies:
|
|
3622
|
-
"@salesforce/core" "^
|
|
3678
|
+
"@salesforce/core" "^7.0.0"
|
|
3623
3679
|
"@typescript-eslint/utils" "^6.17.0"
|
|
3624
3680
|
|
|
3625
3681
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5453,7 +5509,7 @@ minimatch@5.0.1:
|
|
|
5453
5509
|
dependencies:
|
|
5454
5510
|
brace-expansion "^2.0.1"
|
|
5455
5511
|
|
|
5456
|
-
minimatch@9.0.3
|
|
5512
|
+
minimatch@9.0.3:
|
|
5457
5513
|
version "9.0.3"
|
|
5458
5514
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz"
|
|
5459
5515
|
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
@@ -5474,6 +5530,13 @@ minimatch@^5.0.1:
|
|
|
5474
5530
|
dependencies:
|
|
5475
5531
|
brace-expansion "^2.0.1"
|
|
5476
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
|
+
|
|
5477
5540
|
minimist-options@4.1.0:
|
|
5478
5541
|
version "4.1.0"
|
|
5479
5542
|
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"
|
|
@@ -7158,10 +7221,10 @@ typedoc@^0.25.12:
|
|
|
7158
7221
|
minimatch "^9.0.3"
|
|
7159
7222
|
shiki "^0.14.7"
|
|
7160
7223
|
|
|
7161
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3:
|
|
7162
|
-
version "5.4.
|
|
7163
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.
|
|
7164
|
-
integrity sha512-
|
|
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==
|
|
7165
7228
|
|
|
7166
7229
|
typescript@~5.3.2:
|
|
7167
7230
|
version "5.3.3"
|
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,11 +108,11 @@
|
|
|
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
118
|
"change-case": "^5.4.4",
|
|
@@ -121,13 +121,13 @@
|
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
124
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
125
|
-
"@salesforce/dev-scripts": "^
|
|
126
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
127
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
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
|
}
|