@salesforce/plugin-custom-metadata 3.1.8 → 3.1.9

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.8/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.9/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.8/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.9/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.8/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.9/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.8/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.9/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.8/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.9/src/commands/cmdt/generate/records.ts)_
404
404
 
405
405
  <!-- commandsstop -->
406
406
 
package/oclif.lock CHANGED
@@ -1372,10 +1372,10 @@
1372
1372
  node-gyp "^8.2.0"
1373
1373
  read-package-json-fast "^2.0.1"
1374
1374
 
1375
- "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
1376
- version "3.18.1"
1377
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
1378
- integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
1375
+ "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
1376
+ version "3.18.2"
1377
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
1378
+ integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
1379
1379
  dependencies:
1380
1380
  "@types/cli-progress" "^3.11.5"
1381
1381
  ansi-escapes "^4.3.2"
@@ -810,5 +810,5 @@
810
810
  ]
811
811
  }
812
812
  },
813
- "version": "3.1.8"
813
+ "version": "3.1.9"
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.8",
4
+ "version": "3.1.9",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Carolyn Grabill",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
44
44
  "dependencies": {
45
- "@oclif/core": "^3.18.1",
45
+ "@oclif/core": "^3.18.2",
46
46
  "@salesforce/core": "^6.5.1",
47
47
  "@salesforce/sf-plugins-core": "^7.1.4",
48
48
  "csv-parse": "^5.5.3",
@@ -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.8.crt",
247
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.8.sig"
246
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.9.crt",
247
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.9.sig"
248
248
  }
249
249
  }