@salesforce/plugin-custom-metadata 3.3.94 → 3.3.96
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 +15 -15
- package/oclif.lock +13 -13
- 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.96/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.96/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.96/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.96/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.96/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.96",
|
|
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.96",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.28.4",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
14
14
|
"csv-parse": "^5.6.0",
|
|
15
15
|
"fast-xml-parser": "^5.7.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
19
|
-
"@oclif/core": "^4.10.
|
|
19
|
+
"@oclif/core": "^4.10.6",
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.3.53",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.1.91",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -5841,9 +5841,9 @@
|
|
|
5841
5841
|
}
|
|
5842
5842
|
},
|
|
5843
5843
|
"node_modules/@oclif/core": {
|
|
5844
|
-
"version": "4.10.
|
|
5845
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
5846
|
-
"integrity": "sha512-
|
|
5844
|
+
"version": "4.10.6",
|
|
5845
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.6.tgz",
|
|
5846
|
+
"integrity": "sha512-ySCOYnPKZE3KACT1V9It99hWG9b8E5MpagbRdWxPNRO3beMqmbr4SLUQoFtZ9XRtW++kks1ZVwZOdpnR8rpb9A==",
|
|
5847
5847
|
"license": "MIT",
|
|
5848
5848
|
"dependencies": {
|
|
5849
5849
|
"ansi-escapes": "^4.3.2",
|
|
@@ -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.53",
|
|
6109
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.53.tgz",
|
|
6110
|
+
"integrity": "sha512-tOMbLXZLrHLvK/qtmTNaTsDW1RC6/vpvXCbodejtMdyiDUf0rY3oROeboFA6VCy5iu71aumetLm1EBlvcyh7hw==",
|
|
6111
6111
|
"dev": true,
|
|
6112
6112
|
"license": "Apache-2.0",
|
|
6113
6113
|
"dependencies": {
|
|
6114
|
-
"@salesforce/core": "^8.28.
|
|
6114
|
+
"@salesforce/core": "^8.28.3",
|
|
6115
6115
|
"@salesforce/kit": "^3.2.6",
|
|
6116
6116
|
"@salesforce/ts-types": "^2.0.11",
|
|
6117
6117
|
"@types/shelljs": "^0.10.0",
|
|
@@ -6216,9 +6216,9 @@
|
|
|
6216
6216
|
}
|
|
6217
6217
|
},
|
|
6218
6218
|
"node_modules/@salesforce/core": {
|
|
6219
|
-
"version": "8.28.
|
|
6220
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.
|
|
6221
|
-
"integrity": "sha512-
|
|
6219
|
+
"version": "8.28.4",
|
|
6220
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.4.tgz",
|
|
6221
|
+
"integrity": "sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==",
|
|
6222
6222
|
"license": "BSD-3-Clause",
|
|
6223
6223
|
"dependencies": {
|
|
6224
6224
|
"@jsforce/jsforce-node": "^3.10.13",
|
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.10.
|
|
1709
|
-
version "4.10.
|
|
1710
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1711
|
-
integrity sha512-
|
|
1708
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.6":
|
|
1709
|
+
version "4.10.6"
|
|
1710
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.6.tgz#233d66284d8c7c8162c9d437754503734069dd85"
|
|
1711
|
+
integrity sha512-ySCOYnPKZE3KACT1V9It99hWG9b8E5MpagbRdWxPNRO3beMqmbr4SLUQoFtZ9XRtW++kks1ZVwZOdpnR8rpb9A==
|
|
1712
1712
|
dependencies:
|
|
1713
1713
|
ansi-escapes "^4.3.2"
|
|
1714
1714
|
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.53":
|
|
1803
|
+
version "5.3.53"
|
|
1804
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.53.tgz#acb60f5f50cf7f3211eaf7c70c3dff726b5e1571"
|
|
1805
|
+
integrity sha512-tOMbLXZLrHLvK/qtmTNaTsDW1RC6/vpvXCbodejtMdyiDUf0rY3oROeboFA6VCy5iu71aumetLm1EBlvcyh7hw==
|
|
1806
1806
|
dependencies:
|
|
1807
|
-
"@salesforce/core" "^8.28.
|
|
1807
|
+
"@salesforce/core" "^8.28.3"
|
|
1808
1808
|
"@salesforce/kit" "^3.2.6"
|
|
1809
1809
|
"@salesforce/ts-types" "^2.0.11"
|
|
1810
1810
|
"@types/shelljs" "^0.10.0"
|
|
@@ -1815,10 +1815,10 @@
|
|
|
1815
1815
|
strip-ansi "6.0.1"
|
|
1816
1816
|
ts-retry-promise "^0.8.1"
|
|
1817
1817
|
|
|
1818
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.
|
|
1819
|
-
version "8.28.
|
|
1820
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.
|
|
1821
|
-
integrity sha512-
|
|
1818
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4", "@salesforce/core@^8.5.1":
|
|
1819
|
+
version "8.28.4"
|
|
1820
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.4.tgz#98920d62c2b2a7fa025af38c74bdf6687d91b0a8"
|
|
1821
|
+
integrity sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==
|
|
1822
1822
|
dependencies:
|
|
1823
1823
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1824
1824
|
"@salesforce/kit" "^3.2.4"
|
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.96",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.
|
|
45
|
+
"@salesforce/core": "^8.28.4",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
48
|
"fast-xml-parser": "^5.7.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
52
|
-
"@oclif/core": "^4.10.
|
|
52
|
+
"@oclif/core": "^4.10.6",
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
54
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
54
|
+
"@salesforce/cli-plugins-testkit": "^5.3.53",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
56
56
|
"@salesforce/plugin-command-reference": "^3.1.91",
|
|
57
57
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -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.96.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.96.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|