@mchp-mcc/melody-common-catalog 1.3.9 → 1.3.10
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mchp-mcc/melody-common-catalog",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"files": [
|
|
6
6
|
"LICENSE.txt"
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"name": "Touch Library",
|
|
302
302
|
"category": "Libraries",
|
|
303
303
|
"description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library.",
|
|
304
|
-
"deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|20|40|41|43|71)$|^PIC16[L]{0,1}F188.*$|^
|
|
304
|
+
"deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q(10|20|40|41|43|71)$|^PIC16[L]{0,1}F188.*$|^PIC16F1(71|80|81).*$|^ATtiny(8|16|32)1.*$|^dsPIC33CK.*$",
|
|
305
305
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
|
|
306
306
|
}
|
|
307
307
|
},
|