@visulima/packem 1.10.2 → 1.10.3
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 +7 -0
- package/dist/cli.mjs +25 -25
- package/dist/packem.cjs +9 -9
- package/dist/packem.mjs +21 -21
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @visulima/packem [1.10.3](https://github.com/visulima/packem/compare/@visulima/packem@1.10.2...@visulima/packem@1.10.3) (2025-01-07)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* dont throw a error if the files filed is missing in the package.json ([c84a359](https://github.com/visulima/packem/commit/c84a35955ae732a9bf701f4c65eb6fecd701e51c))
|
|
6
|
+
* updated dependencies, @visulima/*, rollup v4.30.1, rollup-plugin-visualizer v5.14.0, tinyexec v0.3.2 ([048bc64](https://github.com/visulima/packem/commit/048bc647032025065afd4ed13dffab60648b310a))
|
|
7
|
+
|
|
1
8
|
## @visulima/packem [1.10.2](https://github.com/visulima/packem/compare/@visulima/packem@1.10.1...@visulima/packem@1.10.2) (2024-12-29)
|
|
2
9
|
|
|
3
10
|
### Bug Fixes
|