@mchp-mcc/melody-common-catalog 1.2.11 → 1.2.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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/melody-common-catalog",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "files": [
6
6
  "LICENSE.txt"
@@ -268,12 +268,13 @@
268
268
  "keywords": [
269
269
  "library",
270
270
  "touch",
271
- "avr"
271
+ "avr",
272
+ "pic8"
272
273
  ],
273
274
  "name": "Touch Library",
274
275
  "category": "Libraries",
275
276
  "description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library. ",
276
- "deviceFilterRegEx": "^AVR[0-9]+D[A].*",
277
+ "deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q40$|^PIC18F.*Q41$|^PIC18F.*Q10$|^PIC16[L]{0,1}F188.*$|^PIC18F.*Q43$",
277
278
  "releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
278
279
  }
279
280
  },