@salesforce/plugin-custom-metadata 3.3.27 → 3.3.29
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 +20 -20
- package/oclif.lock +18 -18
- 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.29/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.29/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.29/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.29/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.29/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.29",
|
|
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.29",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
13
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
12
|
+
"@salesforce/core": "^8.5.1",
|
|
13
|
+
"@salesforce/sf-plugins-core": "^11.3.6",
|
|
14
14
|
"csv-parse": "^5.5.6",
|
|
15
15
|
"fast-xml-parser": "^4.4.1"
|
|
16
16
|
},
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.2.14",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
|
22
22
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.20",
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.5",
|
|
25
25
|
"oclif": "^4.14.22",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.5.4"
|
|
@@ -3488,9 +3488,9 @@
|
|
|
3488
3488
|
}
|
|
3489
3489
|
},
|
|
3490
3490
|
"node_modules/@salesforce/core": {
|
|
3491
|
-
"version": "8.
|
|
3492
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3493
|
-
"integrity": "sha512-
|
|
3491
|
+
"version": "8.5.1",
|
|
3492
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.1.tgz",
|
|
3493
|
+
"integrity": "sha512-GZtvkd8NWAWsMKoCNoTO/YrsEk7kA5QjqLURQzk6euflnjpOCdaGuTyer5ZPIa2jFp3UksupLqM4p1NHwMJIQA==",
|
|
3494
3494
|
"license": "BSD-3-Clause",
|
|
3495
3495
|
"dependencies": {
|
|
3496
3496
|
"@jsforce/jsforce-node": "^3.4.0",
|
|
@@ -3613,16 +3613,16 @@
|
|
|
3613
3613
|
}
|
|
3614
3614
|
},
|
|
3615
3615
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3616
|
-
"version": "3.1.
|
|
3617
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
3618
|
-
"integrity": "sha512-
|
|
3616
|
+
"version": "3.1.20",
|
|
3617
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.20.tgz",
|
|
3618
|
+
"integrity": "sha512-SKLWcJR9HbRnrF2+PSrG7yGqBYEVa46I78pS4Nr8oy4yXG5RizTlWcHSPt2U2i5Mvhu70K7RDRNlm6vLWUbtjA==",
|
|
3619
3619
|
"dev": true,
|
|
3620
3620
|
"license": "BSD-3-Clause",
|
|
3621
3621
|
"dependencies": {
|
|
3622
3622
|
"@oclif/core": "^4",
|
|
3623
3623
|
"@salesforce/core": "^8.3.0",
|
|
3624
3624
|
"@salesforce/kit": "^3.2.1",
|
|
3625
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
3625
|
+
"@salesforce/sf-plugins-core": "^11.3.5",
|
|
3626
3626
|
"@salesforce/ts-types": "^2.0.11",
|
|
3627
3627
|
"chalk": "^5.3.0",
|
|
3628
3628
|
"debug": "^4.3.6",
|
|
@@ -3659,9 +3659,9 @@
|
|
|
3659
3659
|
"license": "ISC"
|
|
3660
3660
|
},
|
|
3661
3661
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3662
|
-
"version": "11.3.
|
|
3663
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
3664
|
-
"integrity": "sha512-
|
|
3662
|
+
"version": "11.3.6",
|
|
3663
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.6.tgz",
|
|
3664
|
+
"integrity": "sha512-UeWD2/FQejKz7BwB+c/Z/KoTCZ6eWuNlf7EObxdmPZgv1vGhL+jc5s/WETtCh9GrDYY8fJ9hycs2gTwy8rT2Dg==",
|
|
3665
3665
|
"license": "BSD-3-Clause",
|
|
3666
3666
|
"dependencies": {
|
|
3667
3667
|
"@inquirer/confirm": "^3.1.22",
|
|
@@ -7054,13 +7054,13 @@
|
|
|
7054
7054
|
}
|
|
7055
7055
|
},
|
|
7056
7056
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7057
|
-
"version": "1.20.
|
|
7058
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7059
|
-
"integrity": "sha512-
|
|
7057
|
+
"version": "1.20.5",
|
|
7058
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz",
|
|
7059
|
+
"integrity": "sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA==",
|
|
7060
7060
|
"dev": true,
|
|
7061
7061
|
"license": "BSD-3-Clause",
|
|
7062
7062
|
"dependencies": {
|
|
7063
|
-
"@salesforce/core": "^8.
|
|
7063
|
+
"@salesforce/core": "^8.4.0",
|
|
7064
7064
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7065
7065
|
},
|
|
7066
7066
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1578,10 +1578,10 @@
|
|
|
1578
1578
|
strip-ansi "6.0.1"
|
|
1579
1579
|
ts-retry-promise "^0.8.1"
|
|
1580
1580
|
|
|
1581
|
-
"@salesforce/core@^8.
|
|
1582
|
-
version "8.
|
|
1583
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1584
|
-
integrity sha512-
|
|
1581
|
+
"@salesforce/core@^8.3.0", "@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1":
|
|
1582
|
+
version "8.5.1"
|
|
1583
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.1.tgz#1e58f6de05c3fee8f0cf9518c8e51893057655f6"
|
|
1584
|
+
integrity sha512-GZtvkd8NWAWsMKoCNoTO/YrsEk7kA5QjqLURQzk6euflnjpOCdaGuTyer5ZPIa2jFp3UksupLqM4p1NHwMJIQA==
|
|
1585
1585
|
dependencies:
|
|
1586
1586
|
"@jsforce/jsforce-node" "^3.4.0"
|
|
1587
1587
|
"@salesforce/kit" "^3.1.6"
|
|
@@ -1646,15 +1646,15 @@
|
|
|
1646
1646
|
dependencies:
|
|
1647
1647
|
"@salesforce/ts-types" "^2.0.12"
|
|
1648
1648
|
|
|
1649
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1650
|
-
version "3.1.
|
|
1651
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1652
|
-
integrity sha512-
|
|
1649
|
+
"@salesforce/plugin-command-reference@^3.1.20":
|
|
1650
|
+
version "3.1.20"
|
|
1651
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.20.tgz#4cfb5a773d63219967ce6016bd8596af3338b867"
|
|
1652
|
+
integrity sha512-SKLWcJR9HbRnrF2+PSrG7yGqBYEVa46I78pS4Nr8oy4yXG5RizTlWcHSPt2U2i5Mvhu70K7RDRNlm6vLWUbtjA==
|
|
1653
1653
|
dependencies:
|
|
1654
1654
|
"@oclif/core" "^4"
|
|
1655
1655
|
"@salesforce/core" "^8.3.0"
|
|
1656
1656
|
"@salesforce/kit" "^3.2.1"
|
|
1657
|
-
"@salesforce/sf-plugins-core" "^11.3.
|
|
1657
|
+
"@salesforce/sf-plugins-core" "^11.3.5"
|
|
1658
1658
|
"@salesforce/ts-types" "^2.0.11"
|
|
1659
1659
|
chalk "^5.3.0"
|
|
1660
1660
|
debug "^4.3.6"
|
|
@@ -1670,10 +1670,10 @@
|
|
|
1670
1670
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1671
1671
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1672
1672
|
|
|
1673
|
-
"@salesforce/sf-plugins-core@^11.3.
|
|
1674
|
-
version "11.3.
|
|
1675
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
1676
|
-
integrity sha512-
|
|
1673
|
+
"@salesforce/sf-plugins-core@^11.3.5", "@salesforce/sf-plugins-core@^11.3.6":
|
|
1674
|
+
version "11.3.6"
|
|
1675
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.6.tgz#c59d0b3edd53b540c62631c6ef6f8f6a0a4b898f"
|
|
1676
|
+
integrity sha512-UeWD2/FQejKz7BwB+c/Z/KoTCZ6eWuNlf7EObxdmPZgv1vGhL+jc5s/WETtCh9GrDYY8fJ9hycs2gTwy8rT2Dg==
|
|
1677
1677
|
dependencies:
|
|
1678
1678
|
"@inquirer/confirm" "^3.1.22"
|
|
1679
1679
|
"@inquirer/password" "^2.1.22"
|
|
@@ -3811,12 +3811,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3811
3811
|
semver "^7.5.4"
|
|
3812
3812
|
spdx-expression-parse "^4.0.0"
|
|
3813
3813
|
|
|
3814
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
3815
|
-
version "1.20.
|
|
3816
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
3817
|
-
integrity sha512-
|
|
3814
|
+
eslint-plugin-sf-plugin@^1.20.5:
|
|
3815
|
+
version "1.20.5"
|
|
3816
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz#167657e6dd319e5e5bcc8a733668fff8e7a8089a"
|
|
3817
|
+
integrity sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA==
|
|
3818
3818
|
dependencies:
|
|
3819
|
-
"@salesforce/core" "^8.
|
|
3819
|
+
"@salesforce/core" "^8.4.0"
|
|
3820
3820
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3821
3821
|
|
|
3822
3822
|
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.29",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.
|
|
46
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
45
|
+
"@salesforce/core": "^8.5.1",
|
|
46
|
+
"@salesforce/sf-plugins-core": "^11.3.6",
|
|
47
47
|
"csv-parse": "^5.5.6",
|
|
48
48
|
"fast-xml-parser": "^4.4.1"
|
|
49
49
|
},
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.2.14",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
|
55
55
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.20",
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.20.5",
|
|
58
58
|
"oclif": "^4.14.22",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.5.4"
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"type": "module",
|
|
244
244
|
"author": "Salesforce",
|
|
245
245
|
"sfdx": {
|
|
246
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
247
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.29.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.29.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|