@salesforce/plugin-custom-metadata 3.3.85 → 3.3.86

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 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.85/src/commands/cmdt/generate/field.ts)_
152
+ _See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.86/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.85/src/commands/cmdt/generate/fromorg.ts)_
241
+ _See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.86/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.85/src/commands/cmdt/generate/object.ts)_
303
+ _See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.86/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.85/src/commands/cmdt/generate/record.ts)_
358
+ _See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.86/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.85/src/commands/cmdt/generate/records.ts)_
409
+ _See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.86/src/commands/cmdt/generate/records.ts)_
410
410
 
411
411
  <!-- commandsstop -->
412
412
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-custom-metadata",
3
- "version": "3.3.85",
3
+ "version": "3.3.86",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-custom-metadata",
9
- "version": "3.3.85",
9
+ "version": "3.3.86",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@salesforce/core": "^8.27.0",
@@ -9253,9 +9253,9 @@
9253
9253
  }
9254
9254
  },
9255
9255
  "node_modules/flatted": {
9256
- "version": "3.2.7",
9257
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
9258
- "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
9256
+ "version": "3.4.2",
9257
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
9258
+ "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
9259
9259
  "dev": true,
9260
9260
  "license": "ISC"
9261
9261
  },
package/oclif.lock CHANGED
@@ -4521,9 +4521,9 @@ flat@^5.0.2:
4521
4521
  integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
4522
4522
 
4523
4523
  flatted@^3.1.0:
4524
- version "3.2.7"
4525
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
4526
- integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
4524
+ version "3.4.2"
4525
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
4526
+ integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
4527
4527
 
4528
4528
  for-each@^0.3.3:
4529
4529
  version "0.3.3"
@@ -850,5 +850,5 @@
850
850
  ]
851
851
  }
852
852
  },
853
- "version": "3.3.85"
853
+ "version": "3.3.86"
854
854
  }
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.85",
4
+ "version": "3.3.86",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Carolyn Grabill",
@@ -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.85.crt",
248
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.85.sig"
247
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.86.crt",
248
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.86.sig"
249
249
  }
250
250
  }