@salesforce/plugin-custom-metadata 3.3.79 → 3.3.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/npm-shrinkwrap.json +46 -25
- package/oclif.lock +36 -17
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ FLAG DESCRIPTIONS
|
|
|
149
149
|
The value must be greater than or equal to zero. Default value is 0.
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
152
|
+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.81/src/commands/cmdt/generate/field.ts)_
|
|
153
153
|
|
|
154
154
|
## `sf cmdt generate fromorg`
|
|
155
155
|
|
|
@@ -238,7 +238,7 @@ FLAG DESCRIPTIONS
|
|
|
238
238
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
241
|
+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.81/src/commands/cmdt/generate/fromorg.ts)_
|
|
242
242
|
|
|
243
243
|
## `sf cmdt generate object`
|
|
244
244
|
|
|
@@ -300,7 +300,7 @@ FLAG DESCRIPTIONS
|
|
|
300
300
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
301
301
|
```
|
|
302
302
|
|
|
303
|
-
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
303
|
+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.81/src/commands/cmdt/generate/object.ts)_
|
|
304
304
|
|
|
305
305
|
## `sf cmdt generate record`
|
|
306
306
|
|
|
@@ -355,7 +355,7 @@ FLAG DESCRIPTIONS
|
|
|
355
355
|
Protected records can only be accessed by code in the same managed package namespace.
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
358
|
+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.81/src/commands/cmdt/generate/record.ts)_
|
|
359
359
|
|
|
360
360
|
## `sf cmdt generate records`
|
|
361
361
|
|
|
@@ -406,7 +406,7 @@ FLAG DESCRIPTIONS
|
|
|
406
406
|
The '__mdt' suffix is appended to the end of the name if it's omitted.
|
|
407
407
|
```
|
|
408
408
|
|
|
409
|
-
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
409
|
+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.81/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.81",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-custom-metadata",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.81",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.26.
|
|
12
|
+
"@salesforce/core": "^8.26.3",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
14
14
|
"csv-parse": "^5.6.0",
|
|
15
|
-
"fast-xml-parser": "^5.4.
|
|
15
|
+
"fast-xml-parser": "^5.4.2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
19
|
-
"@oclif/core": "^4.8.
|
|
19
|
+
"@oclif/core": "^4.8.2",
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.3.9",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.81",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"oclif": "^4.22.81",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
@@ -3350,9 +3350,9 @@
|
|
|
3350
3350
|
}
|
|
3351
3351
|
},
|
|
3352
3352
|
"node_modules/@oclif/core": {
|
|
3353
|
-
"version": "4.8.
|
|
3354
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.
|
|
3355
|
-
"integrity": "sha512-
|
|
3353
|
+
"version": "4.8.2",
|
|
3354
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.2.tgz",
|
|
3355
|
+
"integrity": "sha512-P+XAOtuWM/Fewau64c31bYUiLFJTzhth229xVbBrG1siLc7+2uezUYhP5eWn/++nZPZ/wChSqYgQNN4HPw/ZHQ==",
|
|
3356
3356
|
"license": "MIT",
|
|
3357
3357
|
"dependencies": {
|
|
3358
3358
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3365,7 +3365,7 @@
|
|
|
3365
3365
|
"indent-string": "^4.0.0",
|
|
3366
3366
|
"is-wsl": "^2.2.0",
|
|
3367
3367
|
"lilconfig": "^3.1.3",
|
|
3368
|
-
"minimatch": "^
|
|
3368
|
+
"minimatch": "^10.2.4",
|
|
3369
3369
|
"semver": "^7.7.3",
|
|
3370
3370
|
"string-width": "^4.2.3",
|
|
3371
3371
|
"supports-color": "^8",
|
|
@@ -3378,16 +3378,37 @@
|
|
|
3378
3378
|
"node": ">=18.0.0"
|
|
3379
3379
|
}
|
|
3380
3380
|
},
|
|
3381
|
+
"node_modules/@oclif/core/node_modules/balanced-match": {
|
|
3382
|
+
"version": "4.0.4",
|
|
3383
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3384
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3385
|
+
"license": "MIT",
|
|
3386
|
+
"engines": {
|
|
3387
|
+
"node": "18 || 20 || >=22"
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3390
|
+
"node_modules/@oclif/core/node_modules/brace-expansion": {
|
|
3391
|
+
"version": "5.0.4",
|
|
3392
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
3393
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
3394
|
+
"license": "MIT",
|
|
3395
|
+
"dependencies": {
|
|
3396
|
+
"balanced-match": "^4.0.2"
|
|
3397
|
+
},
|
|
3398
|
+
"engines": {
|
|
3399
|
+
"node": "18 || 20 || >=22"
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3381
3402
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3382
|
-
"version": "
|
|
3383
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
3384
|
-
"integrity": "sha512-
|
|
3385
|
-
"license": "
|
|
3403
|
+
"version": "10.2.4",
|
|
3404
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
3405
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
3406
|
+
"license": "BlueOak-1.0.0",
|
|
3386
3407
|
"dependencies": {
|
|
3387
|
-
"brace-expansion": "^
|
|
3408
|
+
"brace-expansion": "^5.0.2"
|
|
3388
3409
|
},
|
|
3389
3410
|
"engines": {
|
|
3390
|
-
"node": "
|
|
3411
|
+
"node": "18 || 20 || >=22"
|
|
3391
3412
|
},
|
|
3392
3413
|
"funding": {
|
|
3393
3414
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -3721,9 +3742,9 @@
|
|
|
3721
3742
|
}
|
|
3722
3743
|
},
|
|
3723
3744
|
"node_modules/@salesforce/core": {
|
|
3724
|
-
"version": "8.26.
|
|
3725
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.26.
|
|
3726
|
-
"integrity": "sha512-
|
|
3745
|
+
"version": "8.26.3",
|
|
3746
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.26.3.tgz",
|
|
3747
|
+
"integrity": "sha512-lPNFHjHFeC4V3KuH88xuVLGhAqmtM8meUcvyejNh8bQ5w642APKRTGDZ0pOnWHJAe5SQy7cSQ1WqvO3V73ouQw==",
|
|
3727
3748
|
"license": "BSD-3-Clause",
|
|
3728
3749
|
"dependencies": {
|
|
3729
3750
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -3882,9 +3903,9 @@
|
|
|
3882
3903
|
}
|
|
3883
3904
|
},
|
|
3884
3905
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3885
|
-
"version": "3.1.
|
|
3886
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
3887
|
-
"integrity": "sha512
|
|
3906
|
+
"version": "3.1.81",
|
|
3907
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.81.tgz",
|
|
3908
|
+
"integrity": "sha512-+xvOuPraDLVeJ2myqJPOvcQtXQoiDJTE0vCdZTl+DMFTS6cfghfVPIw17MNbRrdnQyca1lGVooFl84333UVspA==",
|
|
3888
3909
|
"dev": true,
|
|
3889
3910
|
"license": "Apache-2.0",
|
|
3890
3911
|
"dependencies": {
|
|
@@ -7836,9 +7857,9 @@
|
|
|
7836
7857
|
"license": "MIT"
|
|
7837
7858
|
},
|
|
7838
7859
|
"node_modules/fast-xml-parser": {
|
|
7839
|
-
"version": "5.4.
|
|
7840
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.
|
|
7841
|
-
"integrity": "sha512-
|
|
7860
|
+
"version": "5.4.2",
|
|
7861
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.2.tgz",
|
|
7862
|
+
"integrity": "sha512-pw/6pIl4k0CSpElPEJhDppLzaixDEuWui2CUQQBH/ECDf7+y6YwA4Gf7Tyb0Rfe4DIMuZipYj4AEL0nACKglvQ==",
|
|
7842
7863
|
"funding": [
|
|
7843
7864
|
{
|
|
7844
7865
|
"type": "github",
|
package/oclif.lock
CHANGED
|
@@ -1368,10 +1368,10 @@
|
|
|
1368
1368
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1369
1369
|
fastq "^1.6.0"
|
|
1370
1370
|
|
|
1371
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.8.0":
|
|
1372
|
-
version "4.8.
|
|
1373
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.
|
|
1374
|
-
integrity sha512-
|
|
1371
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.8.0", "@oclif/core@^4.8.2":
|
|
1372
|
+
version "4.8.2"
|
|
1373
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.2.tgz#b4bb065b44da9eb2719086854b009a6747455d09"
|
|
1374
|
+
integrity sha512-P+XAOtuWM/Fewau64c31bYUiLFJTzhth229xVbBrG1siLc7+2uezUYhP5eWn/++nZPZ/wChSqYgQNN4HPw/ZHQ==
|
|
1375
1375
|
dependencies:
|
|
1376
1376
|
ansi-escapes "^4.3.2"
|
|
1377
1377
|
ansis "^3.17.0"
|
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
indent-string "^4.0.0"
|
|
1384
1384
|
is-wsl "^2.2.0"
|
|
1385
1385
|
lilconfig "^3.1.3"
|
|
1386
|
-
minimatch "^
|
|
1386
|
+
minimatch "^10.2.4"
|
|
1387
1387
|
semver "^7.7.3"
|
|
1388
1388
|
string-width "^4.2.3"
|
|
1389
1389
|
supports-color "^8"
|
|
@@ -1478,10 +1478,10 @@
|
|
|
1478
1478
|
strip-ansi "6.0.1"
|
|
1479
1479
|
ts-retry-promise "^0.8.1"
|
|
1480
1480
|
|
|
1481
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.26.
|
|
1482
|
-
version "8.26.
|
|
1483
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.26.
|
|
1484
|
-
integrity sha512-
|
|
1481
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.26.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1482
|
+
version "8.26.3"
|
|
1483
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.26.3.tgz#0b2502cacca8977f2ae95283d944771040eb7869"
|
|
1484
|
+
integrity sha512-lPNFHjHFeC4V3KuH88xuVLGhAqmtM8meUcvyejNh8bQ5w642APKRTGDZ0pOnWHJAe5SQy7cSQ1WqvO3V73ouQw==
|
|
1485
1485
|
dependencies:
|
|
1486
1486
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1487
1487
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1547,10 +1547,10 @@
|
|
|
1547
1547
|
dependencies:
|
|
1548
1548
|
"@salesforce/ts-types" "^2.0.12"
|
|
1549
1549
|
|
|
1550
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1551
|
-
version "3.1.
|
|
1552
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1553
|
-
integrity sha512
|
|
1550
|
+
"@salesforce/plugin-command-reference@^3.1.81":
|
|
1551
|
+
version "3.1.81"
|
|
1552
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.81.tgz#a25c70aa8acf4a088e597ad9057ed0ad5b4b0f87"
|
|
1553
|
+
integrity sha512-+xvOuPraDLVeJ2myqJPOvcQtXQoiDJTE0vCdZTl+DMFTS6cfghfVPIw17MNbRrdnQyca1lGVooFl84333UVspA==
|
|
1554
1554
|
dependencies:
|
|
1555
1555
|
"@oclif/core" "^4"
|
|
1556
1556
|
"@salesforce/core" "^8.23.3"
|
|
@@ -2742,6 +2742,11 @@ balanced-match@^3.0.0:
|
|
|
2742
2742
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
|
|
2743
2743
|
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
|
|
2744
2744
|
|
|
2745
|
+
balanced-match@^4.0.2:
|
|
2746
|
+
version "4.0.4"
|
|
2747
|
+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
|
|
2748
|
+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
|
|
2749
|
+
|
|
2745
2750
|
base64-js@^1.3.1:
|
|
2746
2751
|
version "1.5.1"
|
|
2747
2752
|
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
|
@@ -2784,6 +2789,13 @@ brace-expansion@^4.0.0:
|
|
|
2784
2789
|
dependencies:
|
|
2785
2790
|
balanced-match "^3.0.0"
|
|
2786
2791
|
|
|
2792
|
+
brace-expansion@^5.0.2:
|
|
2793
|
+
version "5.0.4"
|
|
2794
|
+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
|
|
2795
|
+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
|
|
2796
|
+
dependencies:
|
|
2797
|
+
balanced-match "^4.0.2"
|
|
2798
|
+
|
|
2787
2799
|
braces@^3.0.3, braces@~3.0.2:
|
|
2788
2800
|
version "3.0.3"
|
|
2789
2801
|
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
|
|
@@ -3935,10 +3947,10 @@ fast-xml-parser@5.3.6:
|
|
|
3935
3947
|
dependencies:
|
|
3936
3948
|
strnum "^2.1.2"
|
|
3937
3949
|
|
|
3938
|
-
fast-xml-parser@^5.4.
|
|
3939
|
-
version "5.4.
|
|
3940
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.4.
|
|
3941
|
-
integrity sha512-
|
|
3950
|
+
fast-xml-parser@^5.4.2:
|
|
3951
|
+
version "5.4.2"
|
|
3952
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.4.2.tgz#7fc66463b59260b0c5fd57edf46148a418bde68b"
|
|
3953
|
+
integrity sha512-pw/6pIl4k0CSpElPEJhDppLzaixDEuWui2CUQQBH/ECDf7+y6YwA4Gf7Tyb0Rfe4DIMuZipYj4AEL0nACKglvQ==
|
|
3942
3954
|
dependencies:
|
|
3943
3955
|
fast-xml-builder "^1.0.0"
|
|
3944
3956
|
strnum "^2.1.2"
|
|
@@ -5528,6 +5540,13 @@ minimatch@9.0.3:
|
|
|
5528
5540
|
dependencies:
|
|
5529
5541
|
brace-expansion "^2.0.1"
|
|
5530
5542
|
|
|
5543
|
+
minimatch@^10.2.4:
|
|
5544
|
+
version "10.2.4"
|
|
5545
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
|
|
5546
|
+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
|
|
5547
|
+
dependencies:
|
|
5548
|
+
brace-expansion "^5.0.2"
|
|
5549
|
+
|
|
5531
5550
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
5532
5551
|
version "3.1.2"
|
|
5533
5552
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
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.3.
|
|
4
|
+
"version": "3.3.81",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.26.
|
|
45
|
+
"@salesforce/core": "^8.26.3",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
|
-
"fast-xml-parser": "^5.4.
|
|
48
|
+
"fast-xml-parser": "^5.4.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
52
|
-
"@oclif/core": "^4.8.
|
|
52
|
+
"@oclif/core": "^4.8.2",
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.3.9",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.81",
|
|
57
57
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
58
58
|
"oclif": "^4.22.81",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"type": "module",
|
|
245
245
|
"author": "Salesforce",
|
|
246
246
|
"sfdx": {
|
|
247
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
248
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
247
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.81.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.81.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|