Skip to content

Commit 306d20d

Browse files
chore(release): @visulima/[email protected] [skip ci]\n\n## @visulima/packem [1.19.0](https://github.com/visulima/packem/compare/@visulima/[email protected]...@visulima/[email protected]) (2025-03-04)
### Features * 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](88c6447)) ### Miscellaneous Chores * update [@octokit](https://github.com/octokit) dependencies to latest versions in package.json and pnpm-lock.yaml ([7ccd07b](7ccd07b)) * update Node.js engine compatibility and refine package overrides in package.json and pnpm-lock.yaml ([c06cfd9](c06cfd9))
1 parent c06cfd9 commit 306d20d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/packem/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## @visulima/packem [1.19.0](https://github.com/visulima/packem/compare/@visulima/[email protected]...@visulima/[email protected]) (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+
112
## @visulima/packem [1.18.6](https://github.com/visulima/packem/compare/@visulima/[email protected]...@visulima/[email protected]) (2025-03-04)
213

314
### Bug Fixes

packages/packem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visulima/packem",
3-
"version": "1.18.6",
3+
"version": "1.19.0",
44
"description": "A fast and modern bundler for Node.js and TypeScript.",
55
"keywords": [
66
"anolilab",

0 commit comments

Comments
 (0)