@salesforce/plugin-custom-metadata 3.3.98 → 3.3.99
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 +33 -23
- package/oclif.lock +20 -20
- 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.99/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.99/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.99/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.99/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.99/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.99",
|
|
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.99",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.29.0",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
19
|
-
"@oclif/core": "^4.
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
19
|
+
"@oclif/core": "^4.11.0",
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.3.17",
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.3.55",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.94",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"oclif": "^4.23.0",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
@@ -5841,9 +5841,9 @@
|
|
|
5841
5841
|
}
|
|
5842
5842
|
},
|
|
5843
5843
|
"node_modules/@oclif/core": {
|
|
5844
|
-
"version": "4.
|
|
5845
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
5846
|
-
"integrity": "sha512-
|
|
5844
|
+
"version": "4.11.0",
|
|
5845
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.0.tgz",
|
|
5846
|
+
"integrity": "sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==",
|
|
5847
5847
|
"license": "MIT",
|
|
5848
5848
|
"dependencies": {
|
|
5849
5849
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5921,9 +5921,9 @@
|
|
|
5921
5921
|
}
|
|
5922
5922
|
},
|
|
5923
5923
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
5924
|
-
"version": "5.3.
|
|
5925
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
5926
|
-
"integrity": "sha512-
|
|
5924
|
+
"version": "5.3.17",
|
|
5925
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz",
|
|
5926
|
+
"integrity": "sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==",
|
|
5927
5927
|
"dev": true,
|
|
5928
5928
|
"license": "MIT",
|
|
5929
5929
|
"dependencies": {
|
|
@@ -6105,13 +6105,13 @@
|
|
|
6105
6105
|
}
|
|
6106
6106
|
},
|
|
6107
6107
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
6108
|
-
"version": "5.3.
|
|
6109
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
6110
|
-
"integrity": "sha512-
|
|
6108
|
+
"version": "5.3.55",
|
|
6109
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.55.tgz",
|
|
6110
|
+
"integrity": "sha512-NzV5WWHJDoybEtHVeTOQt/P/VizWsYwhiyAMU98NG+xAdQVBYyTx/2NhRTgnatxqHyNkYKwPMIJJQ9FLvHpU1A==",
|
|
6111
6111
|
"dev": true,
|
|
6112
6112
|
"license": "Apache-2.0",
|
|
6113
6113
|
"dependencies": {
|
|
6114
|
-
"@salesforce/core": "^8.
|
|
6114
|
+
"@salesforce/core": "^8.29.0",
|
|
6115
6115
|
"@salesforce/kit": "^3.2.6",
|
|
6116
6116
|
"@salesforce/ts-types": "^2.0.11",
|
|
6117
6117
|
"@types/shelljs": "^0.10.0",
|
|
@@ -6395,9 +6395,9 @@
|
|
|
6395
6395
|
}
|
|
6396
6396
|
},
|
|
6397
6397
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
6398
|
-
"version": "3.1.
|
|
6399
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
6400
|
-
"integrity": "sha512-
|
|
6398
|
+
"version": "3.1.94",
|
|
6399
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.94.tgz",
|
|
6400
|
+
"integrity": "sha512-4BWmOfpvqXYYRVet7f4AEsC0IxsY3gE6Dc/gHIv+FxqhOmgi9giZOXiTP2J7PtapGdGvCCnj8sQnnsLjd/mgEw==",
|
|
6401
6401
|
"dev": true,
|
|
6402
6402
|
"license": "Apache-2.0",
|
|
6403
6403
|
"dependencies": {
|
|
@@ -10649,10 +10649,20 @@
|
|
|
10649
10649
|
"license": "MIT"
|
|
10650
10650
|
},
|
|
10651
10651
|
"node_modules/fast-uri": {
|
|
10652
|
-
"version": "3.
|
|
10653
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.
|
|
10654
|
-
"integrity": "sha512-
|
|
10655
|
-
"
|
|
10652
|
+
"version": "3.1.2",
|
|
10653
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
10654
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
10655
|
+
"funding": [
|
|
10656
|
+
{
|
|
10657
|
+
"type": "github",
|
|
10658
|
+
"url": "https://github.com/sponsors/fastify"
|
|
10659
|
+
},
|
|
10660
|
+
{
|
|
10661
|
+
"type": "opencollective",
|
|
10662
|
+
"url": "https://opencollective.com/fastify"
|
|
10663
|
+
}
|
|
10664
|
+
],
|
|
10665
|
+
"license": "BSD-3-Clause"
|
|
10656
10666
|
},
|
|
10657
10667
|
"node_modules/fast-xml-builder": {
|
|
10658
10668
|
"version": "1.1.5",
|
package/oclif.lock
CHANGED
|
@@ -1705,10 +1705,10 @@
|
|
|
1705
1705
|
wordwrap "^1.0.0"
|
|
1706
1706
|
wrap-ansi "^7.0.0"
|
|
1707
1707
|
|
|
1708
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.
|
|
1709
|
-
version "4.
|
|
1710
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1711
|
-
integrity sha512-
|
|
1708
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.11.0":
|
|
1709
|
+
version "4.11.0"
|
|
1710
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.0.tgz#262102cbdabfe0f83eba5381a4ffcd34d779921a"
|
|
1711
|
+
integrity sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==
|
|
1712
1712
|
dependencies:
|
|
1713
1713
|
ansi-escapes "^4.3.2"
|
|
1714
1714
|
ansis "^3.17.0"
|
|
@@ -1729,10 +1729,10 @@
|
|
|
1729
1729
|
wordwrap "^1.0.0"
|
|
1730
1730
|
wrap-ansi "^7.0.0"
|
|
1731
1731
|
|
|
1732
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1733
|
-
version "5.3.
|
|
1734
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1735
|
-
integrity sha512-
|
|
1732
|
+
"@oclif/plugin-command-snapshot@^5.3.17":
|
|
1733
|
+
version "5.3.17"
|
|
1734
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz#441c6cdb0c236462405a4fb78fd44871d1a54160"
|
|
1735
|
+
integrity sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==
|
|
1736
1736
|
dependencies:
|
|
1737
1737
|
"@oclif/core" "^4"
|
|
1738
1738
|
ansis "^3.17.0"
|
|
@@ -1799,12 +1799,12 @@
|
|
|
1799
1799
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1800
1800
|
config-chain "^1.1.11"
|
|
1801
1801
|
|
|
1802
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1803
|
-
version "5.3.
|
|
1804
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1805
|
-
integrity sha512-
|
|
1802
|
+
"@salesforce/cli-plugins-testkit@^5.3.55":
|
|
1803
|
+
version "5.3.55"
|
|
1804
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.55.tgz#9230cb131950c60334b250940826ad20fe029023"
|
|
1805
|
+
integrity sha512-NzV5WWHJDoybEtHVeTOQt/P/VizWsYwhiyAMU98NG+xAdQVBYyTx/2NhRTgnatxqHyNkYKwPMIJJQ9FLvHpU1A==
|
|
1806
1806
|
dependencies:
|
|
1807
|
-
"@salesforce/core" "^8.
|
|
1807
|
+
"@salesforce/core" "^8.29.0"
|
|
1808
1808
|
"@salesforce/kit" "^3.2.6"
|
|
1809
1809
|
"@salesforce/ts-types" "^2.0.11"
|
|
1810
1810
|
"@types/shelljs" "^0.10.0"
|
|
@@ -1884,10 +1884,10 @@
|
|
|
1884
1884
|
dependencies:
|
|
1885
1885
|
"@salesforce/ts-types" "^2.0.12"
|
|
1886
1886
|
|
|
1887
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1888
|
-
version "3.1.
|
|
1889
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1890
|
-
integrity sha512-
|
|
1887
|
+
"@salesforce/plugin-command-reference@^3.1.94":
|
|
1888
|
+
version "3.1.94"
|
|
1889
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.94.tgz#909d363aba0224b189cf2ff6fd42b82cf9a62efe"
|
|
1890
|
+
integrity sha512-4BWmOfpvqXYYRVet7f4AEsC0IxsY3gE6Dc/gHIv+FxqhOmgi9giZOXiTP2J7PtapGdGvCCnj8sQnnsLjd/mgEw==
|
|
1891
1891
|
dependencies:
|
|
1892
1892
|
"@oclif/core" "^4"
|
|
1893
1893
|
"@salesforce/core" "^8.28.4"
|
|
@@ -4384,9 +4384,9 @@ fast-safe-stringify@^2.1.1:
|
|
|
4384
4384
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
4385
4385
|
|
|
4386
4386
|
fast-uri@^3.0.1:
|
|
4387
|
-
version "3.
|
|
4388
|
-
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.
|
|
4389
|
-
integrity sha512-
|
|
4387
|
+
version "3.1.2"
|
|
4388
|
+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
|
|
4389
|
+
integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
|
|
4390
4390
|
|
|
4391
4391
|
fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
4392
4392
|
version "1.1.5"
|
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.99",
|
|
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.
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
54
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
52
|
+
"@oclif/core": "^4.11.0",
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^5.3.17",
|
|
54
|
+
"@salesforce/cli-plugins-testkit": "^5.3.55",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.94",
|
|
57
57
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
58
58
|
"oclif": "^4.23.0",
|
|
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.99.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.99.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|