UNPKG

@visulima/packem

Version:

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

846 lines (455 loc) 86.7 kB
## @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/f7e2d23a206bb8403878a319019dbc716b743635)) * moved cache delete into finally ([469eecc](https://github.com/visulima/packem/commit/469eecc0ae82e78ed1e4b8b4c5cd28f68da775e8)) ## @visulima/packem [1.0.0-alpha.126](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.125...@visulima/packem@1.0.0-alpha.126) (2024-09-18) ### Features * added logo ([5f3f4ad](https://github.com/visulima/packem/commit/5f3f4ad712c20b7dafa951168363d7eb5c933c91)) ### Continuous Integration * fixed tests ([f3064be](https://github.com/visulima/packem/commit/f3064be8e6fd65a66fd0a8e49d2b65cff8120959)) * updated deps ([c0046d6](https://github.com/visulima/packem/commit/c0046d68c39a1b048c96f194b7a776c721286fc3)) ## @visulima/packem [1.0.0-alpha.125](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.124...@visulima/packem@1.0.0-alpha.125) (2024-09-18) ### Bug Fixes * added more test for the transformers ([06a5f4e](https://github.com/visulima/packem/commit/06a5f4e5b0b7ed57dc6aac6e9e3087a550a5b77e)) ### Continuous Integration * fixed build script ([542fe79](https://github.com/visulima/packem/commit/542fe7948ca1552ad633c3fe4ec758a0ada9bba1)) ## @visulima/packem [1.0.0-alpha.124](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.123...@visulima/packem@1.0.0-alpha.124) (2024-09-18) ### Features * added support for adding additional rollup plugins ([d96ec64](https://github.com/visulima/packem/commit/d96ec6458f2e52e8bee4b683346b158ff3f637e8)) * upgrade jiti, fixed examples, renamed options ([#19](https://github.com/visulima/packem/issues/19)) ([14429c6](https://github.com/visulima/packem/commit/14429c6b30b5e98b23c23446b4637a3edb6663a9)) ### Bug Fixes * added test for --jit ([4a8b79d](https://github.com/visulima/packem/commit/4a8b79d443a6872dd52aa4f98e81caadd3f0f47d)) * fixed jit ([26f7e13](https://github.com/visulima/packem/commit/26f7e136f338f5942f6446c007093cdf5f29657b)) ### Miscellaneous Chores * added more tests ([235a7b6](https://github.com/visulima/packem/commit/235a7b6e6e83ce2ec443896b73f96896bca6fc33)) ## @visulima/packem [1.0.0-alpha.123](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.122...@visulima/packem@1.0.0-alpha.123) (2024-09-17) ### Bug Fixes * improved shebang plugin ([a47a5af](https://github.com/visulima/packem/commit/a47a5afa2b44f1fc53dd7a2b6a26296803dce1aa)) ## @visulima/packem [1.0.0-alpha.122](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.121...@visulima/packem@1.0.0-alpha.122) (2024-09-16) ### Bug Fixes * improved the code ([6757baa](https://github.com/visulima/packem/commit/6757baab37c3fd776fa26e159f6e96cff9ef8b9f)) ## @visulima/packem [1.0.0-alpha.121](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.120...@visulima/packem@1.0.0-alpha.121) (2024-09-16) ### Bug Fixes * enabled test back ([01ea66f](https://github.com/visulima/packem/commit/01ea66f5527a7bec08e71d87c761dc9c9cd17da8)) ## @visulima/packem [1.0.0-alpha.120](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.119...@visulima/packem@1.0.0-alpha.120) (2024-09-16) ### Bug Fixes * fixed file caching ([fdc08a4](https://github.com/visulima/packem/commit/fdc08a45c0e38a9c79d31df0b286920d146bc710)) ## @visulima/packem [1.0.0-alpha.119](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.118...@visulima/packem@1.0.0-alpha.119) (2024-09-16) ### Bug Fixes * improved cjs interoperability ([b878719](https://github.com/visulima/packem/commit/b8787197e78701f3ae4f4db96f3d551f9c7470b8)) * improved error messages ([50142a6](https://github.com/visulima/packem/commit/50142a6e978f97c164c9b307998c44632719ce4e)) ## @visulima/packem [1.0.0-alpha.118](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.117...@visulima/packem@1.0.0-alpha.118) (2024-09-16) ### Bug Fixes * fixed isolated declarations extension on import ([390d4d2](https://github.com/visulima/packem/commit/390d4d25ccce780c310d48277e3cde83fb8278d4)) * fixed isolated declarations extension on import ([bd0a67c](https://github.com/visulima/packem/commit/bd0a67cc84f8f43cbcf4beaec4009ef77e9c7be3)) ## @visulima/packem [1.0.0-alpha.117](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.116...@visulima/packem@1.0.0-alpha.117) (2024-09-16) ### Bug Fixes * added cjs interop support for isolated declarations ([52e8c33](https://github.com/visulima/packem/commit/52e8c33cf8f57601d670a3df50ad026ff0e14cc9)) ## @visulima/packem [1.0.0-alpha.116](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.115...@visulima/packem@1.0.0-alpha.116) (2024-09-16) ### Bug Fixes * improved information about assets and entries, fixed lint error ([6fe6fce](https://github.com/visulima/packem/commit/6fe6fce87a893c088f0de6f727a4680bcd906641)) ## @visulima/packem [1.0.0-alpha.115](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.114...@visulima/packem@1.0.0-alpha.115) (2024-09-16) ### Bug Fixes * improved external handling of package imports ([39defc9](https://github.com/visulima/packem/commit/39defc9ae6f783bd3a32c2c57143537e05c4af06)) ### Miscellaneous Chores * renamed test ([35c7269](https://github.com/visulima/packem/commit/35c726930d6a8af046f5f53bd9deb523d31d7370)) * renamed test ([4ac1ce0](https://github.com/visulima/packem/commit/4ac1ce0f1567c4b46e3628bfbd441b9f1db06b25)) ## @visulima/packem [1.0.0-alpha.114](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.113...@visulima/packem@1.0.0-alpha.114) (2024-09-16) ### Bug Fixes * added Security Policy, added test run on release, updated readme ([c07ea0f](https://github.com/visulima/packem/commit/c07ea0fa7140b83fe8ef13c49afe8ef838034686)) * fixed tests ([fb69a7b](https://github.com/visulima/packem/commit/fb69a7b98d4498c0844da18e179965f0ee7ca310)) * fixed tests ([b0558c3](https://github.com/visulima/packem/commit/b0558c3449df4e2322b4b44faf27719b21c2e2ee)) * renamed variables ([273079e](https://github.com/visulima/packem/commit/273079e1ff802231916ecdd9a047b67e754a2b84)) ## @visulima/packem [1.0.0-alpha.113](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.112...@visulima/packem@1.0.0-alpha.113) (2024-09-15) ### Bug Fixes * fixed tests, fixed file url resolution, added support for multi config, add new readme ([f89a46b](https://github.com/visulima/packem/commit/f89a46b99f1863b0582708dfc8fa27e9286b42d0)) ## @visulima/packem [1.0.0-alpha.112](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.111...@visulima/packem@1.0.0-alpha.112) (2024-09-14) ### Bug Fixes * improved init command ([468f395](https://github.com/visulima/packem/commit/468f395ca1cb96614128c019d735af2db8ce4e31)) ## @visulima/packem [1.0.0-alpha.111](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.110...@visulima/packem@1.0.0-alpha.111) (2024-09-13) ### Bug Fixes * fixed missing include typescript endings on all transformers ([4cbf718](https://github.com/visulima/packem/commit/4cbf718826e4248eff444b1049e2623668ecd8f7)) ## @visulima/packem [1.0.0-alpha.110](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.109...@visulima/packem@1.0.0-alpha.110) (2024-09-12) ### Bug Fixes * fixed cjs and esm file handling, fixed node10 support for windows, extended the init command ([ba523a2](https://github.com/visulima/packem/commit/ba523a2890d6f1011972609664417182c054de43)) ### Miscellaneous Chores * clean up ([37cc90f](https://github.com/visulima/packem/commit/37cc90f42165cfb99c4009746272a7ac97759efd)) ## @visulima/packem [1.0.0-alpha.109](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.108...@visulima/packem@1.0.0-alpha.109) (2024-09-11) ### Bug Fixes * updated dependencies ([ff03377](https://github.com/visulima/packem/commit/ff033778e86ca7d3f0ad16e40a3627bf9dd2f80f)) ## @visulima/packem [1.0.0-alpha.108](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.107...@visulima/packem@1.0.0-alpha.108) (2024-09-11) ### Bug Fixes * improved node10 handling ([961e03c](https://github.com/visulima/packem/commit/961e03c626d5392d25d3c74e02544ffb898c5f9d)) ### Miscellaneous Chores * added watch example ([e3eaa17](https://github.com/visulima/packem/commit/e3eaa1759c59f2fa803fe6475267cd737948357d)) * dev dependency updates ([21fc2eb](https://github.com/visulima/packem/commit/21fc2ebe3c3142fd602e9214dfbfec409970c4e3)) ## @visulima/packem [1.0.0-alpha.107](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.106...@visulima/packem@1.0.0-alpha.107) (2024-09-11) ### Bug Fixes * fixed some types ([59f2e7e](https://github.com/visulima/packem/commit/59f2e7e2abd6a9feca9000ee442d52f01d91f88a)) * improved watch mode, added new test, ([98f5915](https://github.com/visulima/packem/commit/98f591518aa055416d9cec8ca7f3c898259e8f9b)) ## @visulima/packem [1.0.0-alpha.106](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.105...@visulima/packem@1.0.0-alpha.106) (2024-09-10) ### Features * improved node10 handling ([70b322a](https://github.com/visulima/packem/commit/70b322ad1706e4d9c0e7d68686e6761d4bb4ee90)) ### Bug Fixes * added shebang test cases ([18e5755](https://github.com/visulima/packem/commit/18e575505a89f7568607339cae0cc2d78d8add21)) ## @visulima/packem [1.0.0-alpha.105](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.104...@visulima/packem@1.0.0-alpha.105) (2024-09-09) ### Bug Fixes * fixed validation, updated dependencies ([7df9fb8](https://github.com/visulima/packem/commit/7df9fb89bc268de990fa5acb3eb7c485795c5f6d)) ## @visulima/packem [1.0.0-alpha.104](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.103...@visulima/packem@1.0.0-alpha.104) (2024-09-09) ### Features * added new typeScriptVersion option for