adaptive-extender 0.2.13 → 0.2.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- ## 0.2.13 (20.08.2025)
2
- - Added import support for `commonjs` modules.
1
+ ## 0.2.14 (20.08.2025)
2
+ - Added import support for `CommonJS` modules.
3
3
 
4
4
  ## 0.2.8 (16.08.2025)
5
5
  - Fixed root import error.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adaptive-extender",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "Adaptive library for JS/TS development environments",
5
5
  "type": "module",
6
6
  "main": "./core/index.js",