UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

835 lines (450 loc) 96.6 kB
## @visulima/packem [1.28.2](https://github.com/visulima/packem/compare/@visulima/packem@1.28.1...@visulima/packem@1.28.2) (2025-06-24) ### Bug Fixes * update transformer version retrieval logic in generateOptions ([d8a460a](https://github.com/visulima/packem/commit/d8a460a48c82c8a7d30d06190e5c52d138c2200a)) ## @visulima/packem [1.28.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.0...@visulima/packem@1.28.1) (2025-06-24) ### Bug Fixes * enhance build command options and improve regex safety in inferEntries ([db07209](https://github.com/visulima/packem/commit/db0720941f80dd7080f700bd2fdbfb44c5314178)) * resolve sourcemap generation issues in dynamic import extension plugin ([7838a26](https://github.com/visulima/packem/commit/7838a2607c1bdb2bfc5f7f48f075edf83c39aa75)) ### Miscellaneous Chores * update dependencies in package.json and pnpm-lock.yaml ([c3dbf1c](https://github.com/visulima/packem/commit/c3dbf1c10eb3f948df1b5c079e4bb064aefc6e8f)) ### Tests * enhance inferEntries tests with custom logger context ([e370625](https://github.com/visulima/packem/commit/e370625d11c9536242e1cef134ed4bd87632a4bf)) ## @visulima/packem [1.28.0](https://github.com/visulima/packem/compare/@visulima/packem@1.27.0...@visulima/packem@1.28.0) (2025-06-23) ### Features * add extraConditions to the packageJson validation, to add custom conditions ([953b9d3](https://github.com/visulima/packem/commit/953b9d39ff5b8c11869da63275acc6ad0dfc6a68)) ## @visulima/packem [1.27.0](https://github.com/visulima/packem/compare/@visulima/packem@1.26.0...@visulima/packem@1.27.0) (2025-06-22) ### Features * Added "shamefully hoisted dependencies", "unused dependencies" validation ([59c50d5](https://github.com/visulima/packem/commit/59c50d53658ec4acb2fd3d09a3e2a1cef98ef741)) ### Miscellaneous Chores * add @oxc-parser/binding-linux-x64-gnu as dev dep ([34bff1b](https://github.com/visulima/packem/commit/34bff1b741bcf31a39c743255978e07463fc02d0)) ## @visulima/packem [1.26.0](https://github.com/visulima/packem/compare/@visulima/packem@1.25.0...@visulima/packem@1.26.0) (2025-06-21) ### Features * add rollup-plugin-pure integration ([4f3133c](https://github.com/visulima/packem/commit/4f3133cc21e1b2b8b0e77e8b74ba8f9f3fc51832)) ### Bug Fixes * correct formatting of pure annotations in test output ([c5bebb2](https://github.com/visulima/packem/commit/c5bebb2bedb2ab191050e53ee72eee861d9223c0)) ### Styles * cs fix ([3dcc699](https://github.com/visulima/packem/commit/3dcc699b59d8dc37a52f0b2e0c28c6f08dbd7fcb)) ## @visulima/packem [1.25.0](https://github.com/visulima/packem/compare/@visulima/packem@1.24.1...@visulima/packem@1.25.0) (2025-06-21) ### Features * enhance package.json exports validation ([becfebf](https://github.com/visulima/packem/commit/becfebf9d6111424b46681a67bd7f6c95b1f7cb3)) ## @visulima/packem [1.24.1](https://github.com/visulima/packem/compare/@visulima/packem@1.24.0...@visulima/packem@1.24.1) (2025-06-21) ### Bug Fixes * enable sourcemap when minify by default ([dccf21b](https://github.com/visulima/packem/commit/dccf21b8c10c8a010bb1eb30ed8f81fc725086bd)) ## @visulima/packem [1.24.0](https://github.com/visulima/packem/compare/@visulima/packem@1.23.1...@visulima/packem@1.24.0) (2025-06-21) ### Features * enabled SWC externalHelpers functionality ([09a4c58](https://github.com/visulima/packem/commit/09a4c585165e171ea8035a1c79b5342b61254483)) ## @visulima/packem [1.23.1](https://github.com/visulima/packem/compare/@visulima/packem@1.23.0...@visulima/packem@1.23.1) (2025-06-21) ### Bug Fixes * dont clean the dist folder on watch mode ([7402d80](https://github.com/visulima/packem/commit/7402d80880d6a751f7d6cdcd77ccafd6ea1c5aa8)) * iife invalid name rollup error ([96f7e91](https://github.com/visulima/packem/commit/96f7e9124beca2a428952a757166028f17be9a5d)) ## @visulima/packem [1.23.0](https://github.com/visulima/packem/compare/@visulima/packem@1.22.1...@visulima/packem@1.23.0) (2025-06-21) ### Features * enable sourcemap when declarationMap is set in tsconfig ([7d677b6](https://github.com/visulima/packem/commit/7d677b63fba822d97be9b79d19f3dcee9a5111e2)) ## @visulima/packem [1.22.1](https://github.com/visulima/packem/compare/@visulima/packem@1.22.0...@visulima/packem@1.22.1) (2025-06-21) ### Bug Fixes * add validation for duplicate values in outputExtensionMap ([fd5a772](https://github.com/visulima/packem/commit/fd5a77203cd1921791c1651ae22ae12c74401f10)) ## @visulima/packem [1.22.0](https://github.com/visulima/packem/compare/@visulima/packem@1.21.0...@visulima/packem@1.22.0) (2025-06-21) ### Features * prefer publishConfig from package.json when defined ([df55b81](https://github.com/visulima/packem/commit/df55b81defaa1a125210dfb198e84f5259c412f8)) ## @visulima/packem [1.21.0](https://github.com/visulima/packem/compare/@visulima/packem@1.20.1...@visulima/packem@1.21.0) (2025-06-21) ### Features * add validation for Node.js engine requirements in package.json ([2a84901](https://github.com/visulima/packem/commit/2a84901b6ec9de7dfd69886796dbc70316a0b142)) ### Code Refactoring * improve unit tests for validateEngines function ([71cff61](https://github.com/visulima/packem/commit/71cff615086b8dca74b2b7bd8bbaf2f22981dcb9)) ### Tests * add packageJson engines validation to integration tests ([70426e4](https://github.com/visulima/packem/commit/70426e4846fbb97e944f7dd7659e9590fffb81aa)) ## @visulima/packem [1.20.1](https://github.com/visulima/packem/compare/@visulima/packem@1.20.0...@visulima/packem@1.20.1) (2025-06-21) ### Bug Fixes * enhance JIT integration tests and improve export handling for module namespace identifiers ([83e3726](https://github.com/visulima/packem/commit/83e3726403582a2c19130222568cdd7b1bae569e)) * enhance JIT integration tests and support for arbitrary module namespace identifiers ([9cfd159](https://github.com/visulima/packem/commit/9cfd159b6b2f2b90ced9354dd68e3cff1980d083)) ## @visulima/packem [1.20.0](https://github.com/visulima/packem/compare/@visulima/packem@1.19.5...@visulima/packem@1.20.0) (2025-06-20) ### Features * adding outputExtensionMap to overwrite output extensions ([#155](https://github.com/visulima/packem/issues/155)) ([1486eb6](https://github.com/visulima/packem/commit/1486eb632513697dd3f314cb8ec3e7814d6f35e9)) ## @visulima/packem [1.19.5](https://github.com/visulima/packem/compare/@visulima/packem@1.19.4...@visulima/packem@1.19.5) (2025-06-20) ### Bug Fixes * **deps:** downgrade oxc-parser to 0.72.1 and update related dependencies ([e88d3dc](https://github.com/visulima/packem/commit/e88d3dcc35ee25c926b04857671fa04e32ddb073)) * update dependencies and improve scripts ([2ff10ed](https://github.com/visulima/packem/commit/2ff10ed1b69601dc5772d454f818dee1cb2eb275)) ## @visulima/packem [1.19.4](https://github.com/visulima/packem/compare/@visulima/packem@1.19.3...@visulima/packem@1.19.4) (2025-05-29) ### Bug Fixes * **deps:** update dependency @swc/core to >=1.11.29 ([#149](https://github.com/visulima/packem/issues/149)) ([1b399bb](https://github.com/visulima/packem/commit/1b399bb24148cd5808cc9547f29dfcdb3c3d48b3)) ## @visulima/packem [1.19.3](https://github.com/visulima/packem/compare/@visulima/packem@1.19.2...@visulima/packem@1.19.3) (2025-05-29) ### Bug Fixes * improved the .cts exports ([#148](https://github.com/visulima/packem/issues/148)) ([26bdb75](https://github.com/visulima/packem/commit/26bdb756bda95ed5ef0b0735e699dc876666e696)) ## @visulima/packem [1.19.2](https://github.com/visulima/packem/compare/@visulima/packem@1.19.1...@visulima/packem@1.19.2) (2025-05-28) ### Bug Fixes * added a new test file for the fixDynamicImportExtension plugin to ensure correct functionality. ([ef9e2da](https://github.com/visulima/packem/commit/ef9e2da28a96d035041604d8b959e2f01a811430)) * fixed dynamic imports ([1fc3676](https://github.com/visulima/packem/commit/1fc3676039da0d116419e3babd3abd7a687fcf53)) * **packem:** update rollup to v4.41 ([d5ddfe1](https://github.com/visulima/packem/commit/d5ddfe1a4bb464e5b7de618fd32a1b038c63f4b2)) * **svg-encoder:** implement SVG encoding utility and update URL plugin ([407bc3e](https://github.com/visulima/packem/commit/407bc3e8f03d1f26c7e9ef1e6f6bd25eda38b3d7)) * **tests:** enhance assertions in fixDynamicImportExtension test ([1d122ac](https://github.com/visulima/packem/commit/1d122acd288d752ab3f7ca9c4508cb6c43ba3fce)) * **tests:** improve integration tests for file URL resolution and TypeScript error handling ([cb19cc3](https://github.com/visulima/packem/commit/cb19cc344acdbe6132b716c0290a625b9ad322c6)) * **tests:** update SVG data URIs to Base64 format in snapshots ([11a84c0](https://github.com/visulima/packem/commit/11a84c002fd07cc5976b2a2ad917900db194bad8)) * update dependencies and improve compatibility ([1c3b34a](https://github.com/visulima/packem/commit/1c3b34ab8d1aa3d6eff631cba468daefaf9df312)) ### Styles * cs fixes ([b67ff06](https://github.com/visulima/packem/commit/b67ff065b1d4012333ed860afe7c628e413f9e29)) * cs fixes ([d604e41](https://github.com/visulima/packem/commit/d604e413d5c8da285e8a0ddb82924483bf35cfbc)) ### Miscellaneous Chores * upgraded eslint to v9, removed prettier ([#147](https://github.com/visulima/packem/issues/147)) ([6b5b991](https://github.com/visulima/packem/commit/6b5b991589797b861eee370550bae73e8471cbf2)) ### Code Refactoring * **tests:** improve test assertions and add svg encoder utility ([0123f5c](https://github.com/visulima/packem/commit/0123f5c20b42e4aed2434fe7d32001f20d113e07)) * **tests:** rename execPackemSync to execPackem in test files ([ed33237](https://github.com/visulima/packem/commit/ed3323722d3141e11c4c4594ebb00a78e08c7ee0)) ### Continuous Integration * update configuration and test setup ([#146](https://github.com/visulima/packem/issues/146)) ([2c07594](https://github.com/visulima/packem/commit/2c07594b70b2a2db992d31c895b5a32feaccb0fa)) ## @visulima/packem [1.19.1](https://github.com/visulima/packem/compare/@visulima/packem@1.19.0...@visulima/packem@1.19.1) (2025-03-05) ### Bug Fixes * fixed dts only out generation, fixed compatibility mode if the value is true ([a22c132](https://github.com/visulima/packem/commit/a22c1325bfffb6b3d17d745a1cc53c4d9559f04c)) ## @visulima/packem [1.19.0](https://github.com/visulima/packem/compare/@visulima/packem@1.18.6...@visulima/packem@1.19.0) (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](https://github.com/visulima/packem/commit/88c64475bfcae7d9264d4127481af27bf50f3873)) ### Miscellaneous Chores * 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)) * update Node.js engine compatibility and refine package overrides in package.json and pnpm-lock.yaml ([c06cfd9](https://github.com/visulima/packem/commit/c06cfd99fd0cc195d774c0b6a99afc174781386f)) ## @visulima/packem [1.18.6](https://github.com/visulima/packem/compare/@visulima/packem@1.18.5...@visulima/packem@1.18.6) (2025-03-04) ### Bug Fixes * added missing experimental oxc resolve to build step ([e73e7ac](https://github.com/visulima/packem/commit/e73e7ac746786bdfda9fb6ba64eabeddaa4d4286)) * update @visulima/* deps to the latest version, oxc-parser to v0.54.0, oxc-resolver to v4.2.0, rollup to v4.34.9, all dev deps ([c7d63fc](https://github.com/visulima/packem/commit/c7d63fc6ced6492a0e4105bc9ea16b672c7dc022)) ## @visulima/packem [1.18.5](https://github.com/visulima/packem/compare/@visulima/packem@1.18.4...@visulima/packem@1.18.5) (2025-01-27) ### Bug Fixes * fixed validation handling if the value is undefined, improved check on the object values ([1727fc7](https://github.com/visulima/packem/commit/1727fc7743171016d28bc053ba3487ddf4ba234c)) * if the browser runtime is select, set true for browser on the node-resolve plugin ([e650ab5](https://github.com/visulima/packem/commit/e650ab5780728e6c3a64ad31ed77580b24e1f655)) ### Miscellaneous Chores * fixed test, where validation was missing ([1911794](https://github.com/visulima/packem/commit/19117949900fac12589a48aafe820167f3b4643f)) ## @visulima/packem [1.18.4](https://github.com/visulima/packem/compare/@visulima/packem@1.18.3...@visulima/packem@1.18.4) (2025-01-27) ### Bug Fixes * **packem:** major codebase restructuring and improvements ([f71710e](https://github.com/visulima/packem/commit/f71710eb9b11ab1fc480bffa7db9a4f7e9487cb7)) ### Miscellaneous Chores * fixed package.json exports ([c585ff5](https://github.com/visulima/packem/commit/c585ff54733564726617d80afabdeea595524155)) * fixed test, after pnpm audit fix ([a659751](https://github.com/visulima/packem/commit/a659751324028856634d56629b4fa8d8612b60cf)) ## @visulima/packem [1.18.3](https://github.com/visulima/packem/compare/@visulima/packem@1.18.2...@visulima/packem@1.18.3) (2025-01-25) ### Bug Fixes * added exclude rule for node_modules and dist to the auto preset ([84ad8ae](https://github.com/visulima/packem/commit/84ad8ae276118f06ed606e69189829dc905e7eb5)) ## @visulima/packem [1.18.2](https://github.com/visulima/packem/compare/@visulima/packem@1.18.1...@visulima/packem@1.18.2) (2025-01-25) ### Bug Fixes * updated all @visulima/* packages, rollup to v4.32.0, oxc-parser to 0.48 ([e92a921](https://github.com/visulima/packem/commit/e92a921196da4ffc8ffaab0098ef630f0ff84559)) ## @visulima/packem [1.18.1](https://github.com/visulima/packem/compare/@visulima/packem@1.18.0...@visulima/packem@1.18.1) (2025-01-25) ### Bug Fixes * smaller minification size when swc is used, changed minimizer passes to 2, fixed log output ([c13af8a](https://github.com/visulima/packem/commit/c13af8a7c2e8a4aa958d7db27a6bc0fe83214284)) ## @visulima/packem [1.18.0](https://github.com/visulima/packem/compare/@visulima/packem@1.17.5...@visulima/packem@1.18.0) (2025-01-22) ### Features * added oxc transformer ([#104](https://github.com/visulima/packem/issues/104)) ([3402b4f](https://github.com/visulima/packem/commit/3402b4fd43451adf5abfcfc16e8a5a2bd1354306)) ### Miscellaneous Chores * added OXC to the readme ([9ad3749](https://github.com/visulima/packem/commit/9ad37492a22c428735f75c1d18d59cec9a94dd48)) ## @visulima/packem [1.17.5](https://github.com/visulima/packem/compare/@visulima/packem@1.17.4...@visulima/packem@1.17.5) (2025-01-22) ### Bug Fixes * fixed types export ([0c50405](https://github.com/visulima/packem/commit/0c50405de1c013cc6f5f5ed8ecc7d874fb9f386c)) ## @visulima/packem [1.17.4](https://github.com/visulima/packem/compare/@visulima/packem@1.17.3...@visulima/packem@1.17.4) (2025-01-22) ### Bug Fixes * improved the node10-compatibility typesVersions generation, this is not more a rollup plugin, but a handler after the build process ([8ae1433](https://github.com/visulima/packem/commit/8ae1433106269fbc1a8d64820109286beb6eaee3)) ## @visulima/packem [1.17.3](https://github.com/visulima/packem/compare/@visulima/packem@1.17.2...@visulima/packem@1.17.3) (2025-01-22) ### Bug Fixes * the node10-compatibility-plugin needs to call the write json as sync, otherwise it can throw a error that the .tmp file does not exits ([51bdebc](https://github.com/visulima/packem/commit/51bdebc27fb886eccc2c6df03b7fbc092d22c2f0)) ## @visulima/packem [1.17.2](https://github.com/visulima/packem/compare/@visulima/packem@1.17.1...@visulima/packem@1.17.2) (2025-01-22) ### Bug Fixes * fixed typesVersions generation for different runtimes ([f7334a9](https://github.com/visulima/packem/commit/f7334a992e4c8793331372c2642396d6af1d4b90)) * fixed typesVersions rollup plugin to generate only unique values ([5d8986c](https://github.com/visulima/packem/commit/5d8986cfcbc84d64186762f26c76148fed2d4235)) ## @visulima/packem [1.17.1](https://github.com/visulima/packem/compare/@visulima/packem@1.17.0...@visulima/packem@1.17.1) (2025-01-22) ### Bug Fixes * added better hash key to resolvedIdCache function ([e9d08a8](https://github.com/visulima/packem/commit/e9d08a81ed5f80887088664706b9fd126f25d2f8)) * added missing TypeDoc's ([65890c0](https://github.com/visulima/packem/commit/65890c0b1ba09c4ddde41ee5b1dd7cf31897e012)) * removed resolvedIdCache, our internal node resolve handles all cases ([09de68f](https://github.com/visulima/packem/commit/09de68f9b588a6c3b05837170837a4ad3d1ce5c3)) * updated @visulima/tsconfig to v1.1.9, oxc-resolver to v4.0.0 and dev deps ([c46b389](https://github.com/visulima/packem/commit/c46b389566ad8bbda62134445e1e1013d758392d)) ### Miscellaneous Chores * updated package version to 0.0.0, because semantic-release does update it ([fc3cf0e](https://github.com/visulima/packem/commit/fc3cf0ead7852d1a8d42a0e2079562e34695363d)) * updated version in package.json ([6d1839f](https://github.com/visulima/packem/commit/6d1839fba1c5dac46e807184a9b146e93fc6f4bc)) ## @visulima/packem [1.17.0](https://github.com/visulima/packem/compare/@visulima/packem@1.16.0...@visulima/packem@1.17.0) (2025-01-20) ### Features * added browser runtime support to esbuild, added NAME variable to ([#103](https://github.com/visulima/packem/issues/103)) ([c0cf7d7](https://github.com/visulima/packem/commit/c0cf7d7938a7a42a50a72f205bf3d910fa9b34a1)) ### Bug Fixes * removed dead code ([88ca10d](https://github.com/visulima/packem/commit/88ca10d7ff304d3c7c54167193077d7bf2004144)) ### Miscellaneous Chores * update lock, added lint:dedupe command ([776935a](https://github.com/visulima/packem/commit/776935ae1b7ea3a52d5fb0be63c18588ed47e094)) ## @visulima/packem [1.16.0](https://github.com/visulima/packem/compare/@visulima/packem@1.15.0...@visulima/packem@1.16.0) (2025-01-20) ### Features * added bundle limit validation ([#102](https://github.com/visulima/packem/issues/102)) ([75d2a07](https://github.com/visulima/packem/commit/75d2a07440604d1b1a91cac17be937363dd074a3)) ### Bug Fixes * updated rollup to v4.31.0, oxc-parser to v0.47.1, @visulima/humanizer to 1.1.0 ([3b0eca8](https://github.com/visulima/packem/commit/3b0eca821101a011a36a1452f2cec7f400c9b280)) ## @visulima/packem [1.15.0](https://github.com/visulima/packem/compare/@visulima/packem@1.14.1...@visulima/packem@1.15.0) (2025-01-18) ### Features * improved the build size information, added brotli and gzip infos, fixed wrong chunks sum on files, removed duplicates ([5f9703c](https://github.com/visulima/packem/commit/5f9703c44f74fc82ec7830fe7ca21871c3f17410)) ## @visulima/packem [1.14.1](https://github.com/visulima/packem/compare/@visulima/packem@1.14.0...@visulima/packem@1.14.1) (2025-01-18) ### Bug Fixes * added node:sqlite as prefixed builtin module ([08af477](https://github.com/visulima/packem/commit/08af477e86be64343a4e2467582d2fef1a2b160a)) ## @visulima/packem [1.14.0](https://github.com/visulima/packem/compare/@visulima/packem@1.13.0...@visulima/packem@1.14.0) (2025-01-18) ### Features * added the possibility to set false on the validation option to disable the package.json validation ([c814f6e](https://github.com/visulima/packem/commit/c814f6e38474cbe02c4b6033629d8b0375644e46)) ### Styles * cs fixes ([7eeca97](https://github.com/visulima/packem/commit/7eeca97eea1133f87280496ac4c3c1e63eac704d)) ## @visulima/packem [1.13.0](https://github.com/visulima/packem/compare/@visulima/packem@1.12.1...@visulima/packem@1.13.0) (2025-01-17) ### Features * experimental oxc resolver plugin to replace rollup node-resolve… ([#101](https://github.com/visulima/packem/issues/101)) ([013e52b](https://github.com/visulima/packem/commit/013e52b8f3a996f412cdbcebade7ca0da5ec3348)) ## @visulima/packem [1.12.1](https://github.com/visulima/packem/compare/@visulima/packem@1.12.0...@visulima/packem@1.12.1) (2025-01-17) ### Bug Fixes * removed file cache from resolveExternalsPlugin, removed resolveTypescriptMjsCtsPlugin from builds config, added first ecosystem test ([33a3a26](https://github.com/visulima/packem/commit/33a3a26c219939f5abeec3b0152db9b49f4669c8)) ### Tests * improved tests, added runtime to all test with react ([741a1dd](https://github.com/visulima/packem/commit/741a1dd0913641adf9daf3917b025e708eb04e70)) ## @visulima/packem [1.12.0](https://github.com/visulima/packem/compare/@visulima/packem@1.11.2...@visulima/packem@1.12.0) (2025-01-17) ### Features * added new runtime option to switch between browser and node, node is the default. ([59332b7](https://github.com/visulima/packem/commit/59332b7170033de1653d3ff29ce05d083721c28a)) ### Bug Fixes * fixed check for with and assert based on the node version, now all future node versions are supported ([ac63669](https://github.com/visulima/packem/commit/ac6366983dacf67b1919beb64aaa8d15504f0aee)) ## @visulima/packem [1.11.2](https://github.com/visulima/packem/compare/@visulima/packem@1.11.1...@visulima/packem@1.11.2) (2025-01-16) ### Bug Fixes * fixed support for node 23, updated all @visulima/*, mlly and oxc-parser dependencies, added node 23 to the workflow ([d3643f8](https://github.com/visulima/packem/commit/d3643f81aeed966bbb4b823da442751c4b03f573)) ## @visulima/packem [1.11.1](https://github.com/visulima/packem/compare/@visulima/packem@1.11.0...@visulima/packem@1.11.1) (2025-01-15) ### Bug Fixes * improved external handling, added new test to validate logic ([957881c](https://github.com/visulima/packem/commit/957881c986c3c6cfb7c03bdd52febac749389195)) * improved external handling, check resolvedId and originalId if it exits in alias list, run originalId, resolvedId on all checks ([112d188](https://github.com/visulima/packem/commit/112d1888dba6aeba5f580bf25f44fb591c8b0501)) ## @visulima/packem [1.11.0](https://github.com/visulima/packem/compare/@visulima/packem@1.10.7...@visulima/packem@1.11.0) (2025-01-12) ### Features * handle dynamic require in ESM ([d45d512](https://github.com/visulima/packem/commit/d45d5122aef87e4f9f05f949727f9a31b99805e5)) ### Bug Fixes * updated all @visulima/* packages ([5aedc76](https://github.com/visulima/packem/commit/5aedc76d79fc6f7a3d71f0752b7863bf46fe0d12)) ### Miscellaneous Chores * Update readme to include alias support in tsconfig file. ([bdff288](https://github.com/visulima/packem/commit/bdff288146e727efad4d927d89ab1d279bd212fe)) ## @visulima/packem [1.10.7](https://github.com/visulima/packem/compare/@visulima/packem@1.10.6...@visulima/packem@1.10.7) (2025-01-09) ### Bug Fixes * added esModuleMark check when typescript compilerOptions esModuleInterop is used, default falls back to if-default-prop ([a385ff6](https://github.com/visulima/packem/commit/a385ff62ea3b881a2d0d12700ca9bbc54d5dfddd)) ## @visulima/packem [1.10.6](https://github.com/visulima/packem/compare/@visulima/packem@1.10.5...@visulima/packem@1.10.6) (2025-01-08) ### Bug Fixes * added missing external and no-external option to the cli ([c6fe2ac](https://github.com/visulima/packem/commit/c6fe2acfc576e749f28f8597c43432251e45a49b)) * node resolve should use production condition if no environment was found ([a4b7ee9](https://github.com/visulima/packem/commit/a4b7ee943fead31db60039766ce90510d44f7f1a)) ## @visulima/packem [1.10.5](https://github.com/visulima/packem/compare/@visulima/packem@1.10.4...@visulima/packem@1.10.5) (2025-01-07) ### Bug Fixes * removed temporally @ckeditor/typedoc-plugins, fixed typedoc generation, added jsonFileName option for json format, fixed add command for typedoc ([92c5710](https://github.com/visulima/packem/commit/92c5710d3bb1fb02a7acb3ec35c1b3eadba5554c)) ## @visulima/packem [1.10.4](https://github.com/visulima/packem/compare/@visulima/packem@1.10.3...@visulima/packem@1.10.4) (2025-01-07) ### Bug Fixes * do not replace NODE_ENV by default ([a1e4ade](https://github.com/visulima/packem/commit/a1e4adeb1447176ba9f1b9382e13429c4e7369c0)) ## @visulima/packem [1.10.3](https://github.com/visulima/packem/compare/@visulima/packem@1.10.2...@visulima/packem@1.10.3) (2025-01-07) ### Bug Fixes * dont throw a error if the files filed is missing in the package.json ([c84a359](https://github.com/visulima/packem/commit/c84a35955ae732a9bf701f4c65eb6fecd701e51c)) * 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)) ## @visulima/packem [1.10.2](https://github.com/visulima/packem/compare/@visulima/packem@1.10.1...@visulima/packem@1.10.2) (2024-12-29) ### Bug Fixes * fixed broken regex on dynamic imports ([7f1ca89](https://github.com/visulima/packem/commit/7f1ca89cf4b5be3da0f539ca47804c86e1c0f5aa)) ## @visulima/packem [1.10.1](https://github.com/visulima/packem/compare/@visulima/packem@1.10.0...@visulima/packem@1.10.1) (2024-12-27) ### Bug Fixes * fixed default export from jiti stub ([59d3186](https://github.com/visulima/packem/commit/59d318604ead7331778f9f88306b84055da2b0cb)) * updated dependencies, @clack/prompts, @rollup/plugin-commonjs, @rollup/plugin-node-resolve, @rollup/plugin-replace, @rollup/pluginutils, @visulima/*, es-module-lexer, jiti, magic-string, oxc-parser, oxc-resolver, rollup, rollup-plugin-visualizer ([119e4f5](https://github.com/visulima/packem/commit/119e4f55a26bfb56919432ec520a629c0458853f)) ## @visulima/packem [1.10.0](https://github.com/visulima/packem/compare/@visulima/packem@1.9.2...@visulima/packem@1.10.0) (2024-12-13) ### Features * updated dependencies, added support for sourcemap for isolated-declarations, added node version into the output, added auto switch for importAttributesKey, improved v8-compile-cache loading ([3561045](https://github.com/visulima/packem/commit/356104578d0e3e20b05263d735b3f973eb5b5833)) ## @visulima/packem [1.9.2](https://github.com/visulima/packem/compare/@visulima/packem@1.9.1...@visulima/packem@1.9.2) (2024-11-24) ### Bug Fixes * enabled compile cache for node v22 and higher ([092521f](https://github.com/visulima/packem/commit/092521f4b89348c16dc4caddffef58787a547277)) * updated oxc dep, fixed wrong logger context ([db2ded9](https://github.com/visulima/packem/commit/db2ded9c07eceb5e685a744c37595d39b46de513)) * updated rollup to v4.27.4, @clack/prompts and dev dependencies ([57287f5](https://github.com/visulima/packem/commit/57287f598f7c58d8a4e251ef73e5e449f4a6038e)) ### Miscellaneous Chores * fixed test after logger context fix ([f30a486](https://github.com/visulima/packem/commit/f30a4866e0ff03642cbd570bcecab35b388a0423)) ## @visulima/packem [1.9.1](https://github.com/visulima/packem/compare/@visulima/packem@1.9.0...@visulima/packem@1.9.1) (2024-11-24) ### Bug Fixes * fixed regex for esm shim ([c6e95b4](https://github.com/visulima/packem/commit/c6e95b4767cb768999c40a1702df74ca0fa09bd6)) * improve the esm-shim matching ([196f250](https://github.com/visulima/packem/commit/196f2508a72b46d55ed048d6ece7969143e81efe)) * improved types and added debug logger for isolated declarations ([4e380bc](https://github.com/visulima/packem/commit/4e380bc17f250d30581bec7d2d0b499b04198225)) * removed dead code of prepend-directives.ts ([1d80cee](https://github.com/visulima/packem/commit/1d80cee2d8f7aefe775eb66d7d61558a23f537df)) ## @visulima/packem [1.9.0](https://github.com/visulima/packem/compare/@visulima/packem@1.8.2...@visulima/packem@1.9.0) (2024-11-23) ### Features * added a files shim types file, fixed log for externals ([3a93717](https://github.com/visulima/packem/commit/3a9371773367c9f99ad4c8ee00ad5d00cb1ec761)) ## @visulima/packem [1.8.2](https://github.com/visulima/packem/compare/@visulima/packem@1.8.1...@visulima/packem@1.8.2) (2024-11-22) ### Bug Fixes * fixed resolution of node externals ([#72](https://github.com/visulima/packem/issues/72)) ([4eecfcc](https://github.com/visulima/packem/commit/4eecfcc7fe76fb079088c2535edc080357ba0e8e)) ## @visulima/packem [1.8.1](https://github.com/visulima/packem/compare/@visulima/packem@1.8.0...@visulima/packem@1.8.1) (2024-11-21) ### Bug Fixes * removed cache plugin from nodeResolvePlugin ([827a1f6](https://github.com/visulima/packem/commit/827a1f65ca48165469378cdb18dd32552e21d225)) ### Miscellaneous Chores * added missing dev dependency for the new test ([cb9d86f](https://github.com/visulima/packem/commit/cb9d86f38855114de0f80ced3d0ee98aaa46577c)) ## @visulima/packem [1.8.0](https://github.com/visulima/packem/compare/@visulima/packem@1.7.3...@visulima/packem@1.8.0) (2024-11-19) ### Features * added options to resolve absolute path in tsconfig paths ([9bbb1b5](https://github.com/visulima/packem/commit/9bbb1b54bcc8ff54b8c28e6e7e5be9e9679a5680)) ### Bug Fixes * clean up after improved tsconfig paths resolving change ([365d872](https://github.com/visulima/packem/commit/365d8726a66766a6ea54a6aaddef221646b48e71)) ## @visulima/packem [1.7.3](https://github.com/visulima/packem/compare/@visulima/packem@1.7.2...@visulima/packem@1.7.3) (2024-11-19) ### Bug Fixes * improved tsconfig paths resolving ([#64](https://github.com/visulima/packem/issues/64)) ([a79f79d](https://github.com/visulima/packem/commit/a79f79d83861b8c798216d4be8ff094bfe9bb607)) ## @visulima/packem [1.7.2](https://github.com/visulima/packem/compare/@visulima/packem@1.7.1...@visulima/packem@1.7.2) (2024-11-17) ### Bug Fixes * updated oxc deps ([5989b86](https://github.com/visulima/packem/commit/5989b86dfd589bd3afb8557a8d962b368e077f0b)) ## @visulima/packem [1.7.1](https://github.com/visulima/packem/compare/@visulima/packem@1.7.0...@visulima/packem@1.7.1) (2024-11-17) ### Bug Fixes * updated docs about isolated declarations, moved sourcemapsPlugin… ([#63](https://github.com/visulima/packem/issues/63)) ([d64d022](https://github.com/visulima/packem/commit/d64d022305df696c809aa7f0480e04e8829c2bfb)) ## @visulima/packem [1.7.0](https://github.com/visulima/packem/compare/@visulima/packem@1.6.5...@visulima/packem@1.7.0) (2024-11-17) ### Features * added new source-maps plugin for loading files with existing source maps. ([a3407d6](https://github.com/visulima/packem/commit/a3407d67e3220db29b4ba65d7c73f9c486a7149c)) ## @visulima/packem [1.6.5](https://github.com/visulima/packem/compare/@visulima/packem@1.6.4...@visulima/packem@1.6.5) (2024-11-15) ### Bug Fixes * updated rollup version to v4.27.2, added treeshake optimization, fixed some cs issues ([359868c](https://github.com/visulima/packem/commit/359868c3dfb31c5cf900f53aed600d2b3c32a0de)) ### Miscellaneous Chores * updated test snapshot ([8d5f045](https://github.com/visulima/packem/commit/8d5f0459e78f7d281371b30116f6b1f1dbcf426c)) ## @visulima/packem [1.6.4](https://github.com/visulima/packem/compare/@visulima/packem@1.6.3...@visulima/packem@1.6.4) (2024-11-15) ### Bug Fixes * fixed selecting other extension then javascript/typescript ([1787270](https://github.com/visulima/packem/commit/178727078aa727e0cc4ce1c3c1dde6ae13a029b0)) ## @visulima/packem [1.6.3](https://github.com/visulima/packem/compare/@visulima/packem@1.6.2...@visulima/packem@1.6.3) (2024-11-15) ### Bug Fixes * fixed metafile generation, added docs how to use it ([f9fd349](https://github.com/visulima/packem/commit/f9fd3497277706da318d9ec653d6374c3a44765a)) ## @visulima/packem [1.6.2](https://github.com/visulima/packem/compare/@visulima/packem@1.6.1...@visulima/packem@1.6.2) (2024-11-13) ### Bug Fixes * updated dev dependencies and mlly and rollup dep ([c05290f](https://github.com/visulima/packem/commit/c05290f7ae438dd90d3fd3c83bb97408ef997a95)) ## @visulima/packem [1.6.1](https://github.com/visulima/packem/compare/@visulima/packem@1.6.0...@visulima/packem@1.6.1) (2024-11-13) ### Bug Fixes * removed exclude from esbuild, preserveDirectives and url ([db4e0fd](https://github.com/visulima/packem/commit/db4e0fd157c144fa8db0708cf1dcedac8180c0ac)) ### Miscellaneous Chores * updated snapshot of a test ([fe94338](https://github.com/visulima/packem/commit/fe94338fbc18066e77aa18dcdda046a26501671f)) ## @visulima/packem [1.6.0](https://github.com/visulima/packem/compare/@visulima/packem@1.5.1...@visulima/packem@1.6.0) (2024-11-13) ### Features * added support for url which imports files as data-URIs or ES ([#60](https://github.com/visulima/packem/issues/60)) ([7342aad](https://github.com/visulima/packem/commit/7342aad4aa0e500af816431f444c60e20cf0d2a1)) ### Miscellaneous Chores * **deps:** update dependency postcss to >=8.4.47 ([#55](https://github.com/visulima/packem/issues/55)) ([7261f2c](https://github.com/visulima/packem/commit/7261f2c236835c6305d8e31695fe8f59bece163d)) ## @visulima/packem [1.5.1](https://github.com/visulima/packem/compare/@visulima/packem@1.5.0...@visulima/packem@1.5.1) (2024-11-06) ### Bug Fixes * **css:** treeshake css modules ([749720d](https://github.com/visulima/packem/commit/749720dc1c9c00038933ba521f10172f8130cccd)) ## @visulima/packem [1.5.0](https://github.com/visulima/packem/compare/@visulima/packem@1.4.2...@visulima/packem@1.5.0) (2024-11-05) ### Features * added css to packem add command ([#53](https://github.com/visulima/packem/issues/53)) ([dbcba16](https://github.com/visulima/packem/commit/dbcba16d2b639b235aea43626042acec1663aa34)) ## @visulima/packem [1.4.2](https://github.com/visulima/packem/compare/@visulima/packem@1.4.1...@visulima/packem@1.4.2) (2024-11-05) ### Bug Fixes * removed typedoc dependencies, that were wrongly added on rebase ([b468162](https://github.com/visulima/packem/commit/b468162f431178b1b16130f708bc1f39a7c81fd6)) ## @visulima/packem [1.4.1](https://github.com/visulima/packem/compare/@visulima/packem@1.4.0...@visulima/packem@1.4.1) (2024-11-04) ### Bug Fixes * adjusted experimental rollup plugins config ([#52](https://github.com/visulima/packem/issues/52)) ([1573157](https://github.com/visulima/packem/commit/15731576e37d8b8eecee9fac8f0979cd74015e23)) ## @visulima/packem [1.4.0](https://github.com/visulima/packem/compare/@visulima/packem@1.3.0...@visulima/packem@1.4.0) (2024-11-04) ### Features * support css (PostCSS, Sass, Less, Stylus, Lightningcss) ([#28](https://github.com/visulima/packem/issues/28)) ([#46](https://github.com/visulima/packem/issues/46)) ([314d71f](https://github.com/visulima/packem/commit/314d71f66258c8a229dd309c1c382a6fc3ddcc45)) ## @visulima/packem [1.3.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.2.2...@visulima/packem@1.3.0-alpha.1) (2024-11-04) ### Features * added onSuccess - execute a command/function after successful run ([#50](https://github.com/visulima/packem/issues/50)) ([df34a47](https://github.com/visulima/packem/commit/df34a47d2b7e5def48044562765389495e9799f8)) * support css (PostCSS, Sass, Less, Stylus, Lightningcss) ([#28](https://github.com/visulima/packem/issues/28)) ([f413209](https://github.com/visulima/packem/commit/f413209d6225651c1a8af63f3cf37c9b391eb270)) ### Bug Fixes * fixed configuration for the postcss config loader ([f27bc25](https://github.com/visulima/packem/commit/f27bc25638ecaf48b1bff88e477d7cf3ccd33b98)) * fixed found issue after rebase ([08779d6](https://github.com/visulima/packem/commit/08779d681c9537d10607921c4f5bb9ff7168cac4)) * improved sass error ([730a12b](https://github.com/visulima/packem/commit/730a12ba59ba0cab73c15c64cecd49ed9404861a)) * load postcss config within workspace root or package root only ([d91d879](https://github.com/visulima/packem/commit/d91d879f822cb43ebd8514d1f0752969d1823b60)) * removed not use postcss-modules dep ([5bc44b1](https://github.com/visulima/packem/commit/5bc44b1b607c5383a1dd35f26190baf6547fac29)) * updated dependencies ([933c290](https://github.com/visulima/packem/commit/933c290fd53862441a09d3f4a519daa30a3ebe36)) ### Miscellaneous Chores * **release:** @visulima/packem@1.2.0-alpha.1 [skip ci]\n\n## @visulima/packem [1.2.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.1.0...@visulima/packem@1.2.0-alpha.1) (2024-10-30) ([39068c8](https://github.com/visulima/packem/commit/39068c8cd64597a3d2842f4d397251d5be25a8a2)), closes [#28](https://github.com/visulima/packem/issues/28) [#25](https://github.com/visulima/packem/issues/25) * **release:** @visulima/packem@1.2.0-alpha.2 [skip ci]\n\n## @visulima/packem [1.2.0-alpha.2](https://github.com/visulima/packem/compare/@visulima/packem@1.2.0-alpha.1...@visulima/packem@1.2.0-alpha.2) (2024-10-31) ([460bdc9](https://github.com/visulima/packem/commit/460bdc9ce887a4fc937a886efc15502496caa996)) * **release:** @visulima/packem@1.2.0-alpha.3 [skip ci]\n\n## @visulima/packem [1.2.0-alpha.3](https://github.com/visulima/packem/compare/@visulima/packem@1.2.0-alpha.2...@visulima/packem@1.2.0-alpha.3) (2024-10-31) ([8de34da](https://github.com/visulima/packem/commit/8de34dad2671ec08951962620a4845bad01398ab)) * updated lock file ([a2565a0](https://github.com/visulima/packem/commit/a2565a07fc15d4ba4505c839c57f850f988176b3)) ### Continuous Integration * skip css test if prod build ([9910924](https://github.com/visulima/packem/commit/991092433d7502fba9cb52dce08182a0f3f7559f)) ## @visulima/packem [1.3.0](https://github.com/visulima/packem/compare/@visulima/packem@1.2.2...@visulima/packem@1.3.0) (2024-11-04) ### Features * added onSuccess - execute a command/function after successful run ([#50](https://github.com/visulima/packem/issues/50)) ([df34a47](https://github.com/visulima/packem/commit/df34a47d2b7e5def48044562765389495e9799f8)) ## @visulima/packem [1.2.0-alpha.3](https://github.com/visulima/packem/compare/@visulima/packem@1.2.0-alpha.2...@visulima/packem@1.2.0-alpha.3) (2024-10-31) ### Bug Fixes * load postcss config within workspace root or package root only ([e09aa5b](https://github.com/visulima/packem/commit/e09aa5b7f9e34f3a06a75c17dce7ff6bcf1539ec)) * removed not use postcss-modules dep ([dea809a](https://github.com/visulima/packem/commit/dea809abbebe1e3e2a1bb7de1a25f3de1bb13077)) ## @visulima/packem [1.2.0-alpha.2](https://github.com/visulima/packem/compare/@visulima/packem@1.2.0-alpha.1...@visulima/packem@1.2.0-alpha.2) (2024-10-31) ### Bug Fixes * improved sass error ([e7c6691](https://github.com/visulima/packem/commit/e7c669164e3d3ec02c411511c346169dbc2bee14)) ## @visulima/packem [1.2.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.1.0...@visulima/packem@1.2.0-alpha.1) (2024-10-30) ### Features * support css (PostCSS, Sass, Less, Stylus, Lightningcss) ([#28](https://github.com/visulima/packem/issues/28)) ([492fb35](https://github.com/visulima/packem/commit/492fb35a968e342dfce5f21418cbc4c46bff1cc9)) ### Bug Fixes * fixed configuration for the postcss config loader ([ab2373d](https://github.com/visulima/packem/commit/ab2373d168e6ef645fcc04213848d6a7ed42c462)) * fixed package.json types validator ([da06748](https://github.com/visulima/packem/commit/da0674883dc3083ef1d3db32d4a1fcd5a6fb576b)) * updated dependencies ([623c23a](https://github.com/visulima/packem/commit/623c23a638989abf510b445d9b9ad8459aefef6f)) ### Miscellaneous Chores * **deps:** update babel monorepo to ^7.25.9 ([190c9a2](https://github.com/visulima/packem/commit/190c9a2a678623f14908d5f06c1f24e11d500517)) * **deps:** update dependency @swc/core to ^1.7.39 ([052dcbf](https://github.com/visulima/packem/commit/052dcbf2e9a5bccc14d6401ced486df85ef7b34a)) * **deps:** update dependency eslint to v8.57.1 ([bcee15c](https://github.com/visulima/packem/commit/bcee15cd9d50737bc4a1d33ca1a7868345f226ad)) * **deps:** update minor updates ([0c20bbe](https://github.com/visulima/packem/commit/0c20bbe47f532aa422adabcfeac4586bca8d2f81)) * **deps:** update patch updates ([fb1aa46](https://github.com/visulima/packem/commit/fb1aa46c823fa563d073be58a0e6e06852f6b578)) * **deps:** update swc monorepo ([#25](https://github.com/visulima/packem/issues/25)) ([1e30f80](https://github.com/visulima/packem/commit/1e30f80e78cb960e63902343ec0a7b04938fd599)) * fixed package.json types validator tests ([876f276](https://github.com/visulima/packem/commit/876f276e4669c9313caae1908285f107e0666086)) * updated lock file ([9db1405](https://github.com/visulima/packem/commit/9db14057c9daa3dc139b1b240a9a9c64ff5ecd2e)) ### Continuous Integration * skip css test if prod build ([19b32ce](https://github.com/visulima/packem/commit/19b32ce513f7b345897834acc8b2a2fdff974056)) ## @visulima/packem [1.2.2](https://github.com/visulima/packem/compare/@visulima/packem@1.2.1...@visulima/packem@1.2.2) (2024-11-04) ### Bug Fixes * updated dependencies of @visulima/*,@babel/parser,jiti,rollup and tinyglobby ([46b8837](https://github.com/visulima/packem/commit/46b8837ab0876cdcacbde27ab2012c75b6a09b2f)) ## @visulima/packem [1.2.1](https://github.com/visulima/packem/compare/@visulima/packem@1.2.0...@visulima/packem@1.2.1) (2024-11-03) ### Bug Fixes * added missing builder run to watch, adjusted some watch text ([311b53f](https://github.com/visulima/packem/commit/311b53f3be087231568e34cb0aca657a80c188c1)) ## @visulima/packem [1.2.0](https://github.com/visulima/packem/compare/@visulima/packem@1.1.1...@visulima/packem@1.2.0) (2024-11-02) ### Features * added support for ?raw query to import content as inline ([#49](https://github.com/visulima/packem/issues/49)) ([b5d4fba](https://github.com/visulima/packem/commit/b5d4fba2aef9d1666ec85ed2cda34fd136912ff1)) ### Miscellaneous Chores * **deps:** update dependency @swc/core to ^1.7.40 ([a5006eb](https://github.com/visulima/packem/commit/a5006eb934c3385649cbd47df69e5dd3b8b8080f)) * **deps:** update dependency @types/react to ^18.3.12 ([885eca4](https://github.com/visulima/packem/commit/885eca49ac5183271c23315b601f9bb373f0e4b1)) ## @visulima/packem [1.1.1](https://github.com/visulima/packem/compare/@visulima/packem@1.1.0...@visulima/packem@1.1.1) (2024-10-24) ### Bug Fixes * fixed package.json types validator ([da06748](https://github.com/visulima/packem/commit/da0674883dc3083ef1d3db32d4a1fcd5a6fb576b)) ### Miscellaneous Chores * **deps:** update babel monorepo to ^7.25.9 ([190c9a2](https://github.com/visulima/packem/commit/190c9a2a678623f14908d5f06c1f24e11d500517)) * **deps:** update dependency @swc/core to ^1.7.39 ([052dcbf](https://github.com/visulima/packem/commit/052dcbf2e9a5bccc14d6401ced486df85ef7b34a)) * **deps:** update dependency eslint to v8.57.1 ([bcee15c](https://github.com/visulima/packem/commit/bcee15cd9d50737bc4a1d33ca1a7868345f226ad)) * **deps:** update minor updates ([0c20bbe](https://github.com/visulima/packem/commit/0c20bbe47f532aa422adabcfeac4586bca8d2f81)) * **deps:** update patch updates ([fb1aa46](https://github.com/visulima/packem/commit/fb1aa46c823fa563d073be58a0e6e06852f6b578)) * **deps:** update swc monorepo ([#25](https://github.com/visulima/packem/issues/25)) ([1e30f80](https://github.com/visulima/packem/commit/1e30f80e78cb960e63902343ec0a7b04938fd599)) * fixed package.json types validator tests ([876f276](https://github.com/visulima/packem/commit/876f276e4669c9313caae1908285f107e0666086)) ## @visulima/packem [1.1.0](https://github.com/visulima/packem/compare/@visulima/packem@1.0.9...@visulima/packem@1.1.0) (2024-10-22) ### Features * add command to install optional features & builder option ([#40](https://github.com/visulima/packem/issues/40)) ([2d64af9](https://github.com/visulima/packem/commit/2d64af92f0c3a5bd864da9dc4d5540cbbaa4fb31)) ## @visulima/packem [1.0.9](https://github.com/visulima/packem/compare/@visulima/packem@1.0.8...@visulima/packem@1.0.9) (2024-10-21) ### Bug Fixes * updated @babel/parser, @rollup/plugin-commonjs, @rollup/plugin-dynamic-import-vars, [@visulima](https://github.com/visulima) packages, jiti, magic-string, mlly, typedoc and oxc-parser ([73d5a93](https://github.com/visulima/packem/commit/73d5a93cb503464b7e8718d426b090e53c32f986)) ## @visulima/packem [1.0.8](https://github.com/visulima/packem/compare/@visulima/packem@1.0.7...@visulima/packem@1.0.8) (2024-10-05) ### Bug Fixes * updated packem dependencies ([818e146](https://github.com/visulima/packem/commit/818e146f5414f6c9f8d3d8058fd0f034e570f99f)) ## @visulima/packem [1.0.7](https://github.com/visulima/packem/compare/@visulima/packem@1.0.6...@visulima/packem@1.0.7) (2024-10-02) ### Bug Fixes * updated jiti to 2.1.0, rollup to 4.24.0, tinyglobby to 0.2.9, typedoc-plugin-markdown to 4.2.9 and @ckeditor/typedoc-plugins to 44.0.0, removed is-glob ([4a090ac](https://github.com/visulima/packem/commit/4a090ace9c8051168f814113aaeb29841e82061e)) ### Miscellaneous Chores * update dev dependencies ([be7a73e](https://github.com/visulima/packem/commit/be7a73ee1150145b59ccac554cd68da910e0720b)) ## @visulima/packem [1.0.6](https://github.com/visulima/packem/compare/@visulima/packem@1.0.5...@visulima/packem@1.0.6) (2024-09-30) ### Bug Fixes * added missing ctsx and mtsx extensions ([0d2c637](https://github.com/visulima/packem/commit/0d2c6377d96de910805cb229349fe515acb28cb5)) ## @visulima/packem [1.0.5](https://github.com/visulima/packem/compare/@visulima/packem@1.0.4...@visulima/packem@1.0.5) (2024-09-29) ### Bug Fixes * 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)) ### Miscellaneous Chores * updated dev dependencies ([cfbb2be](https://github.com/visulima/packem/commit/cfbb2beda943dccd4a1c9bce6d8ba15271096d29)) ## @visulima/packem [1.0.4](https://github.com/visulima/packem/compare/@visulima/packem@1.0.3...@visulima/packem@1.0.4) (2024-09-26) ### Bug Fixes * Use fileURLToPath for path normalization in createStub and update dependencies ([bd71bd7](https://github.com/visulima/packem/commit/bd71bd759e9c587568f0028f866c7d07f548e0ff)) ## @visulima/packem [1.0.3](https://github.com/visulima/packem/compare/@visulima/packem@1.0.2...@visulima/packem@1.0.3) (2024-09-25) ### Bug Fixes * support more special fields of target runtime ([#22](https://github.com/visulima/packem/issues/22)) ([827da5e](https://github.com/visulima/packem/commit/827da5ed3db60b5c10ab90b61a092871714b1eb7)) ## @visulima/packem [1.0.2](https://github.com/visulima/packem/compare/@visulima/packem@1.0.1...@visulima/packem@1.0.2) (2024-09-24) ### Bug Fixes * **deps:** update patch updates ([a6a649d](https://github.com/visulima/packem/commit/a6a649d1457fd39a03c5d4f6c40bf34155c176ae)) ## @visulima/packem [1.0.1](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0...@visulima/packem@1.0.1) (2024-09-23) ### Bug Fixes * hardcoded cache dir to "@visulima/packem" ([b256aa7](https://github.com/visulima/packem/commit/b256aa7e2d22f07f011d5584d16c668bee782e55)) ## @visulima/packem 1.0.0 (2024-09-23) ### Features * **packem:** new bundler based on rollup ([#18](https://github.com/visulima/packem/issues/18)) ([6b29a0c](https://github.com/visulima/packem/commit/6b29a0cbc8b1686d08ca3c979fe12152bc5c2f88)) ## @visulima/packem [1.0.0-alpha.133](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.132...@visulima/packem@1.0.0-alpha.133) (2024-09-23) ### Bug Fixes * fixes for windows ([e49b61c](https://github.com/visulima/packem/commit/e49b61c3077aeef35b7f44b7840c619276cd98f2)) ## @visulima/packem [1.0.0-alpha.132](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.131...@visulima/packem@1.0.0-alpha.132) (2024-09-23) ### Features * added typedoc ([f4a0711](https://github.com/visulima/packem/commit/f4a0711c4afd2db00561357b92b0b5ddda545461)) ### Bug Fixes * disabled default loader of typedoc ([fe11953](https://github.com/visulima/packem/commit/fe119534504b8ff3f4043e3584bc35e5ec87e4e0)) * fixed analyze option ([7a1bd14](https://github.com/visulima/packem/commit/7a1bd14e00b5f1a1aa2acfc78342ce79248d42fa)) * fixed found bugs, change marker ending ([3981f31](https://github.com/visulima/packem/commit/3981f3182c227aa6f43633426bee400323d4a76f)) * fixed found bugs, change marker ending ([4bb0dcc](https://github.com/visulima/packem/commit/4bb0dcc35eb6ad0f657e9917d0629772bd1995c5)) * fixed found issues with types, improve typedoc with 1 entry ([295b9bd](https://github.com/visulima/packem/commit/295b9bd9f58477f14c0447f2044ba31e1fea7dc5)) ## @visulima/packem [1.0.0-alpha.131](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.130...@visulima/packem@1.0.0-alpha.131) (2024-09-20) ### Bug Fixes * updated deps ([6ce45d8](https://github.com/visulima/packem/commit/6ce45d8a1a4368ebb4c9f6e5009ebad129f891eb)) ### Continuous Integration * one more fix for chunk test ([53d6586](https://github.com/visulima/packem/commit/53d65860051ff020f8885dc15f968afd4ddcd004)) ## @visulima/packem [1.0.0-alpha.130](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.129...@visulima/packem@1.0.0-alpha.130) (2024-09-20) ### Bug Fixes * fixed attw ([1dccbac](https://github.com/visulima/packem/commit/1dccbaccdd39226d5623fd8f812eb6bbe829126e)) * improved regex of isolated declarations ([d01352a](https://github.com/visulima/packem/commit/d01352a93fe06e2ee111609df9dde17dd45e9ea6)) ### Styles * cs fixes ([2b0cb4f](https://github.com/visulima/packem/commit/2b0cb4f57c6cd13f24e1d250b453722b897ea3aa)) ## @visulima/packem [1.0.0-alpha.129](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.128...@visulima/packem@1.0.0-alpha.129) (2024-09-20) ### Bug Fixes * improved test for shared chunks ([337d12e](https://github.com/visulima/packem/commit/337d12e408705f73c9b52a6eceaa9ac4d22cfd22)) ## @visulima/packem [1.0.0-alpha.128](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.127...@visulima/packem@1.0.0-alpha.128) (2024-09-20) ### Bug Fixes * fixed cache issue with isolated-declarations ([92d1029](https://github.com/visulima/packem/commit/92d1029337e5b58226484f065097fb9d7d45bcac)) * fixed isolated-declarations auto extensions ([7119b6b](https://github.com/visulima/packem/commit/7119b6b375d55005272eae5c173a076702cce898)) ## @visulima/packem [1.0.0-alpha.127](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.126...@visulima/packem@1.0.0-alpha.127) (2024-09-19) ### Bug Fixes * improved the file-cache ([90fa704](https://github.com/visulima/packem/commit/90fa704787fc177ddfa2bd80ed2350509433b548)) * improved types ([f7e2d23](https://github.com/visulima/packem/commit/f7e2d23