@salesforce/plugin-custom-metadata 3.2.0 → 3.2.1
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 +11 -11
- package/oclif.lock +9 -9
- 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.2.
|
|
152
|
+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.2.1/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.2.
|
|
241
|
+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.2.1/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.2.
|
|
303
|
+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.2.1/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.2.
|
|
358
|
+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.2.1/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.2.
|
|
409
|
+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.2.1/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-custom-metadata",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.0",
|
|
13
13
|
"@salesforce/core": "^6.7.3",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^8.0.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^8.0.2",
|
|
15
15
|
"csv-parse": "^5.5.5",
|
|
16
16
|
"fast-xml-parser": "^4.3.6"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.1.11",
|
|
21
21
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.71",
|
|
@@ -4014,9 +4014,9 @@
|
|
|
4014
4014
|
}
|
|
4015
4015
|
},
|
|
4016
4016
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4017
|
-
"version": "5.1.
|
|
4018
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
4019
|
-
"integrity": "sha512-
|
|
4017
|
+
"version": "5.1.4",
|
|
4018
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz",
|
|
4019
|
+
"integrity": "sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==",
|
|
4020
4020
|
"dev": true,
|
|
4021
4021
|
"license": "MIT",
|
|
4022
4022
|
"dependencies": {
|
|
@@ -4606,14 +4606,14 @@
|
|
|
4606
4606
|
"license": "ISC"
|
|
4607
4607
|
},
|
|
4608
4608
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4609
|
-
"version": "8.0.
|
|
4610
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.
|
|
4611
|
-
"integrity": "sha512
|
|
4609
|
+
"version": "8.0.2",
|
|
4610
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.2.tgz",
|
|
4611
|
+
"integrity": "sha512-/93DgM7eCqXYP91bJz/gQ9KsumNoqRPp5DZoltrhM3JPo1a5J6LwfITw56aEvERY+LeTVubH3wwpQuzt0+8nLg==",
|
|
4612
4612
|
"license": "BSD-3-Clause",
|
|
4613
4613
|
"dependencies": {
|
|
4614
4614
|
"@inquirer/confirm": "^2.0.17",
|
|
4615
4615
|
"@inquirer/password": "^1.1.16",
|
|
4616
|
-
"@oclif/core": "^3.
|
|
4616
|
+
"@oclif/core": "^3.26.0",
|
|
4617
4617
|
"@salesforce/core": "^6.7.3",
|
|
4618
4618
|
"@salesforce/kit": "^3.0.15",
|
|
4619
4619
|
"@salesforce/ts-types": "^2.0.9",
|
package/oclif.lock
CHANGED
|
@@ -1779,10 +1779,10 @@
|
|
|
1779
1779
|
wordwrap "^1.0.0"
|
|
1780
1780
|
wrap-ansi "^7.0.0"
|
|
1781
1781
|
|
|
1782
|
-
"@oclif/plugin-command-snapshot@^5.1.
|
|
1783
|
-
version "5.1.
|
|
1784
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
1785
|
-
integrity sha512-
|
|
1782
|
+
"@oclif/plugin-command-snapshot@^5.1.4":
|
|
1783
|
+
version "5.1.4"
|
|
1784
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a"
|
|
1785
|
+
integrity sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==
|
|
1786
1786
|
dependencies:
|
|
1787
1787
|
"@oclif/core" "3.26.0"
|
|
1788
1788
|
"@types/lodash.difference" "^4.5.9"
|
|
@@ -2049,14 +2049,14 @@
|
|
|
2049
2049
|
chalk "^4"
|
|
2050
2050
|
inquirer "^8.2.5"
|
|
2051
2051
|
|
|
2052
|
-
"@salesforce/sf-plugins-core@^8.0.
|
|
2053
|
-
version "8.0.
|
|
2054
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.
|
|
2055
|
-
integrity sha512
|
|
2052
|
+
"@salesforce/sf-plugins-core@^8.0.2":
|
|
2053
|
+
version "8.0.2"
|
|
2054
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.2.tgz#151437df675ff498110cffe00033cd8dcddce4a2"
|
|
2055
|
+
integrity sha512-/93DgM7eCqXYP91bJz/gQ9KsumNoqRPp5DZoltrhM3JPo1a5J6LwfITw56aEvERY+LeTVubH3wwpQuzt0+8nLg==
|
|
2056
2056
|
dependencies:
|
|
2057
2057
|
"@inquirer/confirm" "^2.0.17"
|
|
2058
2058
|
"@inquirer/password" "^1.1.16"
|
|
2059
|
-
"@oclif/core" "^3.
|
|
2059
|
+
"@oclif/core" "^3.26.0"
|
|
2060
2060
|
"@salesforce/core" "^6.7.3"
|
|
2061
2061
|
"@salesforce/kit" "^3.0.15"
|
|
2062
2062
|
"@salesforce/ts-types" "^2.0.9"
|
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.2.
|
|
4
|
+
"version": "3.2.1",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@oclif/core": "^3.26.0",
|
|
46
46
|
"@salesforce/core": "^6.7.3",
|
|
47
|
-
"@salesforce/sf-plugins-core": "^8.0.
|
|
47
|
+
"@salesforce/sf-plugins-core": "^8.0.2",
|
|
48
48
|
"csv-parse": "^5.5.5",
|
|
49
49
|
"fast-xml-parser": "^4.3.6"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@oclif/plugin-command-snapshot": "^5.1.
|
|
52
|
+
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
53
53
|
"@salesforce/cli-plugins-testkit": "^5.1.11",
|
|
54
54
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
55
55
|
"@salesforce/plugin-command-reference": "^3.0.71",
|
|
@@ -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.2.
|
|
246
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.2.
|
|
245
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.2.1.crt",
|
|
246
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.2.1.sig"
|
|
247
247
|
}
|
|
248
248
|
}
|