@salesforce/plugin-custom-metadata 3.3.90 → 3.3.91
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 +22 -22
- package/oclif.lock +22 -22
- 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.91/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.91/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.91/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.91/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.91/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.91",
|
|
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.91",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.27.1",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
19
|
-
"@oclif/core": "^4.10.
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
19
|
+
"@oclif/core": "^4.10.3",
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.3.14",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.49",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.86",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"oclif": "^4.22.96",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
@@ -5829,9 +5829,9 @@
|
|
|
5829
5829
|
}
|
|
5830
5830
|
},
|
|
5831
5831
|
"node_modules/@oclif/core": {
|
|
5832
|
-
"version": "4.10.
|
|
5833
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
5834
|
-
"integrity": "sha512-
|
|
5832
|
+
"version": "4.10.3",
|
|
5833
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
|
|
5834
|
+
"integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
|
|
5835
5835
|
"license": "MIT",
|
|
5836
5836
|
"dependencies": {
|
|
5837
5837
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5909,9 +5909,9 @@
|
|
|
5909
5909
|
}
|
|
5910
5910
|
},
|
|
5911
5911
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
5912
|
-
"version": "5.3.
|
|
5913
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
5914
|
-
"integrity": "sha512-
|
|
5912
|
+
"version": "5.3.14",
|
|
5913
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz",
|
|
5914
|
+
"integrity": "sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ==",
|
|
5915
5915
|
"dev": true,
|
|
5916
5916
|
"license": "MIT",
|
|
5917
5917
|
"dependencies": {
|
|
@@ -6374,29 +6374,29 @@
|
|
|
6374
6374
|
"license": "MIT"
|
|
6375
6375
|
},
|
|
6376
6376
|
"node_modules/@salesforce/kit": {
|
|
6377
|
-
"version": "3.2.
|
|
6378
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.
|
|
6379
|
-
"integrity": "sha512-
|
|
6377
|
+
"version": "3.2.6",
|
|
6378
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.6.tgz",
|
|
6379
|
+
"integrity": "sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==",
|
|
6380
6380
|
"license": "Apache-2.0",
|
|
6381
6381
|
"dependencies": {
|
|
6382
6382
|
"@salesforce/ts-types": "^2.0.12"
|
|
6383
6383
|
}
|
|
6384
6384
|
},
|
|
6385
6385
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
6386
|
-
"version": "3.1.
|
|
6387
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
6388
|
-
"integrity": "sha512
|
|
6386
|
+
"version": "3.1.86",
|
|
6387
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.86.tgz",
|
|
6388
|
+
"integrity": "sha512-MxkdeHJxZJe7ouehfGo8/A6RVcZnilH/Hz6cXIIXYH1u5vjHkwMr6zdCuVbMed7QMXazkiczMwr86e6dkTb67Q==",
|
|
6389
6389
|
"dev": true,
|
|
6390
6390
|
"license": "Apache-2.0",
|
|
6391
6391
|
"dependencies": {
|
|
6392
6392
|
"@oclif/core": "^4",
|
|
6393
6393
|
"@salesforce/core": "^8.23.3",
|
|
6394
|
-
"@salesforce/kit": "^3.2.
|
|
6394
|
+
"@salesforce/kit": "^3.2.6",
|
|
6395
6395
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
6396
6396
|
"@salesforce/ts-types": "^2.0.11",
|
|
6397
6397
|
"chalk": "^5.6.2",
|
|
6398
6398
|
"debug": "^4.4.3",
|
|
6399
|
-
"handlebars": "^4.7.
|
|
6399
|
+
"handlebars": "^4.7.9"
|
|
6400
6400
|
},
|
|
6401
6401
|
"engines": {
|
|
6402
6402
|
"node": ">=18.0.0"
|
|
@@ -12917,9 +12917,9 @@
|
|
|
12917
12917
|
}
|
|
12918
12918
|
},
|
|
12919
12919
|
"node_modules/lodash": {
|
|
12920
|
-
"version": "4.
|
|
12921
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
12922
|
-
"integrity": "sha512-
|
|
12920
|
+
"version": "4.18.1",
|
|
12921
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
12922
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
12923
12923
|
"dev": true,
|
|
12924
12924
|
"license": "MIT"
|
|
12925
12925
|
},
|
package/oclif.lock
CHANGED
|
@@ -1700,10 +1700,10 @@
|
|
|
1700
1700
|
wordwrap "^1.0.0"
|
|
1701
1701
|
wrap-ansi "^7.0.0"
|
|
1702
1702
|
|
|
1703
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2":
|
|
1704
|
-
version "4.10.
|
|
1705
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1706
|
-
integrity sha512-
|
|
1703
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.3":
|
|
1704
|
+
version "4.10.3"
|
|
1705
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
|
|
1706
|
+
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
|
|
1707
1707
|
dependencies:
|
|
1708
1708
|
ansi-escapes "^4.3.2"
|
|
1709
1709
|
ansis "^3.17.0"
|
|
@@ -1724,10 +1724,10 @@
|
|
|
1724
1724
|
wordwrap "^1.0.0"
|
|
1725
1725
|
wrap-ansi "^7.0.0"
|
|
1726
1726
|
|
|
1727
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1728
|
-
version "5.3.
|
|
1729
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1730
|
-
integrity sha512-
|
|
1727
|
+
"@oclif/plugin-command-snapshot@^5.3.14":
|
|
1728
|
+
version "5.3.14"
|
|
1729
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz#7df825059df929373c57aba73704183f14f12a76"
|
|
1730
|
+
integrity sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ==
|
|
1731
1731
|
dependencies:
|
|
1732
1732
|
"@oclif/core" "^4"
|
|
1733
1733
|
ansis "^3.17.0"
|
|
@@ -1872,26 +1872,26 @@
|
|
|
1872
1872
|
typescript "^5.5.4"
|
|
1873
1873
|
wireit "^0.14.12"
|
|
1874
1874
|
|
|
1875
|
-
"@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
|
|
1876
|
-
version "3.2.
|
|
1877
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.
|
|
1878
|
-
integrity sha512-
|
|
1875
|
+
"@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4", "@salesforce/kit@^3.2.6":
|
|
1876
|
+
version "3.2.6"
|
|
1877
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.6.tgz#6a6c13b463b51694a43d61094af67171086ed4f5"
|
|
1878
|
+
integrity sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==
|
|
1879
1879
|
dependencies:
|
|
1880
1880
|
"@salesforce/ts-types" "^2.0.12"
|
|
1881
1881
|
|
|
1882
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1883
|
-
version "3.1.
|
|
1884
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1885
|
-
integrity sha512
|
|
1882
|
+
"@salesforce/plugin-command-reference@^3.1.86":
|
|
1883
|
+
version "3.1.86"
|
|
1884
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.86.tgz#960f7ad4cb5082b00ced4545e00c9158be4b7bfa"
|
|
1885
|
+
integrity sha512-MxkdeHJxZJe7ouehfGo8/A6RVcZnilH/Hz6cXIIXYH1u5vjHkwMr6zdCuVbMed7QMXazkiczMwr86e6dkTb67Q==
|
|
1886
1886
|
dependencies:
|
|
1887
1887
|
"@oclif/core" "^4"
|
|
1888
1888
|
"@salesforce/core" "^8.23.3"
|
|
1889
|
-
"@salesforce/kit" "^3.2.
|
|
1889
|
+
"@salesforce/kit" "^3.2.6"
|
|
1890
1890
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1891
1891
|
"@salesforce/ts-types" "^2.0.11"
|
|
1892
1892
|
chalk "^5.6.2"
|
|
1893
1893
|
debug "^4.4.3"
|
|
1894
|
-
handlebars "^4.7.
|
|
1894
|
+
handlebars "^4.7.9"
|
|
1895
1895
|
|
|
1896
1896
|
"@salesforce/prettier-config@^0.0.3":
|
|
1897
1897
|
version "0.0.3"
|
|
@@ -4860,7 +4860,7 @@ graphemer@^1.4.0:
|
|
|
4860
4860
|
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
|
|
4861
4861
|
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
|
|
4862
4862
|
|
|
4863
|
-
handlebars@^4.7.
|
|
4863
|
+
handlebars@^4.7.9:
|
|
4864
4864
|
version "4.7.9"
|
|
4865
4865
|
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
|
|
4866
4866
|
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
|
|
@@ -5801,9 +5801,9 @@ lodash.upperfirst@^4.3.1:
|
|
|
5801
5801
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
5802
5802
|
|
|
5803
5803
|
lodash@^4.17.15, lodash@^4.17.23:
|
|
5804
|
-
version "4.
|
|
5805
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.
|
|
5806
|
-
integrity sha512-
|
|
5804
|
+
version "4.18.1"
|
|
5805
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
5806
|
+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
5807
5807
|
|
|
5808
5808
|
log-symbols@^4.1.0:
|
|
5809
5809
|
version "4.1.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.91",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
52
|
-
"@oclif/core": "^4.10.
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
52
|
+
"@oclif/core": "^4.10.3",
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^5.3.14",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.49",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.86",
|
|
57
57
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
58
58
|
"oclif": "^4.22.96",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
@@ -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.91.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.91.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|