@mchp-mcc/scf-pic8-clc-v1 4.2.0 → 4.2.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 +4 -6
- package/Readme.md +4 -6
- package/output/autoCreator.js +31 -9
- package/output/autoCreator.js.map +1 -1
- package/output/autoProcessor.js +31 -9
- package/output/autoProcessor.js.map +1 -1
- package/output/creator.js +31 -9
- package/output/creator.js.map +1 -1
- package/output/processor.js +31 -9
- package/output/processor.js.map +1 -1
- package/output/reducer.js +1 -1
- package/output/view.js +1 -1
- package/package.json +3 -3
package/output/reducer.js
CHANGED
|
@@ -12832,7 +12832,7 @@ var updateGatePolarity = function updateGatePolarity(state, action) {
|
|
|
12832
12832
|
|
|
12833
12833
|
__webpack_require__(/*! core-js/es/set/index */"./node_modules/core-js/es/set/index.js");
|
|
12834
12834
|
__webpack_require__(/*! core-js/es/map/index */"./node_modules/core-js/es/map/index.js");
|
|
12835
|
-
module.exports = __webpack_require__(/*! /home/jenkins/agent/workspace/ed_Content_scf-pic8-clc-v1_4.2.
|
|
12835
|
+
module.exports = __webpack_require__(/*! /home/jenkins/agent/workspace/ed_Content_scf-pic8-clc-v1_4.2.1/src/reducer.tsx */"./src/reducer.tsx");
|
|
12836
12836
|
|
|
12837
12837
|
|
|
12838
12838
|
/***/ })
|
package/output/view.js
CHANGED
|
@@ -328520,7 +328520,7 @@ rootReact.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.crea
|
|
|
328520
328520
|
|
|
328521
328521
|
__webpack_require__(/*! core-js/es/set/index */"./node_modules/core-js/es/set/index.js");
|
|
328522
328522
|
__webpack_require__(/*! core-js/es/map/index */"./node_modules/core-js/es/map/index.js");
|
|
328523
|
-
module.exports = __webpack_require__(/*! /home/jenkins/agent/workspace/ed_Content_scf-pic8-clc-v1_4.2.
|
|
328523
|
+
module.exports = __webpack_require__(/*! /home/jenkins/agent/workspace/ed_Content_scf-pic8-clc-v1_4.2.1/src/index.tsx */"./src/index.tsx");
|
|
328524
328524
|
|
|
328525
328525
|
|
|
328526
328526
|
/***/ })
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mchp-mcc/scf-pic8-clc-v1",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"scf": {
|
|
5
5
|
"reducer": "output/reducer.js",
|
|
6
6
|
"creator": "output/creator.js",
|
|
@@ -189,11 +189,11 @@
|
|
|
189
189
|
"@mchp-mcc/melody-view-library": "^1.0.13",
|
|
190
190
|
"@mchp-mcc/pic-8bit": "5.24.0",
|
|
191
191
|
"@mchp-mcc/pic-8bit-types": "^5.23.0",
|
|
192
|
-
"@microchip/ccl-itf": "^1.
|
|
192
|
+
"@microchip/ccl-itf": "^1.7.0",
|
|
193
193
|
"@microchip/initializer-system": "^0.5.3",
|
|
194
194
|
"@microchip/interrupt-standard": "^1.0.1",
|
|
195
195
|
"@microchip/melody-automodule-interface": "^1.14.1",
|
|
196
|
-
"@microchip/run-directory": "^4.3.
|
|
196
|
+
"@microchip/run-directory": "^4.3.3",
|
|
197
197
|
"@microchip/scf-automodule": "^5.13.1",
|
|
198
198
|
"@microchip/scf-automodule-impl": "^1.14.1",
|
|
199
199
|
"@microchip/scf-project-scripts": "^1.0.0",
|