@mchp-mcc/dspic33a-flash 1.0.2 → 1.0.3

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 CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## [1.0.3] - 2025-10-06
5
+
6
+ ### New Features
7
+ - **CC16SCRIP-10092** :- Performance Improvement
8
+
9
+
4
10
  ## [1.0.2] - 2025-02-05
5
11
 
6
12
  ### Bug Fixes
package/Readme.md CHANGED
@@ -5,6 +5,12 @@
5
5
  # Changelog
6
6
  All notable changes to this project will be documented in this file.
7
7
 
8
+ ## [1.0.3] - 2025-10-06
9
+
10
+ ### New Features
11
+ - **CC16SCRIP-10092** :- Performance Improvement
12
+
13
+
8
14
  ## [1.0.2] - 2025-02-05
9
15
 
10
16
  ### Bug Fixes
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.hooks = void 0;
4
- const processor_1 = require("./processor");
5
- const creator_1 = require("./creator");
4
+ var processor_1 = require("./processor");
5
+ var creator_1 = require("./creator");
6
6
  exports.hooks = {
7
7
  process: processor_1.process,
8
8
  create: creator_1.create,