@mchp-mcc/clock-16bit-driver 1.0.3 → 1.1.1
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/Changelog.md +16 -0
- package/Readme.md +40 -12
- package/lib/generated_module/src/index.js +0 -5
- package/output/04701ca33ce96d3254191b8bb4be6080.ttf +0 -0
- package/output/0af28946b49fa427ea09eb020906b421.otf +0 -0
- package/output/0ffc720f1bf788849cc8ce9e79376cb3.eot +0 -0
- package/output/1ac124f8c2620ca86850329afeb7c0bd.otf +0 -0
- package/output/1c89d58269b6e0c5f3d9d9876325b4ba.woff2 +0 -0
- package/output/1d0d8b66fa1da76d69b95b6d0ed5cca9.svg +336 -0
- package/output/1d79a0559e5f13294dee77456b02b56f.woff +0 -0
- package/output/2509c35b0cfc629f81e50ce5ef62e4d3.woff +0 -0
- package/output/252a41f69d4c320154a12092f6fbbedd.ttf +0 -0
- package/output/2aeabc9e8ed0aef227d72fee83c14462.eot +0 -0
- package/output/2c8903475ef5366ce36603d79ba02d25.woff2 +0 -0
- package/output/39c65dcc08f7edb347b62cee45cd7048.gif +0 -0
- package/output/3dfc3dd20959a5bac99f7d9152530aa9.woff +0 -0
- package/output/61747992dd9a412e601e3defa3f3baa6.ttf +0 -0
- package/output/61bf3cad3150daa5af2dab9aaa02e3ff.woff +0 -0
- package/output/6240b67b77d9bac167d7834f793e83ff.woff2 +0 -0
- package/output/6441e63a57ccc5105bad045142bc31eb.png +0 -0
- package/output/6e408e472d90198222ef851e45a6070d.eot +0 -0
- package/output/7435e6c2064f36f486266e516e9838b8.woff2 +0 -0
- package/output/75e0e55bdb3e82dcacf88e90bf17bac6.eot +0 -0
- package/output/7d6bf0009e0d61e7e6f376fccab8bb09.woff +0 -0
- package/output/7ebd6258cbbc40b4f0e108e444bcb9b1.woff +0 -0
- package/output/87a454b233bedae23f8d1be11e8b4f68.woff +0 -0
- package/output/926388f043fc8117b35b84b241a7f688.svg +334 -0
- package/output/9347db5956a89b0bab38d3e610eee01d.gif +0 -0
- package/output/94f5fdef85538cbd160aa2b71e67ab27.otf +0 -0
- package/output/a0cf4179f3139f862d55dea472a2315c.woff2 +0 -0
- package/output/a356e361ee6765f3d6d4c1d4664f12ab.eot +0 -0
- package/output/autoCreator.js +7809 -0
- package/output/autoCreator.js.map +1 -0
- package/output/autoProcessor.js +7811 -0
- package/output/autoProcessor.js.map +1 -0
- package/output/b49c708cb6f62d20fb57be4c6f736662.woff +0 -0
- package/output/bb3b405a4608d51ddb1306c2f641f3dd.svg +332 -0
- package/output/c2e128a00fca2640240d88892e29dc53.eot +0 -0
- package/output/cbc22e9676acf295231bfecc426fe916.eot +0 -0
- package/output/creator.js +11824 -3991
- package/output/creator.js.map +1 -1
- package/output/dae0d67b5b0a7332e0d555379c67e4de.eot +0 -0
- package/output/df17d4e30091735253a854052256d95d.woff +0 -0
- package/output/ec32d6be7329ece0789ccf9d0d519c4d.ttf +0 -0
- package/output/ec806460121999bcfb12bc264d46d41e.woff2 +0 -0
- package/output/eef5282a2e59fca7c3b7a96adbb3d649.otf +0 -0
- package/output/f2ebdee8c2343f558a0221d276957606.woff2 +0 -0
- package/output/f38c5a57b52cb6dda8141610603f6a58.eot +0 -0
- package/output/f78429ed0f939ede1ddb454a60a2bc0f.woff2 +0 -0
- package/output/fa2c83d2f35244bb10dcfef484ba6431.svg +211 -0
- package/output/fbbc016360f4b50975e254398a7b6964.ttf +0 -0
- package/output/index.html +1 -1
- package/output/main.js +155020 -0
- package/output/main.js.map +1 -0
- package/output/nullPrototype.json +4 -4
- package/output/processor.js +5206 -5691
- package/output/processor.js.map +1 -1
- package/output/reducer.js +17751 -626
- package/output/reducer.js.map +1 -1
- package/package.json +25 -19
- package/src/CreatorFunctions.ts +1 -1
- package/src/{DerivedData.tsx → DerivedData.ts} +173 -55
- package/src/catalog.json +2 -0
- package/src/moduleConfig.json +27 -5
@@ -4,7 +4,7 @@
|
|
4
4
|
"clock_16bit_config_interface": {
|
5
5
|
"interfaceId": {
|
6
6
|
"name": "clock-16bit-config-interface",
|
7
|
-
"version": "^1.1.
|
7
|
+
"version": "^1.1.5"
|
8
8
|
},
|
9
9
|
"isRequired": true
|
10
10
|
}
|
@@ -20,12 +20,12 @@
|
|
20
20
|
}
|
21
21
|
]
|
22
22
|
},
|
23
|
-
"
|
23
|
+
"clock_16bit_drv_interface": {
|
24
24
|
"interfaces": [
|
25
25
|
{
|
26
26
|
"interfaceId": {
|
27
|
-
"name": "clock-16bit-
|
28
|
-
"version": "
|
27
|
+
"name": "clock-16bit-drv-interface",
|
28
|
+
"version": "1.0.0"
|
29
29
|
}
|
30
30
|
}
|
31
31
|
]
|