@visulima/packem 1.19.5 → 1.20.1

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,3 +1,16 @@
1
+ ## @visulima/packem [1.20.1](https://github.com/visulima/packem/compare/@visulima/packem@1.20.0...@visulima/packem@1.20.1) (2025-06-21)
2
+
3
+ ### Bug Fixes
4
+
5
+ * enhance JIT integration tests and improve export handling for module namespace identifiers ([83e3726](https://github.com/visulima/packem/commit/83e3726403582a2c19130222568cdd7b1bae569e))
6
+ * enhance JIT integration tests and support for arbitrary module namespace identifiers ([9cfd159](https://github.com/visulima/packem/commit/9cfd159b6b2f2b90ced9354dd68e3cff1980d083))
7
+
8
+ ## @visulima/packem [1.20.0](https://github.com/visulima/packem/compare/@visulima/packem@1.19.5...@visulima/packem@1.20.0) (2025-06-20)
9
+
10
+ ### Features
11
+
12
+ * adding outputExtensionMap to overwrite output extensions ([#155](https://github.com/visulima/packem/issues/155)) ([1486eb6](https://github.com/visulima/packem/commit/1486eb632513697dd3f314cb8ec3e7814d6f35e9))
13
+
1
14
  ## @visulima/packem [1.19.5](https://github.com/visulima/packem/compare/@visulima/packem@1.19.4...@visulima/packem@1.19.5) (2025-06-20)
2
15
 
3
16
  ### Bug Fixes