@salesforce/plugin-custom-metadata 3.3.24 → 3.3.25
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 +17 -17
- package/oclif.lock +19 -19
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.25/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.25/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.25/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.25/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.25/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.25",
|
|
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.25",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.2.7",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
14
14
|
"csv-parse": "^5.5.6",
|
|
15
15
|
"fast-xml-parser": "^4.4.1"
|
|
16
16
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@jsforce/jsforce-node": "^3.3.2",
|
|
19
19
|
"@oclif/core": "^4.0.7",
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.2.12",
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
|
22
22
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.1.13",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.4",
|
|
@@ -4232,14 +4232,14 @@
|
|
|
4232
4232
|
}
|
|
4233
4233
|
},
|
|
4234
4234
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
4235
|
-
"version": "5.3.
|
|
4236
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
4237
|
-
"integrity": "sha512-
|
|
4235
|
+
"version": "5.3.26",
|
|
4236
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.26.tgz",
|
|
4237
|
+
"integrity": "sha512-5+Cx0Gbx5v+uvB6TQr+gHIRULOCUhzLtlBRh2UZQoWlUihlOvTYIOXqWQP50qm92KlV0iv3LJ25zJQDFnvAIzQ==",
|
|
4238
4238
|
"dev": true,
|
|
4239
4239
|
"license": "BSD-3-Clause",
|
|
4240
4240
|
"dependencies": {
|
|
4241
|
-
"@salesforce/core": "^8.
|
|
4242
|
-
"@salesforce/kit": "^3.2.
|
|
4241
|
+
"@salesforce/core": "^8.4.0",
|
|
4242
|
+
"@salesforce/kit": "^3.2.1",
|
|
4243
4243
|
"@salesforce/ts-types": "^2.0.11",
|
|
4244
4244
|
"@types/shelljs": "^0.8.15",
|
|
4245
4245
|
"debug": "^4.3.6",
|
|
@@ -4343,9 +4343,9 @@
|
|
|
4343
4343
|
}
|
|
4344
4344
|
},
|
|
4345
4345
|
"node_modules/@salesforce/core": {
|
|
4346
|
-
"version": "8.
|
|
4347
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4348
|
-
"integrity": "sha512-
|
|
4346
|
+
"version": "8.4.0",
|
|
4347
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.4.0.tgz",
|
|
4348
|
+
"integrity": "sha512-P+n0+Sp+v6voLTShW2E5sdF7gCUxEXJjNcc9Jtto0ZMyQesmQJ6WGpWmAuRoi+BVYc8OPSlEffndaYDAo/u73g==",
|
|
4349
4349
|
"license": "BSD-3-Clause",
|
|
4350
4350
|
"dependencies": {
|
|
4351
4351
|
"@jsforce/jsforce-node": "^3.4.0",
|
|
@@ -4537,13 +4537,13 @@
|
|
|
4537
4537
|
"license": "ISC"
|
|
4538
4538
|
},
|
|
4539
4539
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4540
|
-
"version": "11.3.
|
|
4541
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
4542
|
-
"integrity": "sha512-
|
|
4540
|
+
"version": "11.3.2",
|
|
4541
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.2.tgz",
|
|
4542
|
+
"integrity": "sha512-QyFX/PBzw/hkBUJFl1HH+g7ghRSIwWy9Y0NZgCQgWQQJtV6Sfi4fyeaUafsiOjVnyCqa+r+tWHV/JgRr2yK9NA==",
|
|
4543
4543
|
"license": "BSD-3-Clause",
|
|
4544
4544
|
"dependencies": {
|
|
4545
|
-
"@inquirer/confirm": "^3.1.
|
|
4546
|
-
"@inquirer/password": "^2.1.
|
|
4545
|
+
"@inquirer/confirm": "^3.1.22",
|
|
4546
|
+
"@inquirer/password": "^2.1.22",
|
|
4547
4547
|
"@oclif/core": "^4.0.15",
|
|
4548
4548
|
"@salesforce/core": "^8.2.7",
|
|
4549
4549
|
"@salesforce/kit": "^3.2.1",
|
package/oclif.lock
CHANGED
|
@@ -1312,7 +1312,7 @@
|
|
|
1312
1312
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
|
|
1313
1313
|
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
|
|
1314
1314
|
|
|
1315
|
-
"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.
|
|
1315
|
+
"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.22":
|
|
1316
1316
|
version "3.1.22"
|
|
1317
1317
|
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.22.tgz#23990624c11f60c6f7a5b0558c7505c35076a037"
|
|
1318
1318
|
integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
"@inquirer/core" "^9.0.8"
|
|
1391
1391
|
"@inquirer/type" "^1.5.1"
|
|
1392
1392
|
|
|
1393
|
-
"@inquirer/password@^2.1.
|
|
1393
|
+
"@inquirer/password@^2.1.22":
|
|
1394
1394
|
version "2.1.22"
|
|
1395
1395
|
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.22.tgz#ec7ee5709923cf285b3e0ae53eed4fdc3c05b422"
|
|
1396
1396
|
integrity sha512-5Fxt1L9vh3rAKqjYwqsjU4DZsEvY/2Gll+QkqR4yEpy6wvzLxdSgFhUcxfDAOtO4BEoTreWoznC0phagwLU5Kw==
|
|
@@ -1662,13 +1662,13 @@
|
|
|
1662
1662
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1663
1663
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1664
1664
|
|
|
1665
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1666
|
-
version "5.3.
|
|
1667
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1668
|
-
integrity sha512-
|
|
1665
|
+
"@salesforce/cli-plugins-testkit@^5.3.26":
|
|
1666
|
+
version "5.3.26"
|
|
1667
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.26.tgz#11f4946b24749a7f32125688ed43ae9dbc248e60"
|
|
1668
|
+
integrity sha512-5+Cx0Gbx5v+uvB6TQr+gHIRULOCUhzLtlBRh2UZQoWlUihlOvTYIOXqWQP50qm92KlV0iv3LJ25zJQDFnvAIzQ==
|
|
1669
1669
|
dependencies:
|
|
1670
|
-
"@salesforce/core" "^8.
|
|
1671
|
-
"@salesforce/kit" "^3.2.
|
|
1670
|
+
"@salesforce/core" "^8.4.0"
|
|
1671
|
+
"@salesforce/kit" "^3.2.1"
|
|
1672
1672
|
"@salesforce/ts-types" "^2.0.11"
|
|
1673
1673
|
"@types/shelljs" "^0.8.15"
|
|
1674
1674
|
debug "^4.3.6"
|
|
@@ -1678,10 +1678,10 @@
|
|
|
1678
1678
|
strip-ansi "6.0.1"
|
|
1679
1679
|
ts-retry-promise "^0.8.1"
|
|
1680
1680
|
|
|
1681
|
-
"@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7", "@salesforce/core@^8.3.0":
|
|
1682
|
-
version "8.
|
|
1683
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1684
|
-
integrity sha512-
|
|
1681
|
+
"@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7", "@salesforce/core@^8.3.0", "@salesforce/core@^8.4.0":
|
|
1682
|
+
version "8.4.0"
|
|
1683
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.4.0.tgz#d2ddfe07994c42b1e917e581e9cf47ad27b97a93"
|
|
1684
|
+
integrity sha512-P+n0+Sp+v6voLTShW2E5sdF7gCUxEXJjNcc9Jtto0ZMyQesmQJ6WGpWmAuRoi+BVYc8OPSlEffndaYDAo/u73g==
|
|
1685
1685
|
dependencies:
|
|
1686
1686
|
"@jsforce/jsforce-node" "^3.4.0"
|
|
1687
1687
|
"@salesforce/kit" "^3.1.6"
|
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
typescript "^5.5.4"
|
|
1740
1740
|
wireit "^0.14.5"
|
|
1741
1741
|
|
|
1742
|
-
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.
|
|
1742
|
+
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.1":
|
|
1743
1743
|
version "3.2.1"
|
|
1744
1744
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.1.tgz#3de2c9ff52710a169fc887716d97c00d26065c56"
|
|
1745
1745
|
integrity sha512-LrZH2F06XPLUTMXC3av6A0VDAJykUqRtYB6tTjAKzwS1gCnp6BEn6VyjZNg0Fg/Kfp6OTrMxiIgbUFsNehEV7A==
|
|
@@ -1770,13 +1770,13 @@
|
|
|
1770
1770
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1771
1771
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1772
1772
|
|
|
1773
|
-
"@salesforce/sf-plugins-core@^11.2.0", "@salesforce/sf-plugins-core@^11.3.
|
|
1774
|
-
version "11.3.
|
|
1775
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
1776
|
-
integrity sha512-
|
|
1773
|
+
"@salesforce/sf-plugins-core@^11.2.0", "@salesforce/sf-plugins-core@^11.3.2":
|
|
1774
|
+
version "11.3.2"
|
|
1775
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.2.tgz#8a4ffde0bbef88fe4d669844a119e8f436d6b0ab"
|
|
1776
|
+
integrity sha512-QyFX/PBzw/hkBUJFl1HH+g7ghRSIwWy9Y0NZgCQgWQQJtV6Sfi4fyeaUafsiOjVnyCqa+r+tWHV/JgRr2yK9NA==
|
|
1777
1777
|
dependencies:
|
|
1778
|
-
"@inquirer/confirm" "^3.1.
|
|
1779
|
-
"@inquirer/password" "^2.1.
|
|
1778
|
+
"@inquirer/confirm" "^3.1.22"
|
|
1779
|
+
"@inquirer/password" "^2.1.22"
|
|
1780
1780
|
"@oclif/core" "^4.0.15"
|
|
1781
1781
|
"@salesforce/core" "^8.2.7"
|
|
1782
1782
|
"@salesforce/kit" "^3.2.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.25",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@salesforce/core": "^8.2.7",
|
|
46
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
46
|
+
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
47
47
|
"csv-parse": "^5.5.6",
|
|
48
48
|
"fast-xml-parser": "^4.4.1"
|
|
49
49
|
},
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@jsforce/jsforce-node": "^3.3.2",
|
|
52
52
|
"@oclif/core": "^4.0.7",
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.2.12",
|
|
54
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
54
|
+
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
|
55
55
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
56
56
|
"@salesforce/plugin-command-reference": "^3.1.13",
|
|
57
57
|
"eslint-plugin-sf-plugin": "^1.20.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.25.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.25.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|