@visulima/packem 1.18.6 → 1.19.0
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 +11 -0
- package/dist/cli/index.mjs +49 -49
- package/dist/index.cjs +44 -44
- package/dist/index.mjs +45 -45
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/packem [1.19.0](https://github.com/visulima/packem/compare/@visulima/packem@1.18.6...@visulima/packem@1.19.0) (2025-03-04)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* extended the bundler to compiling TypeScript declaration files only, now you can compile and .d.ts, .d.cts and .d.mts file without a .ts file ([88c6447](https://github.com/visulima/packem/commit/88c64475bfcae7d9264d4127481af27bf50f3873))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* update [@octokit](https://github.com/octokit) dependencies to latest versions in package.json and pnpm-lock.yaml ([7ccd07b](https://github.com/visulima/packem/commit/7ccd07b5b91e3785534a7294828c2b600f8af0ca))
|
|
10
|
+
* update Node.js engine compatibility and refine package overrides in package.json and pnpm-lock.yaml ([c06cfd9](https://github.com/visulima/packem/commit/c06cfd99fd0cc195d774c0b6a99afc174781386f))
|
|
11
|
+
|
|
1
12
|
## @visulima/packem [1.18.6](https://github.com/visulima/packem/compare/@visulima/packem@1.18.5...@visulima/packem@1.18.6) (2025-03-04)
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|