@mchp-mcc/clock-16bit-driver
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,3 +7,3 @@ { | ||
"name": "clock-16bit-config-interface", | ||
"version": "1.0.0" | ||
"version": "^1.1.0" | ||
}, | ||
@@ -23,2 +23,12 @@ "isRequired": true | ||
] | ||
}, | ||
"clock_16bit_ux_interface": { | ||
"interfaces": [ | ||
{ | ||
"interfaceId": { | ||
"name": "clock-16bit-ux-interface", | ||
"version": "0.1.0" | ||
} | ||
} | ||
] | ||
} | ||
@@ -25,0 +35,0 @@ }, |
{ | ||
"name": "@mchp-mcc/clock-16bit-driver", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"scf": { | ||
"reducer": "auto", | ||
"reducer": "output/reducer.js", | ||
"creator": "output/creator.js", | ||
@@ -16,6 +16,7 @@ "processor": "output/processor.js", | ||
"scf-automodule": { | ||
"mode": "standard", | ||
"mode": "react", | ||
"hookPaths": { | ||
"processor": "generated_module/src/processor.tsx", | ||
"creator": "generated_module/src/creator.tsx" | ||
"creator": "generated_module/src/creator.tsx", | ||
"reducer": "src/reducer.tsx" | ||
}, | ||
@@ -70,3 +71,6 @@ "shouldNotifyOnDeploy": false | ||
"preset": "ts-jest", | ||
"collectCoverage": true | ||
"collectCoverage": true, | ||
"moduleNameMapper": { | ||
"\\.(css|less|scss|sss|styl)$": "<rootDir>/node_modules/jest-css-modules" | ||
} | ||
}, | ||
@@ -77,7 +81,8 @@ "dependencies": { | ||
"@microchip/canfd-clock-interface": "^1.0.0", | ||
"@microchip/clock-16bit-config-interface": "^1.0.0", | ||
"@microchip/clock-16bit-config-interface": "^1.1.0", | ||
"@microchip/clock-16bit-interface": "^1.1.0", | ||
"@microchip/fosc-hz": "^0.1.2", | ||
"@microchip/pin-standard": "^0.2.14", | ||
"@microchip/scf-automodule-interface": "^0.17.0", | ||
"@microchip/scf-common": "^3.13.4", | ||
"@microchip/scf-common": "^3.16.0", | ||
"@microchip/scf-device": "^8.2.0", | ||
@@ -96,6 +101,7 @@ "@microchip/scf-integration-test": "^1.0.0", | ||
"@microchip/pic-8bit-types": "^5.0.1", | ||
"@microchip/run-directory": "^2.4.1", | ||
"@microchip/run-directory": "^2.3.58", | ||
"@microchip/run-directory-future": "^1.0.5", | ||
"@microchip/scf-automodule": "^4.14.6", | ||
"@microchip/scf-autoview": "^3.17.0", | ||
"@microchip/scf-automodule": "4.14.6", | ||
"@microchip/scf-autoview": "^3.20.0", | ||
"@microchip/scf-autoview-impl": "^3.3.1", | ||
"@microchip/scf-project-scripts": "^1.0.0", | ||
@@ -113,2 +119,3 @@ "@types/core-js": "^2.5.1", | ||
"@typescript-eslint/parser": "^3.6.0", | ||
"autoprefixer": "^9.7.6", | ||
"babel-eslint": "^10.1.0", | ||
@@ -118,2 +125,5 @@ "babel-loader": "^8.0.6", | ||
"babel-preset-react-app": "^9.0.0", | ||
"classnames": "^2.2.6", | ||
"core-js": "^3.6.5", | ||
"css-loader": "^3.5.2", | ||
"del": "^4.1.1", | ||
@@ -126,2 +136,3 @@ "eslint": "^7.4.0", | ||
"eslint-plugin-react": "^7.20.0", | ||
"file-loader": "^6.0.0", | ||
"fork-ts-checker-webpack-plugin": "^1.3.7", | ||
@@ -135,13 +146,26 @@ "fs": "^0.0.1-security", | ||
"hard-source-webpack-plugin": "^0.13.1", | ||
"html-webpack-plugin": "^4.2.0", | ||
"husky": "^4.2.4", | ||
"is-wsl": "^2.1.0", | ||
"jest": "^24.8.0", | ||
"jest-css-modules": "^2.1.0", | ||
"jest-html-reporter": "^2.5.0", | ||
"jest-pnp-resolver": "^1.2.1", | ||
"lint-staged": "^10.1.3", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"node-sass": "^4.13.1", | ||
"optimize-css-assets-webpack-plugin": "^5.0.3", | ||
"pnp-webpack-plugin": "^1.5.0", | ||
"postcss-loader": "^3.0.0", | ||
"postcss-safe-parser": "^4.0.2", | ||
"prettier": "^2.0.5", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-redux": "^7.2.0", | ||
"sass-loader": "^9.0.2", | ||
"style-loader": "^1.2.1", | ||
"ts-jest": "^24.0.2", | ||
"ts-pnp": "^1.1.2", | ||
"typescript": "^4.0.5", | ||
"url-loader": "^4.1.0", | ||
"webpack": "^4.34.0", | ||
@@ -148,0 +172,0 @@ "webpack-cli": "^3.3.4", |
@@ -26,4 +26,9 @@ # MCC Melody Clock Driver | ||
# Changelog | ||
## [1.0.1] | ||
- Initial release version | ||
All notable changes to this project will be documented in this file. | ||
## [1.0.2] - 2022-03-10 | ||
### Bug Fixes | ||
- **CC16SCRIP-3176** :- Minimum and Maximum clock range added for input clock frequency and requested clock frequency |
@@ -44,3 +44,3 @@ { | ||
"name": "clock-16bit-config-interface", | ||
"version": "1.0.0" | ||
"version": "^1.1.0" | ||
}, | ||
@@ -61,2 +61,12 @@ "isRequired": true | ||
] | ||
}, | ||
"clock_16bit_ux_interface": { | ||
"interfaces": [ | ||
{ | ||
"interfaceId": { | ||
"name": "clock-16bit-ux-interface", | ||
"version": "0.1.0" | ||
} | ||
} | ||
] | ||
} | ||
@@ -114,3 +124,3 @@ }, | ||
"name": "calculatedSystemFrequency_Hz", | ||
"description": "System Frequency(FOSC)", | ||
"description": "Calculated System Frequency(FOSC)", | ||
"type": "string", | ||
@@ -129,3 +139,3 @@ "defaultValue": "0", | ||
"name": "instructionClockFrequency_Hz", | ||
"description": "Peripheral Frequency(FOSC/2)", | ||
"description": "Calculated Peripheral Frequency(FOSC/2)", | ||
"type": "string", | ||
@@ -132,0 +142,0 @@ "defaultValue": "0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3028185
26
32597
34
13
77
2