@salesforce/plugin-custom-metadata 3.3.85 → 3.3.87
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 +197 -74
- package/oclif.lock +36 -12
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.87/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.87/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.87/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.87/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.87/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.87",
|
|
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.87",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.27.
|
|
12
|
+
"@salesforce/core": "^8.27.1",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
14
14
|
"csv-parse": "^5.6.0",
|
|
15
15
|
"fast-xml-parser": "^5.5.7"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
19
|
-
"@oclif/core": "^4.
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
19
|
+
"@oclif/core": "^4.10.2",
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.3.13",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.1.81",
|
|
@@ -2712,24 +2712,6 @@
|
|
|
2712
2712
|
"node": ">=12"
|
|
2713
2713
|
}
|
|
2714
2714
|
},
|
|
2715
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
2716
|
-
"version": "7.0.0",
|
|
2717
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2718
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2719
|
-
"dev": true,
|
|
2720
|
-
"license": "MIT",
|
|
2721
|
-
"dependencies": {
|
|
2722
|
-
"ansi-styles": "^4.0.0",
|
|
2723
|
-
"string-width": "^4.1.0",
|
|
2724
|
-
"strip-ansi": "^6.0.0"
|
|
2725
|
-
},
|
|
2726
|
-
"engines": {
|
|
2727
|
-
"node": ">=10"
|
|
2728
|
-
},
|
|
2729
|
-
"funding": {
|
|
2730
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2731
|
-
}
|
|
2732
|
-
},
|
|
2733
2715
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
2734
2716
|
"version": "17.7.1",
|
|
2735
2717
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
|
|
@@ -3394,6 +3376,20 @@
|
|
|
3394
3376
|
"url": "https://github.com/sponsors/isaacs"
|
|
3395
3377
|
}
|
|
3396
3378
|
},
|
|
3379
|
+
"node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
|
|
3380
|
+
"version": "6.2.0",
|
|
3381
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3382
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3383
|
+
"license": "MIT",
|
|
3384
|
+
"dependencies": {
|
|
3385
|
+
"ansi-styles": "^4.0.0",
|
|
3386
|
+
"string-width": "^4.1.0",
|
|
3387
|
+
"strip-ansi": "^6.0.0"
|
|
3388
|
+
},
|
|
3389
|
+
"engines": {
|
|
3390
|
+
"node": ">=8"
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3397
3393
|
"node_modules/@inquirer/confirm/node_modules/yoctocolors-cjs": {
|
|
3398
3394
|
"version": "2.1.2",
|
|
3399
3395
|
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
|
|
@@ -3457,6 +3453,21 @@
|
|
|
3457
3453
|
"url": "https://github.com/sponsors/isaacs"
|
|
3458
3454
|
}
|
|
3459
3455
|
},
|
|
3456
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
3457
|
+
"version": "6.2.0",
|
|
3458
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3459
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3460
|
+
"dev": true,
|
|
3461
|
+
"license": "MIT",
|
|
3462
|
+
"dependencies": {
|
|
3463
|
+
"ansi-styles": "^4.0.0",
|
|
3464
|
+
"string-width": "^4.1.0",
|
|
3465
|
+
"strip-ansi": "^6.0.0"
|
|
3466
|
+
},
|
|
3467
|
+
"engines": {
|
|
3468
|
+
"node": ">=8"
|
|
3469
|
+
}
|
|
3470
|
+
},
|
|
3460
3471
|
"node_modules/@inquirer/editor": {
|
|
3461
3472
|
"version": "4.2.23",
|
|
3462
3473
|
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz",
|
|
@@ -3622,6 +3633,21 @@
|
|
|
3622
3633
|
"url": "https://github.com/sponsors/isaacs"
|
|
3623
3634
|
}
|
|
3624
3635
|
},
|
|
3636
|
+
"node_modules/@inquirer/input/node_modules/wrap-ansi": {
|
|
3637
|
+
"version": "6.2.0",
|
|
3638
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3639
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3640
|
+
"dev": true,
|
|
3641
|
+
"license": "MIT",
|
|
3642
|
+
"dependencies": {
|
|
3643
|
+
"ansi-styles": "^4.0.0",
|
|
3644
|
+
"string-width": "^4.1.0",
|
|
3645
|
+
"strip-ansi": "^6.0.0"
|
|
3646
|
+
},
|
|
3647
|
+
"engines": {
|
|
3648
|
+
"node": ">=8"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3625
3651
|
"node_modules/@inquirer/input/node_modules/yoctocolors-cjs": {
|
|
3626
3652
|
"version": "2.1.2",
|
|
3627
3653
|
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
|
|
@@ -3739,6 +3765,20 @@
|
|
|
3739
3765
|
"url": "https://github.com/sponsors/isaacs"
|
|
3740
3766
|
}
|
|
3741
3767
|
},
|
|
3768
|
+
"node_modules/@inquirer/password/node_modules/wrap-ansi": {
|
|
3769
|
+
"version": "6.2.0",
|
|
3770
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3771
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3772
|
+
"license": "MIT",
|
|
3773
|
+
"dependencies": {
|
|
3774
|
+
"ansi-styles": "^4.0.0",
|
|
3775
|
+
"string-width": "^4.1.0",
|
|
3776
|
+
"strip-ansi": "^6.0.0"
|
|
3777
|
+
},
|
|
3778
|
+
"engines": {
|
|
3779
|
+
"node": ">=8"
|
|
3780
|
+
}
|
|
3781
|
+
},
|
|
3742
3782
|
"node_modules/@inquirer/password/node_modules/yoctocolors-cjs": {
|
|
3743
3783
|
"version": "2.1.2",
|
|
3744
3784
|
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
|
|
@@ -4010,6 +4050,21 @@
|
|
|
4010
4050
|
"url": "https://github.com/sponsors/isaacs"
|
|
4011
4051
|
}
|
|
4012
4052
|
},
|
|
4053
|
+
"node_modules/@inquirer/select/node_modules/wrap-ansi": {
|
|
4054
|
+
"version": "6.2.0",
|
|
4055
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
4056
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
4057
|
+
"dev": true,
|
|
4058
|
+
"license": "MIT",
|
|
4059
|
+
"dependencies": {
|
|
4060
|
+
"ansi-styles": "^4.0.0",
|
|
4061
|
+
"string-width": "^4.1.0",
|
|
4062
|
+
"strip-ansi": "^6.0.0"
|
|
4063
|
+
},
|
|
4064
|
+
"engines": {
|
|
4065
|
+
"node": ">=8"
|
|
4066
|
+
}
|
|
4067
|
+
},
|
|
4013
4068
|
"node_modules/@inquirer/select/node_modules/yoctocolors-cjs": {
|
|
4014
4069
|
"version": "2.1.2",
|
|
4015
4070
|
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
|
|
@@ -4437,9 +4492,9 @@
|
|
|
4437
4492
|
}
|
|
4438
4493
|
},
|
|
4439
4494
|
"node_modules/@oclif/core": {
|
|
4440
|
-
"version": "4.
|
|
4441
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
4442
|
-
"integrity": "sha512-
|
|
4495
|
+
"version": "4.10.2",
|
|
4496
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.2.tgz",
|
|
4497
|
+
"integrity": "sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==",
|
|
4443
4498
|
"license": "MIT",
|
|
4444
4499
|
"dependencies": {
|
|
4445
4500
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4516,27 +4571,10 @@
|
|
|
4516
4571
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4517
4572
|
}
|
|
4518
4573
|
},
|
|
4519
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
4520
|
-
"version": "7.0.0",
|
|
4521
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4522
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4523
|
-
"license": "MIT",
|
|
4524
|
-
"dependencies": {
|
|
4525
|
-
"ansi-styles": "^4.0.0",
|
|
4526
|
-
"string-width": "^4.1.0",
|
|
4527
|
-
"strip-ansi": "^6.0.0"
|
|
4528
|
-
},
|
|
4529
|
-
"engines": {
|
|
4530
|
-
"node": ">=10"
|
|
4531
|
-
},
|
|
4532
|
-
"funding": {
|
|
4533
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4534
|
-
}
|
|
4535
|
-
},
|
|
4536
4574
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4537
|
-
"version": "5.3.
|
|
4538
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
4539
|
-
"integrity": "sha512-
|
|
4575
|
+
"version": "5.3.13",
|
|
4576
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz",
|
|
4577
|
+
"integrity": "sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==",
|
|
4540
4578
|
"dev": true,
|
|
4541
4579
|
"license": "MIT",
|
|
4542
4580
|
"dependencies": {
|
|
@@ -4829,9 +4867,9 @@
|
|
|
4829
4867
|
}
|
|
4830
4868
|
},
|
|
4831
4869
|
"node_modules/@salesforce/core": {
|
|
4832
|
-
"version": "8.27.
|
|
4833
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.27.
|
|
4834
|
-
"integrity": "sha512-
|
|
4870
|
+
"version": "8.27.1",
|
|
4871
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.27.1.tgz",
|
|
4872
|
+
"integrity": "sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==",
|
|
4835
4873
|
"license": "BSD-3-Clause",
|
|
4836
4874
|
"dependencies": {
|
|
4837
4875
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -7480,6 +7518,21 @@
|
|
|
7480
7518
|
"wrap-ansi": "^6.2.0"
|
|
7481
7519
|
}
|
|
7482
7520
|
},
|
|
7521
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
7522
|
+
"version": "6.2.0",
|
|
7523
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
7524
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
7525
|
+
"dev": true,
|
|
7526
|
+
"license": "MIT",
|
|
7527
|
+
"dependencies": {
|
|
7528
|
+
"ansi-styles": "^4.0.0",
|
|
7529
|
+
"string-width": "^4.1.0",
|
|
7530
|
+
"strip-ansi": "^6.0.0"
|
|
7531
|
+
},
|
|
7532
|
+
"engines": {
|
|
7533
|
+
"node": ">=8"
|
|
7534
|
+
}
|
|
7535
|
+
},
|
|
7483
7536
|
"node_modules/color-convert": {
|
|
7484
7537
|
"version": "2.0.1",
|
|
7485
7538
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -9253,9 +9306,9 @@
|
|
|
9253
9306
|
}
|
|
9254
9307
|
},
|
|
9255
9308
|
"node_modules/flatted": {
|
|
9256
|
-
"version": "3.2
|
|
9257
|
-
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.
|
|
9258
|
-
"integrity": "sha512-
|
|
9309
|
+
"version": "3.4.2",
|
|
9310
|
+
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
|
|
9311
|
+
"integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
|
|
9259
9312
|
"dev": true,
|
|
9260
9313
|
"license": "ISC"
|
|
9261
9314
|
},
|
|
@@ -12015,24 +12068,6 @@
|
|
|
12015
12068
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
12016
12069
|
}
|
|
12017
12070
|
},
|
|
12018
|
-
"node_modules/mocha/node_modules/wrap-ansi": {
|
|
12019
|
-
"version": "7.0.0",
|
|
12020
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
12021
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
12022
|
-
"dev": true,
|
|
12023
|
-
"license": "MIT",
|
|
12024
|
-
"dependencies": {
|
|
12025
|
-
"ansi-styles": "^4.0.0",
|
|
12026
|
-
"string-width": "^4.1.0",
|
|
12027
|
-
"strip-ansi": "^6.0.0"
|
|
12028
|
-
},
|
|
12029
|
-
"engines": {
|
|
12030
|
-
"node": ">=10"
|
|
12031
|
-
},
|
|
12032
|
-
"funding": {
|
|
12033
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
12034
|
-
}
|
|
12035
|
-
},
|
|
12036
12071
|
"node_modules/mocha/node_modules/yargs": {
|
|
12037
12072
|
"version": "16.2.0",
|
|
12038
12073
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
@@ -12405,6 +12440,59 @@
|
|
|
12405
12440
|
"node": ">=18.0.0"
|
|
12406
12441
|
}
|
|
12407
12442
|
},
|
|
12443
|
+
"node_modules/oclif/node_modules/@oclif/core": {
|
|
12444
|
+
"version": "4.9.0",
|
|
12445
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.9.0.tgz",
|
|
12446
|
+
"integrity": "sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==",
|
|
12447
|
+
"dev": true,
|
|
12448
|
+
"license": "MIT",
|
|
12449
|
+
"dependencies": {
|
|
12450
|
+
"ansi-escapes": "^4.3.2",
|
|
12451
|
+
"ansis": "^3.17.0",
|
|
12452
|
+
"clean-stack": "^3.0.1",
|
|
12453
|
+
"cli-spinners": "^2.9.2",
|
|
12454
|
+
"debug": "^4.4.3",
|
|
12455
|
+
"ejs": "^3.1.10",
|
|
12456
|
+
"get-package-type": "^0.1.0",
|
|
12457
|
+
"indent-string": "^4.0.0",
|
|
12458
|
+
"is-wsl": "^2.2.0",
|
|
12459
|
+
"lilconfig": "^3.1.3",
|
|
12460
|
+
"minimatch": "^10.2.4",
|
|
12461
|
+
"semver": "^7.7.3",
|
|
12462
|
+
"string-width": "^4.2.3",
|
|
12463
|
+
"supports-color": "^8",
|
|
12464
|
+
"tinyglobby": "^0.2.14",
|
|
12465
|
+
"widest-line": "^3.1.0",
|
|
12466
|
+
"wordwrap": "^1.0.0",
|
|
12467
|
+
"wrap-ansi": "^7.0.0"
|
|
12468
|
+
},
|
|
12469
|
+
"engines": {
|
|
12470
|
+
"node": ">=18.0.0"
|
|
12471
|
+
}
|
|
12472
|
+
},
|
|
12473
|
+
"node_modules/oclif/node_modules/balanced-match": {
|
|
12474
|
+
"version": "4.0.4",
|
|
12475
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
12476
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
12477
|
+
"dev": true,
|
|
12478
|
+
"license": "MIT",
|
|
12479
|
+
"engines": {
|
|
12480
|
+
"node": "18 || 20 || >=22"
|
|
12481
|
+
}
|
|
12482
|
+
},
|
|
12483
|
+
"node_modules/oclif/node_modules/brace-expansion": {
|
|
12484
|
+
"version": "5.0.4",
|
|
12485
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
12486
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
12487
|
+
"dev": true,
|
|
12488
|
+
"license": "MIT",
|
|
12489
|
+
"dependencies": {
|
|
12490
|
+
"balanced-match": "^4.0.2"
|
|
12491
|
+
},
|
|
12492
|
+
"engines": {
|
|
12493
|
+
"node": "18 || 20 || >=22"
|
|
12494
|
+
}
|
|
12495
|
+
},
|
|
12408
12496
|
"node_modules/oclif/node_modules/hosted-git-info": {
|
|
12409
12497
|
"version": "7.0.2",
|
|
12410
12498
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
|
|
@@ -12418,6 +12506,22 @@
|
|
|
12418
12506
|
"node": "^16.14.0 || >=18.0.0"
|
|
12419
12507
|
}
|
|
12420
12508
|
},
|
|
12509
|
+
"node_modules/oclif/node_modules/minimatch": {
|
|
12510
|
+
"version": "10.2.4",
|
|
12511
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
12512
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
12513
|
+
"dev": true,
|
|
12514
|
+
"license": "BlueOak-1.0.0",
|
|
12515
|
+
"dependencies": {
|
|
12516
|
+
"brace-expansion": "^5.0.2"
|
|
12517
|
+
},
|
|
12518
|
+
"engines": {
|
|
12519
|
+
"node": "18 || 20 || >=22"
|
|
12520
|
+
},
|
|
12521
|
+
"funding": {
|
|
12522
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
12523
|
+
}
|
|
12524
|
+
},
|
|
12421
12525
|
"node_modules/oclif/node_modules/normalize-package-data": {
|
|
12422
12526
|
"version": "6.0.1",
|
|
12423
12527
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
|
|
@@ -12434,6 +12538,22 @@
|
|
|
12434
12538
|
"node": "^16.14.0 || >=18.0.0"
|
|
12435
12539
|
}
|
|
12436
12540
|
},
|
|
12541
|
+
"node_modules/oclif/node_modules/supports-color": {
|
|
12542
|
+
"version": "8.1.1",
|
|
12543
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
12544
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
12545
|
+
"dev": true,
|
|
12546
|
+
"license": "MIT",
|
|
12547
|
+
"dependencies": {
|
|
12548
|
+
"has-flag": "^4.0.0"
|
|
12549
|
+
},
|
|
12550
|
+
"engines": {
|
|
12551
|
+
"node": ">=10"
|
|
12552
|
+
},
|
|
12553
|
+
"funding": {
|
|
12554
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
12555
|
+
}
|
|
12556
|
+
},
|
|
12437
12557
|
"node_modules/on-exit-leak-free": {
|
|
12438
12558
|
"version": "2.1.0",
|
|
12439
12559
|
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz",
|
|
@@ -15184,9 +15304,9 @@
|
|
|
15184
15304
|
"license": "Apache-2.0"
|
|
15185
15305
|
},
|
|
15186
15306
|
"node_modules/wrap-ansi": {
|
|
15187
|
-
"version": "
|
|
15188
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
15189
|
-
"integrity": "sha512-
|
|
15307
|
+
"version": "7.0.0",
|
|
15308
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
15309
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
15190
15310
|
"license": "MIT",
|
|
15191
15311
|
"dependencies": {
|
|
15192
15312
|
"ansi-styles": "^4.0.0",
|
|
@@ -15194,7 +15314,10 @@
|
|
|
15194
15314
|
"strip-ansi": "^6.0.0"
|
|
15195
15315
|
},
|
|
15196
15316
|
"engines": {
|
|
15197
|
-
"node": ">=
|
|
15317
|
+
"node": ">=10"
|
|
15318
|
+
},
|
|
15319
|
+
"funding": {
|
|
15320
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
15198
15321
|
}
|
|
15199
15322
|
},
|
|
15200
15323
|
"node_modules/wrap-ansi-cjs": {
|
package/oclif.lock
CHANGED
|
@@ -1520,7 +1520,7 @@
|
|
|
1520
1520
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1521
1521
|
fastq "^1.6.0"
|
|
1522
1522
|
|
|
1523
|
-
"@oclif/core@4.9.0"
|
|
1523
|
+
"@oclif/core@4.9.0":
|
|
1524
1524
|
version "4.9.0"
|
|
1525
1525
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.9.0.tgz#aa9fbfc47ed4b0c7fdb9ae50b39a5b047fbca83c"
|
|
1526
1526
|
integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==
|
|
@@ -1544,10 +1544,34 @@
|
|
|
1544
1544
|
wordwrap "^1.0.0"
|
|
1545
1545
|
wrap-ansi "^7.0.0"
|
|
1546
1546
|
|
|
1547
|
-
"@oclif/
|
|
1548
|
-
version "
|
|
1549
|
-
resolved "https://registry.yarnpkg.com/@oclif/
|
|
1550
|
-
integrity sha512-
|
|
1547
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.8.0":
|
|
1548
|
+
version "4.10.2"
|
|
1549
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee"
|
|
1550
|
+
integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==
|
|
1551
|
+
dependencies:
|
|
1552
|
+
ansi-escapes "^4.3.2"
|
|
1553
|
+
ansis "^3.17.0"
|
|
1554
|
+
clean-stack "^3.0.1"
|
|
1555
|
+
cli-spinners "^2.9.2"
|
|
1556
|
+
debug "^4.4.3"
|
|
1557
|
+
ejs "^3.1.10"
|
|
1558
|
+
get-package-type "^0.1.0"
|
|
1559
|
+
indent-string "^4.0.0"
|
|
1560
|
+
is-wsl "^2.2.0"
|
|
1561
|
+
lilconfig "^3.1.3"
|
|
1562
|
+
minimatch "^10.2.4"
|
|
1563
|
+
semver "^7.7.3"
|
|
1564
|
+
string-width "^4.2.3"
|
|
1565
|
+
supports-color "^8"
|
|
1566
|
+
tinyglobby "^0.2.14"
|
|
1567
|
+
widest-line "^3.1.0"
|
|
1568
|
+
wordwrap "^1.0.0"
|
|
1569
|
+
wrap-ansi "^7.0.0"
|
|
1570
|
+
|
|
1571
|
+
"@oclif/plugin-command-snapshot@^5.3.13":
|
|
1572
|
+
version "5.3.13"
|
|
1573
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz#b63e9572091795c5659e61956c04a07bc956c5d2"
|
|
1574
|
+
integrity sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==
|
|
1551
1575
|
dependencies:
|
|
1552
1576
|
"@oclif/core" "^4"
|
|
1553
1577
|
ansis "^3.17.0"
|
|
@@ -1630,10 +1654,10 @@
|
|
|
1630
1654
|
strip-ansi "6.0.1"
|
|
1631
1655
|
ts-retry-promise "^0.8.1"
|
|
1632
1656
|
|
|
1633
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.
|
|
1634
|
-
version "8.27.
|
|
1635
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.
|
|
1636
|
-
integrity sha512-
|
|
1657
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1658
|
+
version "8.27.1"
|
|
1659
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
|
|
1660
|
+
integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
|
|
1637
1661
|
dependencies:
|
|
1638
1662
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1639
1663
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -4521,9 +4545,9 @@ flat@^5.0.2:
|
|
|
4521
4545
|
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
|
|
4522
4546
|
|
|
4523
4547
|
flatted@^3.1.0:
|
|
4524
|
-
version "3.2
|
|
4525
|
-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.
|
|
4526
|
-
integrity sha512-
|
|
4548
|
+
version "3.4.2"
|
|
4549
|
+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
|
|
4550
|
+
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
|
|
4527
4551
|
|
|
4528
4552
|
for-each@^0.3.3:
|
|
4529
4553
|
version "0.3.3"
|
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.87",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.27.
|
|
45
|
+
"@salesforce/core": "^8.27.1",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
48
|
"fast-xml-parser": "^5.5.7"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
52
|
-
"@oclif/core": "^4.
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
52
|
+
"@oclif/core": "^4.10.2",
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^5.3.13",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
56
56
|
"@salesforce/plugin-command-reference": "^3.1.81",
|
|
@@ -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.87.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.87.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|