@salesforce/plugin-custom-metadata 3.1.11 → 3.1.12

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
@@ -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/3.1.11/src/commands/cmdt/generate/field.ts)_
151
+ _See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.12/src/commands/cmdt/generate/field.ts)_
152
152
 
153
153
  ## `sf cmdt generate fromorg`
154
154
 
@@ -236,7 +236,7 @@ FLAG DESCRIPTIONS
236
236
  https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
237
237
  ```
238
238
 
239
- _See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.11/src/commands/cmdt/generate/fromorg.ts)_
239
+ _See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.12/src/commands/cmdt/generate/fromorg.ts)_
240
240
 
241
241
  ## `sf cmdt generate object`
242
242
 
@@ -297,7 +297,7 @@ FLAG DESCRIPTIONS
297
297
  https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
298
298
  ```
299
299
 
300
- _See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.11/src/commands/cmdt/generate/object.ts)_
300
+ _See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.12/src/commands/cmdt/generate/object.ts)_
301
301
 
302
302
  ## `sf cmdt generate record`
303
303
 
@@ -350,7 +350,7 @@ FLAG DESCRIPTIONS
350
350
  Protected records can only be accessed by code in the same managed package namespace.
351
351
  ```
352
352
 
353
- _See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.11/src/commands/cmdt/generate/record.ts)_
353
+ _See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.12/src/commands/cmdt/generate/record.ts)_
354
354
 
355
355
  ## `sf cmdt generate records`
356
356
 
@@ -400,7 +400,7 @@ FLAG DESCRIPTIONS
400
400
  The '__mdt' suffix is appended to the end of the name if it's omitted.
401
401
  ```
402
402
 
403
- _See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.11/src/commands/cmdt/generate/records.ts)_
403
+ _See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.12/src/commands/cmdt/generate/records.ts)_
404
404
 
405
405
  <!-- commandsstop -->
406
406
 
package/oclif.lock CHANGED
@@ -5189,9 +5189,9 @@ interpret@^1.0.0:
5189
5189
  integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
5190
5190
 
5191
5191
  ip@^2.0.0:
5192
- version "2.0.0"
5193
- resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
5194
- integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
5192
+ version "2.0.1"
5193
+ resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
5194
+ integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
5195
5195
 
5196
5196
  is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
5197
5197
  version "3.0.2"
@@ -810,5 +810,5 @@
810
810
  ]
811
811
  }
812
812
  },
813
- "version": "3.1.11"
813
+ "version": "3.1.12"
814
814
  }
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.1.11",
4
+ "version": "3.1.12",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Carolyn Grabill",
@@ -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.1.11.crt",
247
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.11.sig"
246
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.12.crt",
247
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.12.sig"
248
248
  }
249
249
  }