@visulima/packem 1.13.0 → 1.14.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,19 @@
1
+ ## @visulima/packem [1.14.1](https://github.com/visulima/packem/compare/@visulima/packem@1.14.0...@visulima/packem@1.14.1) (2025-01-18)
2
+
3
+ ### Bug Fixes
4
+
5
+ * added node:sqlite as prefixed builtin module ([08af477](https://github.com/visulima/packem/commit/08af477e86be64343a4e2467582d2fef1a2b160a))
6
+
7
+ ## @visulima/packem [1.14.0](https://github.com/visulima/packem/compare/@visulima/packem@1.13.0...@visulima/packem@1.14.0) (2025-01-18)
8
+
9
+ ### Features
10
+
11
+ * added the possibility to set false on the validation option to disable the package.json validation ([c814f6e](https://github.com/visulima/packem/commit/c814f6e38474cbe02c4b6033629d8b0375644e46))
12
+
13
+ ### Styles
14
+
15
+ * cs fixes ([7eeca97](https://github.com/visulima/packem/commit/7eeca97eea1133f87280496ac4c3c1e63eac704d))
16
+
1
17
  ## @visulima/packem [1.13.0](https://github.com/visulima/packem/compare/@visulima/packem@1.12.1...@visulima/packem@1.13.0) (2025-01-17)
2
18
 
3
19
  ### Features