@salesforce/plugin-custom-metadata 3.3.3 → 3.3.4
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 +21 -21
- package/oclif.lock +21 -21
- 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.4/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.4/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.4/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.4/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.4/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.4",
|
|
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.4",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.2",
|
|
13
13
|
"@salesforce/core": "^7.3.0",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^9.0.4",
|
|
15
15
|
"csv-parse": "^5.5.5",
|
|
16
16
|
"fast-xml-parser": "^4.3.6"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.2.
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.2.3",
|
|
22
22
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.0.76",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
@@ -3403,14 +3403,14 @@
|
|
|
3403
3403
|
}
|
|
3404
3404
|
},
|
|
3405
3405
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3406
|
-
"version": "5.2.
|
|
3407
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.
|
|
3408
|
-
"integrity": "sha512-
|
|
3406
|
+
"version": "5.2.3",
|
|
3407
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.3.tgz",
|
|
3408
|
+
"integrity": "sha512-6x24mYi2F2ywVo3Gygc3H+B1PC6e9MRdVuFwal0qp4D7PisnANrNJai7csgv1XwErG2B2fuDD9w/On1XZV+gSA==",
|
|
3409
3409
|
"dev": true,
|
|
3410
3410
|
"license": "BSD-3-Clause",
|
|
3411
3411
|
"dependencies": {
|
|
3412
|
-
"@salesforce/core": "^7.
|
|
3413
|
-
"@salesforce/kit": "^3.1.
|
|
3412
|
+
"@salesforce/core": "^7.3.0",
|
|
3413
|
+
"@salesforce/kit": "^3.1.1",
|
|
3414
3414
|
"@salesforce/ts-types": "^2.0.9",
|
|
3415
3415
|
"@types/shelljs": "^0.8.15",
|
|
3416
3416
|
"debug": "^4.3.1",
|
|
@@ -3524,13 +3524,13 @@
|
|
|
3524
3524
|
}
|
|
3525
3525
|
},
|
|
3526
3526
|
"node_modules/@salesforce/core": {
|
|
3527
|
-
"version": "7.3.
|
|
3528
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3529
|
-
"integrity": "sha512-
|
|
3527
|
+
"version": "7.3.1",
|
|
3528
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.1.tgz",
|
|
3529
|
+
"integrity": "sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==",
|
|
3530
3530
|
"license": "BSD-3-Clause",
|
|
3531
3531
|
"dependencies": {
|
|
3532
3532
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
3533
|
-
"@salesforce/kit": "^3.1.
|
|
3533
|
+
"@salesforce/kit": "^3.1.1",
|
|
3534
3534
|
"@salesforce/schemas": "^1.7.0",
|
|
3535
3535
|
"@salesforce/ts-types": "^2.0.9",
|
|
3536
3536
|
"ajv": "^8.12.0",
|
|
@@ -3632,9 +3632,9 @@
|
|
|
3632
3632
|
}
|
|
3633
3633
|
},
|
|
3634
3634
|
"node_modules/@salesforce/kit": {
|
|
3635
|
-
"version": "3.1.
|
|
3636
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
|
3637
|
-
"integrity": "sha512-
|
|
3635
|
+
"version": "3.1.1",
|
|
3636
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.1.tgz",
|
|
3637
|
+
"integrity": "sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==",
|
|
3638
3638
|
"license": "BSD-3-Clause",
|
|
3639
3639
|
"dependencies": {
|
|
3640
3640
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3688,15 +3688,15 @@
|
|
|
3688
3688
|
"license": "ISC"
|
|
3689
3689
|
},
|
|
3690
3690
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3691
|
-
"version": "9.0.
|
|
3692
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
3693
|
-
"integrity": "sha512-
|
|
3691
|
+
"version": "9.0.4",
|
|
3692
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.4.tgz",
|
|
3693
|
+
"integrity": "sha512-JJ6BMgzF+idYNSOpBt8mFsSB8GnXN85vwdsXT0gkCdIy1YB9CdgyKJwWqDRw2nTy+fmeeS+2FKA3NS2hbBXyRQ==",
|
|
3694
3694
|
"license": "BSD-3-Clause",
|
|
3695
3695
|
"dependencies": {
|
|
3696
3696
|
"@inquirer/confirm": "^2.0.17",
|
|
3697
3697
|
"@inquirer/password": "^1.1.16",
|
|
3698
|
-
"@oclif/core": "^3.26.
|
|
3699
|
-
"@salesforce/core": "^7.
|
|
3698
|
+
"@oclif/core": "^3.26.2",
|
|
3699
|
+
"@salesforce/core": "^7.2.0",
|
|
3700
3700
|
"@salesforce/kit": "^3.1.0",
|
|
3701
3701
|
"@salesforce/ts-types": "^2.0.9",
|
|
3702
3702
|
"chalk": "^5.3.0"
|
package/oclif.lock
CHANGED
|
@@ -1660,13 +1660,13 @@
|
|
|
1660
1660
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1661
1661
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1662
1662
|
|
|
1663
|
-
"@salesforce/cli-plugins-testkit@^5.2.
|
|
1664
|
-
version "5.2.
|
|
1665
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.
|
|
1666
|
-
integrity sha512-
|
|
1663
|
+
"@salesforce/cli-plugins-testkit@^5.2.3":
|
|
1664
|
+
version "5.2.3"
|
|
1665
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.3.tgz#20ce2d4e508b0bcaa60c4566b7f1c6bd99280cb8"
|
|
1666
|
+
integrity sha512-6x24mYi2F2ywVo3Gygc3H+B1PC6e9MRdVuFwal0qp4D7PisnANrNJai7csgv1XwErG2B2fuDD9w/On1XZV+gSA==
|
|
1667
1667
|
dependencies:
|
|
1668
|
-
"@salesforce/core" "^7.
|
|
1669
|
-
"@salesforce/kit" "^3.1.
|
|
1668
|
+
"@salesforce/core" "^7.3.0"
|
|
1669
|
+
"@salesforce/kit" "^3.1.1"
|
|
1670
1670
|
"@salesforce/ts-types" "^2.0.9"
|
|
1671
1671
|
"@types/shelljs" "^0.8.15"
|
|
1672
1672
|
debug "^4.3.1"
|
|
@@ -1676,13 +1676,13 @@
|
|
|
1676
1676
|
strip-ansi "6.0.1"
|
|
1677
1677
|
ts-retry-promise "^0.8.0"
|
|
1678
1678
|
|
|
1679
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.1.0", "@salesforce/core@^7.3.0":
|
|
1680
|
-
version "7.3.
|
|
1681
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1682
|
-
integrity sha512-
|
|
1679
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.1.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
|
|
1680
|
+
version "7.3.1"
|
|
1681
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
|
|
1682
|
+
integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
|
|
1683
1683
|
dependencies:
|
|
1684
1684
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1685
|
-
"@salesforce/kit" "^3.1.
|
|
1685
|
+
"@salesforce/kit" "^3.1.1"
|
|
1686
1686
|
"@salesforce/schemas" "^1.7.0"
|
|
1687
1687
|
"@salesforce/ts-types" "^2.0.9"
|
|
1688
1688
|
ajv "^8.12.0"
|
|
@@ -1736,10 +1736,10 @@
|
|
|
1736
1736
|
typescript "^5.4.3"
|
|
1737
1737
|
wireit "^0.14.4"
|
|
1738
1738
|
|
|
1739
|
-
"@salesforce/kit@^3.1.0":
|
|
1740
|
-
version "3.1.
|
|
1741
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.
|
|
1742
|
-
integrity sha512-
|
|
1739
|
+
"@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1":
|
|
1740
|
+
version "3.1.1"
|
|
1741
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.1.tgz#d2147a50887214763cdf1c456d306b6da554d928"
|
|
1742
|
+
integrity sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==
|
|
1743
1743
|
dependencies:
|
|
1744
1744
|
"@salesforce/ts-types" "^2.0.9"
|
|
1745
1745
|
tslib "^2.6.2"
|
|
@@ -1768,15 +1768,15 @@
|
|
|
1768
1768
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1769
1769
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1770
1770
|
|
|
1771
|
-
"@salesforce/sf-plugins-core@^9.0.1":
|
|
1772
|
-
version "9.0.
|
|
1773
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1774
|
-
integrity sha512-
|
|
1771
|
+
"@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.4":
|
|
1772
|
+
version "9.0.4"
|
|
1773
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.4.tgz#6ff2de0890051d74c59b725f5dac98f413954e15"
|
|
1774
|
+
integrity sha512-JJ6BMgzF+idYNSOpBt8mFsSB8GnXN85vwdsXT0gkCdIy1YB9CdgyKJwWqDRw2nTy+fmeeS+2FKA3NS2hbBXyRQ==
|
|
1775
1775
|
dependencies:
|
|
1776
1776
|
"@inquirer/confirm" "^2.0.17"
|
|
1777
1777
|
"@inquirer/password" "^1.1.16"
|
|
1778
|
-
"@oclif/core" "^3.26.
|
|
1779
|
-
"@salesforce/core" "^7.
|
|
1778
|
+
"@oclif/core" "^3.26.2"
|
|
1779
|
+
"@salesforce/core" "^7.2.0"
|
|
1780
1780
|
"@salesforce/kit" "^3.1.0"
|
|
1781
1781
|
"@salesforce/ts-types" "^2.0.9"
|
|
1782
1782
|
chalk "^5.3.0"
|
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.4",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@oclif/core": "^3.26.2",
|
|
46
46
|
"@salesforce/core": "^7.3.0",
|
|
47
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
47
|
+
"@salesforce/sf-plugins-core": "^9.0.4",
|
|
48
48
|
"csv-parse": "^5.5.5",
|
|
49
49
|
"fast-xml-parser": "^4.3.6"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@jsforce/jsforce-node": "^3.1.0",
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
54
|
-
"@salesforce/cli-plugins-testkit": "^5.2.
|
|
54
|
+
"@salesforce/cli-plugins-testkit": "^5.2.3",
|
|
55
55
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
56
56
|
"@salesforce/plugin-command-reference": "^3.0.76",
|
|
57
57
|
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"type": "module",
|
|
243
243
|
"author": "Salesforce",
|
|
244
244
|
"sfdx": {
|
|
245
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
246
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
245
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.4.crt",
|
|
246
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.4.sig"
|
|
247
247
|
}
|
|
248
248
|
}
|