@mchp-mcc/dspic33a-flash 1.0.3 → 1.0.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mchp-mcc/dspic33a-flash",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "scf": {
5
5
  "reducer": "auto",
6
6
  "creator": "output/creator.js",
@@ -31,7 +31,7 @@ class GeneratorModel {
31
31
  //The template data is now responsible for getting all the information for the ftl's
32
32
  const generatableItems = {
33
33
  generatePLIBVersion: true,
34
- PLIBVersion: "1.0.3",
34
+ PLIBVersion: "1.0.4",
35
35
  disclaimer: "/*disclaimer*/",
36
36
  generateInterfaceContent: derivedData.enableInterfaceDefinitionGeneration(),
37
37
  moduleNameUpperCase: this.dataModel.getName().toLocaleUpperCase(),