@salesforce/plugin-custom-metadata 3.3.98 → 3.3.100
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 +53 -27
- package/oclif.lock +31 -25
- 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.100/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.100/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.100/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.100/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.100/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.100",
|
|
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.100",
|
|
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,15 +10649,25 @@
|
|
|
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
|
-
"version": "1.
|
|
10659
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
10660
|
-
"integrity": "sha512-
|
|
10668
|
+
"version": "1.2.0",
|
|
10669
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
10670
|
+
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
10661
10671
|
"funding": [
|
|
10662
10672
|
{
|
|
10663
10673
|
"type": "github",
|
|
@@ -10666,7 +10676,8 @@
|
|
|
10666
10676
|
],
|
|
10667
10677
|
"license": "MIT",
|
|
10668
10678
|
"dependencies": {
|
|
10669
|
-
"path-expression-matcher": "^1.
|
|
10679
|
+
"path-expression-matcher": "^1.5.0",
|
|
10680
|
+
"xml-naming": "^0.1.0"
|
|
10670
10681
|
}
|
|
10671
10682
|
},
|
|
10672
10683
|
"node_modules/fast-xml-parser": {
|
|
@@ -16900,6 +16911,21 @@
|
|
|
16900
16911
|
"typedarray-to-buffer": "^3.1.5"
|
|
16901
16912
|
}
|
|
16902
16913
|
},
|
|
16914
|
+
"node_modules/xml-naming": {
|
|
16915
|
+
"version": "0.1.0",
|
|
16916
|
+
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
16917
|
+
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
16918
|
+
"funding": [
|
|
16919
|
+
{
|
|
16920
|
+
"type": "github",
|
|
16921
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
16922
|
+
}
|
|
16923
|
+
],
|
|
16924
|
+
"license": "MIT",
|
|
16925
|
+
"engines": {
|
|
16926
|
+
"node": ">=16.0.0"
|
|
16927
|
+
}
|
|
16928
|
+
},
|
|
16903
16929
|
"node_modules/xml2js": {
|
|
16904
16930
|
"version": "0.6.2",
|
|
16905
16931
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
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,16 +4384,17 @@ 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
|
-
version "1.
|
|
4393
|
-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.
|
|
4394
|
-
integrity sha512-
|
|
4392
|
+
version "1.2.0"
|
|
4393
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
|
|
4394
|
+
integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
|
|
4395
4395
|
dependencies:
|
|
4396
|
-
path-expression-matcher "^1.
|
|
4396
|
+
path-expression-matcher "^1.5.0"
|
|
4397
|
+
xml-naming "^0.1.0"
|
|
4397
4398
|
|
|
4398
4399
|
fast-xml-parser@5.4.1:
|
|
4399
4400
|
version "5.4.1"
|
|
@@ -6482,7 +6483,7 @@ path-exists@^4.0.0:
|
|
|
6482
6483
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
|
6483
6484
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
6484
6485
|
|
|
6485
|
-
path-expression-matcher@^1.
|
|
6486
|
+
path-expression-matcher@^1.2.0, path-expression-matcher@^1.5.0:
|
|
6486
6487
|
version "1.5.0"
|
|
6487
6488
|
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
6488
6489
|
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
@@ -7983,6 +7984,11 @@ write-file-atomic@^3.0.0:
|
|
|
7983
7984
|
signal-exit "^3.0.2"
|
|
7984
7985
|
typedarray-to-buffer "^3.1.5"
|
|
7985
7986
|
|
|
7987
|
+
xml-naming@^0.1.0:
|
|
7988
|
+
version "0.1.0"
|
|
7989
|
+
resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8"
|
|
7990
|
+
integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
|
|
7991
|
+
|
|
7986
7992
|
xml2js@^0.6.2:
|
|
7987
7993
|
version "0.6.2"
|
|
7988
7994
|
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
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.100",
|
|
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.100.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.100.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|