@visulima/packem 1.8.0 → 1.8.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/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/packem [1.8.2](https://github.com/visulima/packem/compare/@visulima/packem@1.8.1...@visulima/packem@1.8.2) (2024-11-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fixed resolution of node externals ([#72](https://github.com/visulima/packem/issues/72)) ([4eecfcc](https://github.com/visulima/packem/commit/4eecfcc7fe76fb079088c2535edc080357ba0e8e))
6
+
7
+ ## @visulima/packem [1.8.1](https://github.com/visulima/packem/compare/@visulima/packem@1.8.0...@visulima/packem@1.8.1) (2024-11-21)
8
+
9
+ ### Bug Fixes
10
+
11
+ * removed cache plugin from nodeResolvePlugin ([827a1f6](https://github.com/visulima/packem/commit/827a1f65ca48165469378cdb18dd32552e21d225))
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * added missing dev dependency for the new test ([cb9d86f](https://github.com/visulima/packem/commit/cb9d86f38855114de0f80ced3d0ee98aaa46577c))
16
+
1
17
  ## @visulima/packem [1.8.0](https://github.com/visulima/packem/compare/@visulima/packem@1.7.3...@visulima/packem@1.8.0) (2024-11-19)
2
18
 
3
19
  ### Features