@visulima/packem 1.17.2 → 1.17.4

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,15 @@
1
+ ## @visulima/packem [1.17.4](https://github.com/visulima/packem/compare/@visulima/packem@1.17.3...@visulima/packem@1.17.4) (2025-01-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ * improved the node10-compatibility typesVersions generation, this is not more a rollup plugin, but a handler after the build process ([8ae1433](https://github.com/visulima/packem/commit/8ae1433106269fbc1a8d64820109286beb6eaee3))
6
+
7
+ ## @visulima/packem [1.17.3](https://github.com/visulima/packem/compare/@visulima/packem@1.17.2...@visulima/packem@1.17.3) (2025-01-22)
8
+
9
+ ### Bug Fixes
10
+
11
+ * the node10-compatibility-plugin needs to call the write json as sync, otherwise it can throw a error that the .tmp file does not exits ([51bdebc](https://github.com/visulima/packem/commit/51bdebc27fb886eccc2c6df03b7fbc092d22c2f0))
12
+
1
13
  ## @visulima/packem [1.17.2](https://github.com/visulima/packem/compare/@visulima/packem@1.17.1...@visulima/packem@1.17.2) (2025-01-22)
2
14
 
3
15
  ### Bug Fixes