@salesforce/plugin-custom-metadata 2.2.6 → 2.2.7
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/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
|
|
|
148
148
|
The value must be greater than or equal to zero. Default value is 0.
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.
|
|
151
|
+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.7/src/commands/cmdt/generate/field.ts)_
|
|
152
152
|
|
|
153
153
|
## `sfdx cmdt:generate:fromorg`
|
|
154
154
|
|
|
@@ -235,7 +235,7 @@ FLAG DESCRIPTIONS
|
|
|
235
235
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.
|
|
238
|
+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.7/src/commands/cmdt/generate/fromorg.ts)_
|
|
239
239
|
|
|
240
240
|
## `sfdx cmdt:generate:object`
|
|
241
241
|
|
|
@@ -296,7 +296,7 @@ FLAG DESCRIPTIONS
|
|
|
296
296
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
297
297
|
```
|
|
298
298
|
|
|
299
|
-
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.
|
|
299
|
+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.7/src/commands/cmdt/generate/object.ts)_
|
|
300
300
|
|
|
301
301
|
## `sfdx cmdt:generate:record`
|
|
302
302
|
|
|
@@ -349,7 +349,7 @@ FLAG DESCRIPTIONS
|
|
|
349
349
|
Protected records can only be accessed by code in the same managed package namespace.
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.
|
|
352
|
+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.7/src/commands/cmdt/generate/record.ts)_
|
|
353
353
|
|
|
354
354
|
## `sfdx cmdt:generate:records`
|
|
355
355
|
|
|
@@ -399,7 +399,7 @@ FLAG DESCRIPTIONS
|
|
|
399
399
|
The '__mdt' suffix is appended to the end of the name if it's omitted.
|
|
400
400
|
```
|
|
401
401
|
|
|
402
|
-
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.
|
|
402
|
+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/2.2.7/src/commands/cmdt/generate/records.ts)_
|
|
403
403
|
|
|
404
404
|
<!-- commandsstop -->
|
|
405
405
|
|
package/oclif.lock
CHANGED
|
@@ -3370,10 +3370,10 @@ fast-safe-stringify@^2.1.1:
|
|
|
3370
3370
|
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
|
|
3371
3371
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
3372
3372
|
|
|
3373
|
-
fast-xml-parser@^4.2.5, fast-xml-parser@^4.2.7:
|
|
3374
|
-
version "4.2
|
|
3375
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.
|
|
3376
|
-
integrity sha512-
|
|
3373
|
+
fast-xml-parser@^4.2.5, fast-xml-parser@^4.2.7, fast-xml-parser@^4.3.2:
|
|
3374
|
+
version "4.3.2"
|
|
3375
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79"
|
|
3376
|
+
integrity sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==
|
|
3377
3377
|
dependencies:
|
|
3378
3378
|
strnum "^1.0.5"
|
|
3379
3379
|
|
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": "2.2.
|
|
4
|
+
"version": "2.2.7",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@salesforce/sf-plugins-core": "^3.1.22",
|
|
48
48
|
"@salesforce/ts-types": "^2.0.6",
|
|
49
49
|
"csv-parse": "^5.5.0",
|
|
50
|
-
"fast-xml-parser": "^4.2
|
|
50
|
+
"fast-xml-parser": "^4.3.2",
|
|
51
51
|
"tslib": "^2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
"sfdx": {
|
|
255
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.2.
|
|
256
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.2.
|
|
255
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.2.7.crt",
|
|
256
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.2.7.sig"
|
|
257
257
|
}
|
|
258
258
|
}
|