@visulima/packem 1.0.3 → 1.0.5
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 +16 -0
- package/dist/cli.mjs +36 -36
- package/dist/create-bundler.cjs +9 -9
- package/dist/create-bundler.mjs +35 -35
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## @visulima/packem [1.0.5](https://github.com/visulima/packem/compare/@visulima/packem@1.0.4...@visulima/packem@1.0.5) (2024-09-29)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* fixed wrong entries finding if declaration are off, updated rollup to v4.22.5 and oxc-parser to 0.30.5 ([17e0ff5](https://github.com/visulima/packem/commit/17e0ff52bc6bc192387254dee26e8e9f0eeeaae0))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* updated dev dependencies ([cfbb2be](https://github.com/visulima/packem/commit/cfbb2beda943dccd4a1c9bce6d8ba15271096d29))
|
|
10
|
+
|
|
11
|
+
## @visulima/packem [1.0.4](https://github.com/visulima/packem/compare/@visulima/packem@1.0.3...@visulima/packem@1.0.4) (2024-09-26)
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Use fileURLToPath for path normalization in createStub and update dependencies ([bd71bd7](https://github.com/visulima/packem/commit/bd71bd759e9c587568f0028f866c7d07f548e0ff))
|
|
16
|
+
|
|
1
17
|
## @visulima/packem [1.0.3](https://github.com/visulima/packem/compare/@visulima/packem@1.0.2...@visulima/packem@1.0.3) (2024-09-25)
|
|
2
18
|
|
|
3
19
|
### Bug Fixes
|