@salesforce/plugin-custom-metadata 3.3.52 → 3.3.54
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 +26 -26
- package/oclif.lock +24 -24
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.54/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.54/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.54/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.54/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.54/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.54",
|
|
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.54",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.11.0",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
14
14
|
"csv-parse": "^5.6.0",
|
|
15
15
|
"fast-xml-parser": "^4.5.3"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
19
|
-
"@oclif/core": "^4.
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
19
|
+
"@oclif/core": "^4.3.0",
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.52",
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.22",
|
|
25
25
|
"oclif": "^4.17.46",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.8.3"
|
|
@@ -3922,9 +3922,9 @@
|
|
|
3922
3922
|
}
|
|
3923
3923
|
},
|
|
3924
3924
|
"node_modules/@oclif/core": {
|
|
3925
|
-
"version": "4.
|
|
3926
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
3927
|
-
"integrity": "sha512-
|
|
3925
|
+
"version": "4.3.0",
|
|
3926
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
|
|
3927
|
+
"integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
|
|
3928
3928
|
"license": "MIT",
|
|
3929
3929
|
"dependencies": {
|
|
3930
3930
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3998,9 +3998,9 @@
|
|
|
3998
3998
|
}
|
|
3999
3999
|
},
|
|
4000
4000
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4001
|
-
"version": "5.2.
|
|
4002
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
4003
|
-
"integrity": "sha512-
|
|
4001
|
+
"version": "5.2.39",
|
|
4002
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
|
|
4003
|
+
"integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
|
|
4004
4004
|
"dev": true,
|
|
4005
4005
|
"license": "MIT",
|
|
4006
4006
|
"dependencies": {
|
|
@@ -4290,12 +4290,12 @@
|
|
|
4290
4290
|
}
|
|
4291
4291
|
},
|
|
4292
4292
|
"node_modules/@salesforce/core": {
|
|
4293
|
-
"version": "8.
|
|
4294
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4295
|
-
"integrity": "sha512-
|
|
4293
|
+
"version": "8.11.0",
|
|
4294
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.0.tgz",
|
|
4295
|
+
"integrity": "sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==",
|
|
4296
4296
|
"license": "BSD-3-Clause",
|
|
4297
4297
|
"dependencies": {
|
|
4298
|
-
"@jsforce/jsforce-node": "^3.
|
|
4298
|
+
"@jsforce/jsforce-node": "^3.8.1",
|
|
4299
4299
|
"@salesforce/kit": "^3.2.2",
|
|
4300
4300
|
"@salesforce/schemas": "^1.9.0",
|
|
4301
4301
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -4415,14 +4415,14 @@
|
|
|
4415
4415
|
}
|
|
4416
4416
|
},
|
|
4417
4417
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4418
|
-
"version": "3.1.
|
|
4419
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4420
|
-
"integrity": "sha512-
|
|
4418
|
+
"version": "3.1.52",
|
|
4419
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz",
|
|
4420
|
+
"integrity": "sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==",
|
|
4421
4421
|
"dev": true,
|
|
4422
|
-
"license": "
|
|
4422
|
+
"license": "Apache-2.0",
|
|
4423
4423
|
"dependencies": {
|
|
4424
4424
|
"@oclif/core": "^4",
|
|
4425
|
-
"@salesforce/core": "^8.
|
|
4425
|
+
"@salesforce/core": "^8.10.1",
|
|
4426
4426
|
"@salesforce/kit": "^3.2.3",
|
|
4427
4427
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4428
4428
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -7820,13 +7820,13 @@
|
|
|
7820
7820
|
}
|
|
7821
7821
|
},
|
|
7822
7822
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7823
|
-
"version": "1.20.
|
|
7824
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7825
|
-
"integrity": "sha512-
|
|
7823
|
+
"version": "1.20.22",
|
|
7824
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz",
|
|
7825
|
+
"integrity": "sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==",
|
|
7826
7826
|
"dev": true,
|
|
7827
7827
|
"license": "BSD-3-Clause",
|
|
7828
7828
|
"dependencies": {
|
|
7829
|
-
"@salesforce/core": "^8.10.
|
|
7829
|
+
"@salesforce/core": "^8.10.1",
|
|
7830
7830
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7831
7831
|
},
|
|
7832
7832
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1516,7 +1516,7 @@
|
|
|
1516
1516
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1517
1517
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1518
1518
|
|
|
1519
|
-
"@jsforce/jsforce-node@^3.
|
|
1519
|
+
"@jsforce/jsforce-node@^3.8.1":
|
|
1520
1520
|
version "3.8.1"
|
|
1521
1521
|
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz#482fcf2820b48a6b10930d33550eb4e4cbd1e480"
|
|
1522
1522
|
integrity sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==
|
|
@@ -1553,10 +1553,10 @@
|
|
|
1553
1553
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1554
1554
|
fastq "^1.6.0"
|
|
1555
1555
|
|
|
1556
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10":
|
|
1557
|
-
version "4.
|
|
1558
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1559
|
-
integrity sha512-
|
|
1556
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
|
|
1557
|
+
version "4.3.0"
|
|
1558
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
|
|
1559
|
+
integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
|
|
1560
1560
|
dependencies:
|
|
1561
1561
|
ansi-escapes "^4.3.2"
|
|
1562
1562
|
ansis "^3.17.0"
|
|
@@ -1577,10 +1577,10 @@
|
|
|
1577
1577
|
wordwrap "^1.0.0"
|
|
1578
1578
|
wrap-ansi "^7.0.0"
|
|
1579
1579
|
|
|
1580
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1581
|
-
version "5.2.
|
|
1582
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1583
|
-
integrity sha512-
|
|
1580
|
+
"@oclif/plugin-command-snapshot@^5.2.39":
|
|
1581
|
+
version "5.2.39"
|
|
1582
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
|
|
1583
|
+
integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
|
|
1584
1584
|
dependencies:
|
|
1585
1585
|
"@oclif/core" "^4"
|
|
1586
1586
|
ansis "^3.17.0"
|
|
@@ -1663,12 +1663,12 @@
|
|
|
1663
1663
|
strip-ansi "6.0.1"
|
|
1664
1664
|
ts-retry-promise "^0.8.1"
|
|
1665
1665
|
|
|
1666
|
-
"@salesforce/core@^8.10.
|
|
1667
|
-
version "8.
|
|
1668
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1669
|
-
integrity sha512-
|
|
1666
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.11.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1667
|
+
version "8.11.0"
|
|
1668
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.0.tgz#23d5ddcc318008230258ab449e70a26f671123c2"
|
|
1669
|
+
integrity sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==
|
|
1670
1670
|
dependencies:
|
|
1671
|
-
"@jsforce/jsforce-node" "^3.
|
|
1671
|
+
"@jsforce/jsforce-node" "^3.8.1"
|
|
1672
1672
|
"@salesforce/kit" "^3.2.2"
|
|
1673
1673
|
"@salesforce/schemas" "^1.9.0"
|
|
1674
1674
|
"@salesforce/ts-types" "^2.0.10"
|
|
@@ -1731,13 +1731,13 @@
|
|
|
1731
1731
|
dependencies:
|
|
1732
1732
|
"@salesforce/ts-types" "^2.0.12"
|
|
1733
1733
|
|
|
1734
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1735
|
-
version "3.1.
|
|
1736
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1737
|
-
integrity sha512-
|
|
1734
|
+
"@salesforce/plugin-command-reference@^3.1.52":
|
|
1735
|
+
version "3.1.52"
|
|
1736
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz#30ab766cd8bb8f66a8a636ee04f9d39717b8e5e6"
|
|
1737
|
+
integrity sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==
|
|
1738
1738
|
dependencies:
|
|
1739
1739
|
"@oclif/core" "^4"
|
|
1740
|
-
"@salesforce/core" "^8.
|
|
1740
|
+
"@salesforce/core" "^8.10.1"
|
|
1741
1741
|
"@salesforce/kit" "^3.2.3"
|
|
1742
1742
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1743
1743
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -3851,12 +3851,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3851
3851
|
semver "^7.5.4"
|
|
3852
3852
|
spdx-expression-parse "^4.0.0"
|
|
3853
3853
|
|
|
3854
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
3855
|
-
version "1.20.
|
|
3856
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
3857
|
-
integrity sha512-
|
|
3854
|
+
eslint-plugin-sf-plugin@^1.20.22:
|
|
3855
|
+
version "1.20.22"
|
|
3856
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz#d6454d3f6496163b7ca4756fed045edee6666ce1"
|
|
3857
|
+
integrity sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==
|
|
3858
3858
|
dependencies:
|
|
3859
|
-
"@salesforce/core" "^8.10.
|
|
3859
|
+
"@salesforce/core" "^8.10.1"
|
|
3860
3860
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3861
3861
|
|
|
3862
3862
|
eslint-plugin-unicorn@^50.0.1:
|
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.54",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.
|
|
45
|
+
"@salesforce/core": "^8.11.0",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
48
|
"fast-xml-parser": "^4.5.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
52
|
-
"@oclif/core": "^4.
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
52
|
+
"@oclif/core": "^4.3.0",
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.52",
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.20.22",
|
|
58
58
|
"oclif": "^4.17.46",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.8.3"
|
|
@@ -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.54.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.54.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|