@salesforce/plugin-schema 3.2.1 → 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 +2 -2
- package/npm-shrinkwrap.json +308 -178
- package/oclif.lock +140 -42
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/oclif.lock
CHANGED
|
@@ -1252,6 +1252,26 @@
|
|
|
1252
1252
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1253
1253
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1254
1254
|
|
|
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
|
+
dependencies:
|
|
1260
|
+
"@sindresorhus/is" "^4"
|
|
1261
|
+
"@types/node" "^18.15.3"
|
|
1262
|
+
abort-controller "^3.0.0"
|
|
1263
|
+
base64url "^3.0.1"
|
|
1264
|
+
csv-parse "^5.5.2"
|
|
1265
|
+
csv-stringify "^6.4.4"
|
|
1266
|
+
faye "^1.4.0"
|
|
1267
|
+
form-data "^4.0.0"
|
|
1268
|
+
fs-extra "^8.1.0"
|
|
1269
|
+
https-proxy-agent "^5.0.0"
|
|
1270
|
+
multistream "^3.1.0"
|
|
1271
|
+
node-fetch "^2.6.1"
|
|
1272
|
+
strip-ansi "^6.0.0"
|
|
1273
|
+
xml2js "^0.6.2"
|
|
1274
|
+
|
|
1255
1275
|
"@nodelib/fs.scandir@2.1.5":
|
|
1256
1276
|
version "2.1.5"
|
|
1257
1277
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
|
@@ -1273,10 +1293,10 @@
|
|
|
1273
1293
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1274
1294
|
fastq "^1.6.0"
|
|
1275
1295
|
|
|
1276
|
-
"@oclif/core@3.
|
|
1277
|
-
version "3.
|
|
1278
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1279
|
-
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==
|
|
1280
1300
|
dependencies:
|
|
1281
1301
|
"@types/cli-progress" "^3.11.5"
|
|
1282
1302
|
ansi-escapes "^4.3.2"
|
|
@@ -1307,10 +1327,10 @@
|
|
|
1307
1327
|
wordwrap "^1.0.0"
|
|
1308
1328
|
wrap-ansi "^7.0.0"
|
|
1309
1329
|
|
|
1310
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.
|
|
1311
|
-
version "3.26.
|
|
1312
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.
|
|
1313
|
-
integrity sha512-
|
|
1330
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.21.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==
|
|
1314
1334
|
dependencies:
|
|
1315
1335
|
"@types/cli-progress" "^3.11.5"
|
|
1316
1336
|
ansi-escapes "^4.3.2"
|
|
@@ -1328,7 +1348,7 @@
|
|
|
1328
1348
|
indent-string "^4.0.0"
|
|
1329
1349
|
is-wsl "^2.2.0"
|
|
1330
1350
|
js-yaml "^3.14.1"
|
|
1331
|
-
minimatch "^9.0.
|
|
1351
|
+
minimatch "^9.0.4"
|
|
1332
1352
|
natural-orderby "^2.0.3"
|
|
1333
1353
|
object-treeify "^1.1.33"
|
|
1334
1354
|
password-prompt "^1.1.3"
|
|
@@ -1341,12 +1361,12 @@
|
|
|
1341
1361
|
wordwrap "^1.0.0"
|
|
1342
1362
|
wrap-ansi "^7.0.0"
|
|
1343
1363
|
|
|
1344
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1345
|
-
version "5.1.
|
|
1346
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1347
|
-
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==
|
|
1348
1368
|
dependencies:
|
|
1349
|
-
"@oclif/core" "3.
|
|
1369
|
+
"@oclif/core" "3.26.0"
|
|
1350
1370
|
"@types/lodash.difference" "^4.5.9"
|
|
1351
1371
|
chalk "^5.3.0"
|
|
1352
1372
|
globby "^14.0.1"
|
|
@@ -1389,12 +1409,12 @@
|
|
|
1389
1409
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1390
1410
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1391
1411
|
|
|
1392
|
-
"@salesforce/cli-plugins-testkit@^5.
|
|
1393
|
-
version "5.
|
|
1394
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
1395
|
-
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==
|
|
1396
1416
|
dependencies:
|
|
1397
|
-
"@salesforce/core" "^
|
|
1417
|
+
"@salesforce/core" "^7.0.0"
|
|
1398
1418
|
"@salesforce/kit" "^3.1.0"
|
|
1399
1419
|
"@salesforce/ts-types" "^2.0.9"
|
|
1400
1420
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1405,7 +1425,7 @@
|
|
|
1405
1425
|
strip-ansi "6.0.1"
|
|
1406
1426
|
ts-retry-promise "^0.8.0"
|
|
1407
1427
|
|
|
1408
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.
|
|
1428
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.6":
|
|
1409
1429
|
version "6.7.6"
|
|
1410
1430
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.6.tgz#6a73c6a4e615ce837be5b5c142cfc63a6c8db3bd"
|
|
1411
1431
|
integrity sha512-0ZZ1GgUQTwTs8/xa+hmZd+wwKXkK8MNcI2Kn20HmHShsweA2Jp3Yaxx0+EbRPqhSBARXso+TADSnsOjlZvQ3tg==
|
|
@@ -1428,15 +1448,38 @@
|
|
|
1428
1448
|
semver "^7.6.0"
|
|
1429
1449
|
ts-retry-promise "^0.7.1"
|
|
1430
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
|
+
|
|
1431
1474
|
"@salesforce/dev-config@^4.1.0":
|
|
1432
1475
|
version "4.1.0"
|
|
1433
1476
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1434
1477
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1435
1478
|
|
|
1436
|
-
"@salesforce/dev-scripts@^
|
|
1437
|
-
version "
|
|
1438
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1439
|
-
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==
|
|
1440
1483
|
dependencies:
|
|
1441
1484
|
"@commitlint/cli" "^17.1.2"
|
|
1442
1485
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1510,15 +1553,15 @@
|
|
|
1510
1553
|
chalk "^4"
|
|
1511
1554
|
inquirer "^8.2.5"
|
|
1512
1555
|
|
|
1513
|
-
"@salesforce/sf-plugins-core@^
|
|
1514
|
-
version "
|
|
1515
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1516
|
-
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==
|
|
1517
1560
|
dependencies:
|
|
1518
1561
|
"@inquirer/confirm" "^2.0.17"
|
|
1519
1562
|
"@inquirer/password" "^1.1.16"
|
|
1520
1563
|
"@oclif/core" "^3.26.0"
|
|
1521
|
-
"@salesforce/core" "^
|
|
1564
|
+
"@salesforce/core" "^7.0.0"
|
|
1522
1565
|
"@salesforce/kit" "^3.1.0"
|
|
1523
1566
|
"@salesforce/ts-types" "^2.0.9"
|
|
1524
1567
|
chalk "^5.3.0"
|
|
@@ -1530,6 +1573,11 @@
|
|
|
1530
1573
|
dependencies:
|
|
1531
1574
|
tslib "^2.6.2"
|
|
1532
1575
|
|
|
1576
|
+
"@sindresorhus/is@^4":
|
|
1577
|
+
version "4.6.0"
|
|
1578
|
+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
1579
|
+
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
|
|
1580
|
+
|
|
1533
1581
|
"@sindresorhus/is@^5.2.0":
|
|
1534
1582
|
version "5.6.0"
|
|
1535
1583
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668"
|
|
@@ -2179,10 +2227,10 @@
|
|
|
2179
2227
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.47.tgz#ca9237d51f2a2557419688511dab1c8daf475188"
|
|
2180
2228
|
integrity sha512-BzcaRsnFuznzOItW1WpQrDHM7plAa7GIDMZ6b5pnMbkqEtM/6WCOhvZar39oeMQP79gwvFUWjjptE7/KGcNqFg==
|
|
2181
2229
|
|
|
2182
|
-
"@types/node@^18.19.28":
|
|
2183
|
-
version "18.19.
|
|
2184
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.
|
|
2185
|
-
integrity sha512-
|
|
2230
|
+
"@types/node@^18.15.3", "@types/node@^18.19.28":
|
|
2231
|
+
version "18.19.31"
|
|
2232
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
|
|
2233
|
+
integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
|
|
2186
2234
|
dependencies:
|
|
2187
2235
|
undici-types "~5.26.4"
|
|
2188
2236
|
|
|
@@ -3165,11 +3213,21 @@ csv-parse@^4.8.2:
|
|
|
3165
3213
|
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.3.tgz#7ca624d517212ebc520a36873c3478fa66efbaf7"
|
|
3166
3214
|
integrity sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==
|
|
3167
3215
|
|
|
3216
|
+
csv-parse@^5.5.2:
|
|
3217
|
+
version "5.5.5"
|
|
3218
|
+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.5.tgz#68a271a9092877b830541805e14c8a80e6a22517"
|
|
3219
|
+
integrity sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==
|
|
3220
|
+
|
|
3168
3221
|
csv-stringify@^5.3.4:
|
|
3169
3222
|
version "5.6.5"
|
|
3170
3223
|
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-5.6.5.tgz#c6d74badda4b49a79bf4e72f91cce1e33b94de00"
|
|
3171
3224
|
integrity sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==
|
|
3172
3225
|
|
|
3226
|
+
csv-stringify@^6.4.4:
|
|
3227
|
+
version "6.4.6"
|
|
3228
|
+
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.4.6.tgz#9ccf87cb8b017c96673a9fa061768c8ba83e8b98"
|
|
3229
|
+
integrity sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag==
|
|
3230
|
+
|
|
3173
3231
|
dargs@^7.0.0:
|
|
3174
3232
|
version "7.0.0"
|
|
3175
3233
|
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
|
|
@@ -3601,12 +3659,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3601
3659
|
semver "^7.5.4"
|
|
3602
3660
|
spdx-expression-parse "^4.0.0"
|
|
3603
3661
|
|
|
3604
|
-
eslint-plugin-sf-plugin@^1.
|
|
3605
|
-
version "1.
|
|
3606
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3607
|
-
integrity sha512-
|
|
3662
|
+
eslint-plugin-sf-plugin@^1.18.0:
|
|
3663
|
+
version "1.18.0"
|
|
3664
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz#c6eca90e7738e9a114d8257588220c63a2a3e0e3"
|
|
3665
|
+
integrity sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==
|
|
3608
3666
|
dependencies:
|
|
3609
|
-
"@salesforce/core" "^
|
|
3667
|
+
"@salesforce/core" "^7.0.0"
|
|
3610
3668
|
"@typescript-eslint/utils" "^6.17.0"
|
|
3611
3669
|
|
|
3612
3670
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5433,7 +5491,7 @@ minimatch@5.0.1:
|
|
|
5433
5491
|
dependencies:
|
|
5434
5492
|
brace-expansion "^2.0.1"
|
|
5435
5493
|
|
|
5436
|
-
minimatch@9.0.3
|
|
5494
|
+
minimatch@9.0.3:
|
|
5437
5495
|
version "9.0.3"
|
|
5438
5496
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5439
5497
|
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
@@ -5454,6 +5512,13 @@ minimatch@^5.0.1:
|
|
|
5454
5512
|
dependencies:
|
|
5455
5513
|
brace-expansion "^2.0.1"
|
|
5456
5514
|
|
|
5515
|
+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
|
|
5516
|
+
version "9.0.4"
|
|
5517
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
|
|
5518
|
+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
|
|
5519
|
+
dependencies:
|
|
5520
|
+
brace-expansion "^2.0.1"
|
|
5521
|
+
|
|
5457
5522
|
minimist-options@4.1.0:
|
|
5458
5523
|
version "4.1.0"
|
|
5459
5524
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
|
@@ -6751,7 +6816,16 @@ srcset@^5.0.0:
|
|
|
6751
6816
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
6752
6817
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
6753
6818
|
|
|
6754
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
6819
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
6820
|
+
version "4.2.3"
|
|
6821
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6822
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
6823
|
+
dependencies:
|
|
6824
|
+
emoji-regex "^8.0.0"
|
|
6825
|
+
is-fullwidth-code-point "^3.0.0"
|
|
6826
|
+
strip-ansi "^6.0.1"
|
|
6827
|
+
|
|
6828
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6755
6829
|
version "4.2.3"
|
|
6756
6830
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6757
6831
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -6810,7 +6884,14 @@ string_decoder@~1.1.1:
|
|
|
6810
6884
|
dependencies:
|
|
6811
6885
|
safe-buffer "~5.1.0"
|
|
6812
6886
|
|
|
6813
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
6887
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
6888
|
+
version "6.0.1"
|
|
6889
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6890
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
6891
|
+
dependencies:
|
|
6892
|
+
ansi-regex "^5.0.1"
|
|
6893
|
+
|
|
6894
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6814
6895
|
version "6.0.1"
|
|
6815
6896
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6816
6897
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7372,7 +7453,7 @@ workerpool@6.2.1:
|
|
|
7372
7453
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7373
7454
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7374
7455
|
|
|
7375
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
7456
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7376
7457
|
version "7.0.0"
|
|
7377
7458
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7378
7459
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7390,6 +7471,15 @@ wrap-ansi@^6.2.0:
|
|
|
7390
7471
|
string-width "^4.1.0"
|
|
7391
7472
|
strip-ansi "^6.0.0"
|
|
7392
7473
|
|
|
7474
|
+
wrap-ansi@^7.0.0:
|
|
7475
|
+
version "7.0.0"
|
|
7476
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7477
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7478
|
+
dependencies:
|
|
7479
|
+
ansi-styles "^4.0.0"
|
|
7480
|
+
string-width "^4.1.0"
|
|
7481
|
+
strip-ansi "^6.0.0"
|
|
7482
|
+
|
|
7393
7483
|
wrap-ansi@^8.1.0:
|
|
7394
7484
|
version "8.1.0"
|
|
7395
7485
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
|
@@ -7422,6 +7512,14 @@ xml2js@^0.5.0:
|
|
|
7422
7512
|
sax ">=0.6.0"
|
|
7423
7513
|
xmlbuilder "~11.0.0"
|
|
7424
7514
|
|
|
7515
|
+
xml2js@^0.6.2:
|
|
7516
|
+
version "0.6.2"
|
|
7517
|
+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
|
7518
|
+
integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
|
|
7519
|
+
dependencies:
|
|
7520
|
+
sax ">=0.6.0"
|
|
7521
|
+
xmlbuilder "~11.0.0"
|
|
7522
|
+
|
|
7425
7523
|
xmlbuilder@~11.0.0:
|
|
7426
7524
|
version "11.0.1"
|
|
7427
7525
|
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-schema",
|
|
3
3
|
"description": "Commands to interact with salesforce sobject schemas",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.3.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
9
|
-
"@salesforce/core": "^
|
|
10
|
-
"@salesforce/sf-plugins-core": "^
|
|
8
|
+
"@oclif/core": "^3.26.2",
|
|
9
|
+
"@salesforce/core": "^7.0.1",
|
|
10
|
+
"@salesforce/sf-plugins-core": "^9.0.0"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
13
|
+
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
14
14
|
"@oclif/plugin-help": "^6.0.20",
|
|
15
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
16
|
-
"@salesforce/dev-scripts": "^
|
|
15
|
+
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
16
|
+
"@salesforce/dev-scripts": "^9.0.0",
|
|
17
17
|
"@salesforce/plugin-command-reference": "^3.0.75",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
19
|
+
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
20
20
|
"oclif": "^4.7.6",
|
|
21
21
|
"ts-node": "^10.9.2",
|
|
22
22
|
"typescript": "^5.4.3"
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"exports": "./lib/index.js",
|
|
208
208
|
"type": "module",
|
|
209
209
|
"sfdx": {
|
|
210
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.
|
|
211
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.
|
|
210
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.0.crt",
|
|
211
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.0.sig"
|
|
212
212
|
}
|
|
213
213
|
}
|