@mchp-mcc/melody-common-catalog 1.2.10 → 1.2.13
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 +30 -21
package/package.json
CHANGED
|
@@ -1,15 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mchp-mcc/melody-common-catalog",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"files": [
|
|
6
6
|
"LICENSE.txt"
|
|
7
7
|
],
|
|
8
|
-
"scripts": {
|
|
9
|
-
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"@mchp-mcc/scf-catalog": "^1.7.4"
|
|
8
|
+
"scripts": {
|
|
9
|
+
"test": "jest"
|
|
12
10
|
},
|
|
11
|
+
"jest": {
|
|
12
|
+
"testPathIgnorePatterns": [
|
|
13
|
+
"/node_modules/",
|
|
14
|
+
"/lib/"
|
|
15
|
+
],
|
|
16
|
+
"preset": "ts-jest",
|
|
17
|
+
"collectCoverage": true
|
|
18
|
+
},
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"@mchp-mcc/scf-catalog": "^1.8.3",
|
|
21
|
+
"@types/fs-extra": "^9.0.12",
|
|
22
|
+
"@types/jest": "^25.2.1",
|
|
23
|
+
"@types/jest-json-schema": "^2.1.3",
|
|
24
|
+
"fs-extra": "^9.0.1",
|
|
25
|
+
"jest": "^25.5.4",
|
|
26
|
+
"jest-json-schema": "^2.1.0",
|
|
27
|
+
"node": "^16.9.1",
|
|
28
|
+
"ts-jest": "^25.4.0",
|
|
29
|
+
"typescript": "^3.8.3"
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {},
|
|
13
32
|
"content": {
|
|
14
33
|
"name": "@mchp-mcc/melody-common-catalog",
|
|
15
34
|
"version": "1.0.0",
|
|
@@ -47,6 +66,8 @@
|
|
|
47
66
|
"crypto",
|
|
48
67
|
"library",
|
|
49
68
|
"pic8",
|
|
69
|
+
"dspic",
|
|
70
|
+
"pic24",
|
|
50
71
|
"avr"
|
|
51
72
|
],
|
|
52
73
|
"supportedDeviceFamilies": [
|
|
@@ -78,6 +99,7 @@
|
|
|
78
99
|
"AVR DA",
|
|
79
100
|
"PIC16F188XX",
|
|
80
101
|
"PIC18FxxQ40_Q41",
|
|
102
|
+
"PIC18F2X_4XQ10",
|
|
81
103
|
"PIC18FXXQ43"
|
|
82
104
|
],
|
|
83
105
|
"name": "RN4870|1 BLE Library",
|
|
@@ -249,12 +271,13 @@
|
|
|
249
271
|
"keywords": [
|
|
250
272
|
"library",
|
|
251
273
|
"touch",
|
|
252
|
-
"avr"
|
|
274
|
+
"avr",
|
|
275
|
+
"pic8"
|
|
253
276
|
],
|
|
254
277
|
"name": "Touch Library",
|
|
255
278
|
"category": "Libraries",
|
|
256
279
|
"description": "The Touch Library allows for quick and easy C code generation of Microchip's capacitive sensing software library. ",
|
|
257
|
-
"deviceFilterRegEx": "^AVR[0-9]+D[A].*",
|
|
280
|
+
"deviceFilterRegEx": "^AVR[0-9]+D[A].*|^PIC18F.*Q40$|^PIC18F.*Q41$|^PIC18F.*Q10$|^PIC16[L]{0,1}F188.*$|^PIC18F.*Q43$",
|
|
258
281
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.TOUCH.RELEASENOTES&version=latest&redirect=true"
|
|
259
282
|
}
|
|
260
283
|
},
|
|
@@ -336,20 +359,6 @@
|
|
|
336
359
|
"releaseNotesLink": "https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.MCP41HV51.RELEASENOTES&version=latest&redirect=true"
|
|
337
360
|
}
|
|
338
361
|
},
|
|
339
|
-
{
|
|
340
|
-
"name": "@mchp-mcc/freertos-library",
|
|
341
|
-
"version": "*",
|
|
342
|
-
"meta": {
|
|
343
|
-
"keywords": [
|
|
344
|
-
"freertos",
|
|
345
|
-
"library",
|
|
346
|
-
"avr"
|
|
347
|
-
],
|
|
348
|
-
"name": "FreeRTOS Library",
|
|
349
|
-
"category": "Libraries",
|
|
350
|
-
"description": "The FreeRTOS Library allows quick and easy configuration and code generation for a FreeRTOS applications using Microchip microcontrollers."
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
362
|
{
|
|
354
363
|
"name": "@mchp-mcc/ethernet-drivers-8bit",
|
|
355
364
|
"version": "*",
|