@salesforce/plugin-custom-metadata 3.3.34 → 3.3.35
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 +8 -8
- package/oclif.lock +7 -7
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.35/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.35/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.35/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.35/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.35/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.35",
|
|
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.35",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.6.2",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
14
14
|
"csv-parse": "^5.5.6",
|
|
15
15
|
"fast-xml-parser": "^4.5.0"
|
|
16
16
|
},
|
|
@@ -3215,16 +3215,16 @@
|
|
|
3215
3215
|
"license": "ISC"
|
|
3216
3216
|
},
|
|
3217
3217
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3218
|
-
"version": "11.3.
|
|
3219
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
3220
|
-
"integrity": "sha512-
|
|
3218
|
+
"version": "11.3.12",
|
|
3219
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
3220
|
+
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
3221
3221
|
"license": "BSD-3-Clause",
|
|
3222
3222
|
"dependencies": {
|
|
3223
3223
|
"@inquirer/confirm": "^3.1.22",
|
|
3224
3224
|
"@inquirer/password": "^2.2.0",
|
|
3225
|
-
"@oclif/core": "^4.0.
|
|
3225
|
+
"@oclif/core": "^4.0.27",
|
|
3226
3226
|
"@salesforce/core": "^8.5.1",
|
|
3227
|
-
"@salesforce/kit": "^3.2.
|
|
3227
|
+
"@salesforce/kit": "^3.2.3",
|
|
3228
3228
|
"@salesforce/ts-types": "^2.0.12",
|
|
3229
3229
|
"ansis": "^3.3.2",
|
|
3230
3230
|
"cli-progress": "^3.12.0",
|
package/oclif.lock
CHANGED
|
@@ -1258,7 +1258,7 @@
|
|
|
1258
1258
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1259
1259
|
fastq "^1.6.0"
|
|
1260
1260
|
|
|
1261
|
-
"@oclif/core@^4", "@oclif/core@^4.0.
|
|
1261
|
+
"@oclif/core@^4", "@oclif/core@^4.0.22", "@oclif/core@^4.0.27":
|
|
1262
1262
|
version "4.0.27"
|
|
1263
1263
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.27.tgz#686079df278e681e3097cea301d5558fdb490e88"
|
|
1264
1264
|
integrity sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==
|
|
@@ -1438,16 +1438,16 @@
|
|
|
1438
1438
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1439
1439
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1440
1440
|
|
|
1441
|
-
"@salesforce/sf-plugins-core@^11.3.
|
|
1442
|
-
version "11.3.
|
|
1443
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
1444
|
-
integrity sha512-
|
|
1441
|
+
"@salesforce/sf-plugins-core@^11.3.12", "@salesforce/sf-plugins-core@^11.3.5":
|
|
1442
|
+
version "11.3.12"
|
|
1443
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz#18b3a553688428bcffea9d36abc72847497f06ae"
|
|
1444
|
+
integrity sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==
|
|
1445
1445
|
dependencies:
|
|
1446
1446
|
"@inquirer/confirm" "^3.1.22"
|
|
1447
1447
|
"@inquirer/password" "^2.2.0"
|
|
1448
|
-
"@oclif/core" "^4.0.
|
|
1448
|
+
"@oclif/core" "^4.0.27"
|
|
1449
1449
|
"@salesforce/core" "^8.5.1"
|
|
1450
|
-
"@salesforce/kit" "^3.2.
|
|
1450
|
+
"@salesforce/kit" "^3.2.3"
|
|
1451
1451
|
"@salesforce/ts-types" "^2.0.12"
|
|
1452
1452
|
ansis "^3.3.2"
|
|
1453
1453
|
cli-progress "^3.12.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.35",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@salesforce/core": "^8.6.2",
|
|
46
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
46
|
+
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.5.6",
|
|
48
48
|
"fast-xml-parser": "^4.5.0"
|
|
49
49
|
},
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"type": "module",
|
|
244
244
|
"author": "Salesforce",
|
|
245
245
|
"sfdx": {
|
|
246
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
247
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.35.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.35.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|