@mchp-mcc/dspic33a-flash 1.0.1 → 1.0.2

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/output/creator.js CHANGED
@@ -10384,7 +10384,7 @@ var GeneratorModel = function GeneratorModel(dataModel) {
10384
10384
 
10385
10385
  var generatableItems = {
10386
10386
  generatePLIBVersion: true,
10387
- PLIBVersion: "1.0.1",
10387
+ PLIBVersion: "1.0.2",
10388
10388
  disclaimer: "/*disclaimer*/",
10389
10389
  generateInterfaceContent: derivedData.enableInterfaceDefinitionGeneration(),
10390
10390
  moduleNameUpperCase: _this.dataModel.getName().toLocaleUpperCase(),