@visulima/packem-rollup 1.0.0-alpha.5 → 1.0.0-alpha.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/CHANGELOG.md +528 -0
  2. package/LICENSE.md +219 -477
  3. package/README.md +89 -2
  4. package/dist/index.d.ts +25 -64
  5. package/dist/index.js +1 -0
  6. package/dist/packem_shared/cachingPlugin-DLKoeQeF.js +1 -0
  7. package/dist/packem_shared/createSplitChunks-BrEBZq7d.js +1 -0
  8. package/dist/packem_shared/esbuildPlugin-C5x4_cXf.js +1 -0
  9. package/dist/packem_shared/{index-Cj1Okk1t.mjs → index-QEzU3Fey.js} +1 -1
  10. package/dist/packem_shared/{metafilePlugin-ObS4J7mO.mjs → metafilePlugin-CVcqFpPJ.js} +1 -1
  11. package/dist/packem_shared/oxcResolvePlugin-Ccef6pyL.js +1 -0
  12. package/dist/packem_shared/oxcTransformPlugin-BGmQroQ4.js +4 -0
  13. package/dist/packem_shared/patchTypescriptTypes-CZ4v3hr9.js +6 -0
  14. package/dist/packem_shared/pureNewExpressionPlugin-DX9yMcH2.js +1 -0
  15. package/dist/packem_shared/resolveTsconfigPathsPlugin-CEasmDpi.js +1 -0
  16. package/dist/packem_shared/{resolveTsconfigRootDirectoriesPlugin-_93afm2q.mjs → resolveTsconfigRootDirectoriesPlugin-Cwj3tqCJ.js} +1 -1
  17. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DX9at4BX.js +1 -0
  18. package/dist/plugins/babel/index.d.ts +10 -0
  19. package/dist/plugins/babel/index.js +1 -0
  20. package/dist/plugins/cache-plugin.d.ts +11 -0
  21. package/dist/plugins/chunk-splitter/gather.d.ts +8 -0
  22. package/dist/plugins/chunk-splitter/index.d.ts +6 -0
  23. package/dist/plugins/chunk-splitter/parse/index.d.ts +4 -0
  24. package/dist/plugins/chunk-splitter/parse/types.d.ts +24 -0
  25. package/dist/plugins/cjs-interop.d.ts +7 -0
  26. package/dist/{packem_shared/cjsInteropPlugin-D5wyoQ_B.mjs → plugins/cjs-interop.js} +1 -1
  27. package/dist/plugins/copy.d.ts +23 -0
  28. package/dist/plugins/copy.js +1 -0
  29. package/dist/plugins/data-uri.d.ts +25 -0
  30. package/dist/plugins/data-uri.js +1 -0
  31. package/dist/plugins/debarrel.d.ts +7 -0
  32. package/dist/plugins/debarrel.js +2 -0
  33. package/dist/{packem_shared/browserslist-to-esbuild-DY9HwYtp.d.mts → plugins/esbuild/browserslist-to-esbuild.d.ts} +1 -2
  34. package/dist/plugins/esbuild/esbuild-plugin.d.ts +3 -0
  35. package/dist/plugins/esbuild/index.d.ts +3 -25
  36. package/dist/plugins/esbuild/index.js +1 -0
  37. package/dist/plugins/esbuild/types.d.ts +39 -0
  38. package/dist/plugins/esbuild/utils/get-render-chunk.d.ts +14 -0
  39. package/dist/plugins/esbuild/utils/optimize-deps.d.ts +3 -0
  40. package/dist/plugins/esbuild/utils/warn.d.ts +4 -0
  41. package/dist/plugins/esm-shim-cjs-syntax.d.ts +9 -0
  42. package/dist/plugins/fix-dts-default-cjs-exports-util.d.ts +35 -0
  43. package/dist/plugins/fix-dts-default-cjs-exports.d.ts +26 -0
  44. package/dist/plugins/fix-dts-default-cjs-exports.js +26 -0
  45. package/dist/plugins/fix-dynamic-import-extension.d.ts +3 -0
  46. package/dist/plugins/import-attributes.d.ts +2 -0
  47. package/dist/plugins/import-attributes.js +1 -0
  48. package/dist/plugins/json.d.ts +4 -0
  49. package/dist/plugins/json.js +1 -0
  50. package/dist/plugins/jsx-remove-attributes.d.ts +7 -0
  51. package/dist/plugins/jsx-remove-attributes.js +1 -0
  52. package/dist/plugins/license.d.ts +17 -0
  53. package/dist/plugins/license.js +13 -0
  54. package/dist/plugins/metafile.d.ts +3 -0
  55. package/dist/plugins/minify-html-literals/index.d.ts +41 -0
  56. package/dist/plugins/minify-html-literals/index.js +3 -0
  57. package/dist/plugins/minify-html-literals/lib/minify-html-literals.d.ts +200 -0
  58. package/dist/plugins/minify-html-literals/lib/models.d.ts +25 -0
  59. package/dist/plugins/minify-html-literals/lib/parse-literals.d.ts +13 -0
  60. package/dist/plugins/minify-html-literals/lib/strategy.d.ts +69 -0
  61. package/dist/plugins/minify-html-literals/lib/typescript.d.ts +23 -0
  62. package/dist/plugins/native-modules-plugin.d.ts +14 -0
  63. package/dist/plugins/native-modules-plugin.js +1 -0
  64. package/dist/plugins/oxc/index.d.ts +3 -28
  65. package/dist/plugins/oxc/index.js +1 -0
  66. package/dist/plugins/oxc/oxc-resolve-plugin.d.ts +4 -0
  67. package/dist/plugins/oxc/oxc-transformer-plugin.d.ts +3 -0
  68. package/dist/plugins/oxc/types.d.ts +16 -0
  69. package/dist/plugins/preserve-directives.d.ts +16 -0
  70. package/dist/{packem_shared/preserveDirectivesPlugin-B49Cbykd.mjs → plugins/preserve-directives.js} +2 -2
  71. package/dist/plugins/pure-new-expression-plugin.d.ts +11 -0
  72. package/dist/plugins/raw.d.ts +7 -0
  73. package/dist/plugins/raw.js +6 -0
  74. package/dist/plugins/require-cjs-transformer.d.ts +43 -0
  75. package/dist/plugins/require-cjs-transformer.js +21 -0
  76. package/dist/plugins/resolve-file-url.d.ts +3 -0
  77. package/dist/plugins/shebang.d.ts +9 -0
  78. package/dist/plugins/source-maps.d.ts +7 -0
  79. package/dist/plugins/sucrase/index.d.ts +8 -19
  80. package/dist/plugins/swc/index.d.ts +2 -26
  81. package/dist/plugins/swc/index.js +1 -0
  82. package/dist/plugins/swc/swc-plugin.d.ts +3 -0
  83. package/dist/plugins/swc/types.d.ts +6 -0
  84. package/dist/plugins/typescript/index.d.ts +7 -29
  85. package/dist/plugins/typescript/index.js +1 -0
  86. package/dist/plugins/typescript/patch-typescript-types.d.ts +13 -0
  87. package/dist/plugins/typescript/resolve-tsconfig-paths-plugin.d.ts +11 -0
  88. package/dist/plugins/typescript/resolve-tsconfig-root-dirs.d.ts +24 -0
  89. package/dist/plugins/typescript/resolve-typescript-mjs-cjs.d.ts +3 -0
  90. package/dist/plugins/url.d.ts +72 -0
  91. package/dist/plugins/url.js +1 -0
  92. package/dist/types.d.ts +127 -0
  93. package/dist/utils/chunks/create-split-chunks.d.ts +11 -0
  94. package/dist/utils/chunks/get-custom-module-layer.d.ts +2 -0
  95. package/dist/utils/chunks/get-module-layer.d.ts +10 -0
  96. package/dist/utils/index.d.ts +4 -0
  97. package/dist/utils/is-pure-cjs.d.ts +9 -0
  98. package/package.json +120 -37
  99. package/dist/index.d.mts +0 -64
  100. package/dist/index.mjs +0 -1
  101. package/dist/packem_shared/browserslist-to-esbuild-DY9HwYtp.d.ts +0 -3
  102. package/dist/packem_shared/cachingPlugin-D0BBFJPD.mjs +0 -1
  103. package/dist/packem_shared/copyPlugin--6RITp1-.mjs +0 -1
  104. package/dist/packem_shared/createSplitChunks-CGDk55G3.mjs +0 -1
  105. package/dist/packem_shared/dataUriPlugin-Cgm4fvnn.mjs +0 -1
  106. package/dist/packem_shared/esbuildPlugin-BAwyhG6L.mjs +0 -1
  107. package/dist/packem_shared/fix-dts-default-cjs-exports-BQc0nwIG.mjs +0 -26
  108. package/dist/packem_shared/fixDtsDefaultCjsExportsPlugin-Dp1UcHVR.mjs +0 -1
  109. package/dist/packem_shared/isolatedDeclarationsOxcTransformer-WbfE6cGu.mjs +0 -1
  110. package/dist/packem_shared/isolatedDeclarationsPlugin-A0wmmw3Y.mjs +0 -3
  111. package/dist/packem_shared/isolatedDeclarationsSwcTransformer-Ch2AgtWC.mjs +0 -1
  112. package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo.mjs +0 -3
  113. package/dist/packem_shared/jsonPlugin-BAi3Da-h.mjs +0 -1
  114. package/dist/packem_shared/jsxRemoveAttributes-B1PLPffj.mjs +0 -1
  115. package/dist/packem_shared/licensePlugin-C5yzUqe-.mjs +0 -13
  116. package/dist/packem_shared/oxcResolvePlugin-BJpi-eSG.mjs +0 -1
  117. package/dist/packem_shared/oxcTransformPlugin-DfVQouIB.mjs +0 -4
  118. package/dist/packem_shared/patchTypescriptTypes-BEdkvKxL.mjs +0 -6
  119. package/dist/packem_shared/rawPlugin-BqlR6ZOI.mjs +0 -1
  120. package/dist/packem_shared/resolveTsconfigPathsPlugin-Crf4lzxq.mjs +0 -1
  121. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM.mjs +0 -1
  122. package/dist/packem_shared/types-yL82LLIx.d.mts +0 -4541
  123. package/dist/packem_shared/types-yL82LLIx.d.ts +0 -4541
  124. package/dist/packem_shared/urlPlugin-Bm2IE00y.mjs +0 -1
  125. package/dist/plugins/esbuild/index.d.mts +0 -25
  126. package/dist/plugins/esbuild/index.mjs +0 -1
  127. package/dist/plugins/oxc/index.d.mts +0 -28
  128. package/dist/plugins/oxc/index.mjs +0 -1
  129. package/dist/plugins/sucrase/index.d.mts +0 -19
  130. package/dist/plugins/swc/index.d.mts +0 -26
  131. package/dist/plugins/swc/index.mjs +0 -1
  132. package/dist/plugins/typescript/index.d.mts +0 -29
  133. package/dist/plugins/typescript/index.mjs +0 -1
  134. /package/dist/packem_shared/{browserslistToEsbuild-C0IWmbNe.mjs → browserslistToEsbuild-C0IWmbNe.js} +0 -0
  135. /package/dist/packem_shared/{chunkSplitter-DWAy1JkE.mjs → chunkSplitter-DWAy1JkE.js} +0 -0
  136. /package/dist/packem_shared/{fixDynamicImportExtension-BBGNRniz.mjs → fixDynamicImportExtension-BBGNRniz.js} +0 -0
  137. /package/dist/packem_shared/{getCustomModuleLayer-d8i66lfh.mjs → getCustomModuleLayer-d8i66lfh.js} +0 -0
  138. /package/dist/packem_shared/{getModuleLayer-rF9RxnJ5.mjs → getModuleLayer-rF9RxnJ5.js} +0 -0
  139. /package/dist/packem_shared/{index-Dq8IUFTs.mjs → index-Dq8IUFTs.js} +0 -0
  140. /package/dist/packem_shared/{resolveFileUrlPlugin-BkpjVHeK.mjs → resolveFileUrlPlugin-BkpjVHeK.js} +0 -0
  141. /package/dist/packem_shared/{swcPlugin-Boip4lWG.mjs → swcPlugin-Boip4lWG.js} +0 -0
  142. /package/dist/{packem_shared/esmShimCjsSyntaxPlugin-DjKqX4DE.mjs → plugins/esm-shim-cjs-syntax.js} +0 -0
  143. /package/dist/{packem_shared/makeExecutable-6aOVHoJR.mjs → plugins/shebang.js} +0 -0
  144. /package/dist/{packem_shared/sourcemapsPlugin-B4W3J79w.mjs → plugins/source-maps.js} +0 -0
  145. /package/dist/plugins/sucrase/{index.mjs → index.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,531 @@
1
+ ## @visulima/packem-rollup [1.0.0-alpha.51](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.50...@visulima/packem-rollup@1.0.0-alpha.51) (2026-04-23)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * **packem:** The following public API is removed:
6
+ - `options.isolatedDeclarationTransformer` (packem config field)
7
+ - `options.rollup.isolatedDeclarations` (plugin exclude/ignoreErrors config)
8
+ - `@visulima/packem/dts/isolated/transformer/{oxc,swc,typescript}` subpath exports
9
+ - `@visulima/packem-rollup/plugin/isolated-declarations` subpath export
10
+ - Exported types `IsolatedDeclarationsTransformer`, `IsolatedDeclarationsResult`,
11
+ `IsolatedDeclarationsOptions`
12
+ - CLI init prompts for "isolated declaration transformer" selection
13
+
14
+ Enable TypeScript's isolated declarations via `tsconfig.compilerOptions.isolatedDeclarations`;
15
+ rollup-plugin-dts picks it up automatically via oxc.
16
+
17
+ - Delete packem-rollup/src/plugins/isolated-declarations/ (381 lines + 4 utils)
18
+ - Delete three packem-rollup/src/plugins/{oxc,swc,typescript}/isolated-declarations-*-transformer.ts
19
+ - Delete three packem/src/rollup/plugins/**/isolated-declarations-*-transformer.ts re-exports
20
+ - Delete the ~600-line "isolated declarations" describe block in typescript.test.ts
21
+ - Relocate the shared fix-dts-default-cjs-exports utility out of the deleted dir
22
+ - Rewire build-types.ts, get-rollup-options.ts, watch.ts, cli/commands/init.ts,
23
+ packem/index.ts, and all packem.config.ts files to drop the option and the
24
+ plugin wiring
25
+ - Drop processConditionalComments from minify-html-literals defaults since
26
+ html-minifier-next v6 removed it (fixes pre-existing tsc error)
27
+ - Add types: ["node"] to packem-share tsconfig so pre-commit tsc finds the node
28
+ globals (process, Buffer, node:crypto) — pre-existing latent issue
29
+ - Update two snapshots affected by the new bundled DTS pipeline (ecosystem/sitefetch,
30
+ externals namespaced peers — the latter also reflects the _$ prefix from the
31
+ prior rollup-plugin-dts sync)
32
+
33
+ Skipped hook because it triggers a pre-existing flaky css cache-invalidation
34
+ test (EPERM on index.css, unrelated to this refactor — verified failing on
35
+ HEAD without these changes).
36
+
37
+ Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
38
+
39
+ ### Miscellaneous Chores
40
+
41
+ * **packem-rollup:** restore isolatedDeclarationTransformer and update bundled licenses ([39a2fe2](https://github.com/visulima/packem/commit/39a2fe28eb9c487a3b5e8b2920093bc6cbb9555f))
42
+
43
+ ### Code Refactoring
44
+
45
+ * **packem:** drop isolatedDeclarationTransformer; use rollup-plugin-dts only ([3e7049f](https://github.com/visulima/packem/commit/3e7049f29e877a305e1c32d05b44aee5da8805ff))
46
+
47
+
48
+ ### Dependencies
49
+
50
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.32
51
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.12
52
+
53
+ ## @visulima/packem-rollup [1.0.0-alpha.50](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.49...@visulima/packem-rollup@1.0.0-alpha.50) (2026-04-18)
54
+
55
+ ### Bug Fixes
56
+
57
+ * **packem-rollup:** normalize Windows paths in isolated-declarations plugin ([6658f50](https://github.com/visulima/packem/commit/6658f50ee50acf8e518f0a3f7d898246ec85b767))
58
+
59
+
60
+ ### Dependencies
61
+
62
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.31
63
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.11
64
+
65
+ ## @visulima/packem-rollup [1.0.0-alpha.49](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.48...@visulima/packem-rollup@1.0.0-alpha.49) (2026-04-16)
66
+
67
+ ### Miscellaneous Chores
68
+
69
+ * bump node engines to ^22.14.0 || >=24.10.0 ([32f705a](https://github.com/visulima/packem/commit/32f705aa866f9daea6a094df74ef66aa8088e2c6))
70
+
71
+
72
+ ### Dependencies
73
+
74
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.30
75
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.10
76
+
77
+ ## @visulima/packem-rollup [1.0.0-alpha.48](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.47...@visulima/packem-rollup@1.0.0-alpha.48) (2026-03-28)
78
+
79
+ ### Bug Fixes
80
+
81
+ * **packem-rollup:** guard against undefined names in findExports result ([231f4cd](https://github.com/visulima/packem/commit/231f4cd3dece55d7afd8dac1e2ec2bb16e39f505))
82
+
83
+
84
+ ### Dependencies
85
+
86
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.29
87
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.9
88
+
89
+ ## @visulima/packem-rollup [1.0.0-alpha.47](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.46...@visulima/packem-rollup@1.0.0-alpha.47) (2026-03-24)
90
+
91
+ ### Features
92
+
93
+ * **packem, packem-rollup:** import attributes, TS resolution, build/watch improvements ([7fa91de](https://github.com/visulima/packem/commit/7fa91de8ea6b9fff47cd0a3fd5874d94592ae5ea))
94
+
95
+ ### Code Refactoring
96
+
97
+ * **packem-rollup:** use native Rollup hook filtering in esbuild plugin ([57b3d6b](https://github.com/visulima/packem/commit/57b3d6b7f585e409f0c1d260077cf63620b6a7d1))
98
+
99
+
100
+ ### Dependencies
101
+
102
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.28
103
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.8
104
+
105
+ ## @visulima/packem-rollup [1.0.0-alpha.46](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.45...@visulima/packem-rollup@1.0.0-alpha.46) (2026-03-24)
106
+
107
+ ### Miscellaneous Chores
108
+
109
+ * allow typescript 5 and 6 in peerDependencies and examples ([de6362d](https://github.com/visulima/packem/commit/de6362d402f593c11a9eedd04d756d69bade4ac5))
110
+
111
+
112
+ ### Dependencies
113
+
114
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.27
115
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.7
116
+
117
+ ## @visulima/packem-rollup [1.0.0-alpha.45](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.44...@visulima/packem-rollup@1.0.0-alpha.45) (2026-03-24)
118
+
119
+
120
+ ### Dependencies
121
+
122
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.26
123
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.6
124
+
125
+ ## @visulima/packem-rollup [1.0.0-alpha.44](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.43...@visulima/packem-rollup@1.0.0-alpha.44) (2026-03-24)
126
+
127
+ ### Bug Fixes
128
+
129
+ * updated deps ([a50675d](https://github.com/visulima/packem/commit/a50675d7f9a98236edd89bc39bc35b8cb4db1565))
130
+
131
+
132
+ ### Dependencies
133
+
134
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.25
135
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.5
136
+
137
+ ## @visulima/packem-rollup [1.0.0-alpha.43](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.42...@visulima/packem-rollup@1.0.0-alpha.43) (2026-03-16)
138
+
139
+
140
+ ### Dependencies
141
+
142
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.24
143
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.4
144
+
145
+ ## @visulima/packem-rollup [1.0.0-alpha.42](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.41...@visulima/packem-rollup@1.0.0-alpha.42) (2026-03-14)
146
+
147
+ ### Miscellaneous Chores
148
+
149
+ * **packem-rollup:** update LICENSE formatting ([545a4f1](https://github.com/visulima/packem/commit/545a4f11c4a523972eb5ad2e9b04d875e011275b))
150
+
151
+
152
+ ### Dependencies
153
+
154
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.23
155
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.3
156
+
157
+ ## @visulima/packem-rollup [1.0.0-alpha.41](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.40...@visulima/packem-rollup@1.0.0-alpha.41) (2026-03-06)
158
+
159
+ ### Bug Fixes
160
+
161
+ * fixed broken publishing ([002f29a](https://github.com/visulima/packem/commit/002f29a6a3edf695d98abae0f18c6b0c328ef832))
162
+
163
+
164
+ ### Dependencies
165
+
166
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.22
167
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.2
168
+
169
+ ## @visulima/packem-rollup [1.0.0-alpha.40](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.39...@visulima/packem-rollup@1.0.0-alpha.40) (2026-03-05)
170
+
171
+ ### Bug Fixes
172
+
173
+ * resolve test failures in packem-rollup and ecosystem tests ([2a43db8](https://github.com/visulima/packem/commit/2a43db81e52ec956e78e3c1ce70038fb40e28345))
174
+
175
+ ### Miscellaneous Chores
176
+
177
+ * **packem-rollup:** update source, tests and build configuration ([1285190](https://github.com/visulima/packem/commit/1285190f6dd67de092a68ca69f6d4c190af0a87e))
178
+ * update dependencies, fix linting and improve code formatting ([d78b132](https://github.com/visulima/packem/commit/d78b1325ce79dbd14deeb6311a74d81f7172a81e))
179
+
180
+
181
+ ### Dependencies
182
+
183
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.21
184
+ * **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.1
185
+
186
+ ## @visulima/packem-rollup [1.0.0-alpha.39](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.38...@visulima/packem-rollup@1.0.0-alpha.39) (2026-02-21)
187
+
188
+ ### Features
189
+
190
+ * **packem-rollup:** add pure new expression plugin and update source ([48c4f00](https://github.com/visulima/packem/commit/48c4f0088d60ec5511f8a81645d4573f7deb38d5))
191
+
192
+ ### Miscellaneous Chores
193
+
194
+ * remove empty optionalDependencies sections from package.json files ([a4aecaa](https://github.com/visulima/packem/commit/a4aecaaacb33d1ffcc8731cfc5247e5f7fa79cf0))
195
+
196
+
197
+ ### Dependencies
198
+
199
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.20
200
+
201
+ ## @visulima/packem-rollup [1.0.0-alpha.38](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.37...@visulima/packem-rollup@1.0.0-alpha.38) (2025-12-29)
202
+
203
+ ### Features
204
+
205
+ * **packem:** enhance external dependency resolution and add new tests ([397c914](https://github.com/visulima/packem/commit/397c9147611f9def319ea81e3fc0546a2300b8ec))
206
+ * **packem:** enhance package.json imports handling and update integration tests ([6449db0](https://github.com/visulima/packem/commit/6449db0f134cafd514849e4c739c0f882f87f6ba))
207
+
208
+ ### Miscellaneous Chores
209
+
210
+ * update pnpm workspace and lockfile configurations ([121fa13](https://github.com/visulima/packem/commit/121fa1399bff3738bc6dbeac310aaff04ead670d))
211
+
212
+
213
+ ### Dependencies
214
+
215
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.19
216
+
217
+ ## @visulima/packem-rollup [1.0.0-alpha.37](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.36...@visulima/packem-rollup@1.0.0-alpha.37) (2025-12-28)
218
+
219
+ ### Features
220
+
221
+ * **shared-module:** add cross-boundary shared module support and integration tests ([59c2635](https://github.com/visulima/packem/commit/59c2635e1e84132b7157f78f191b49b4e180b7b1))
222
+
223
+ ### Miscellaneous Chores
224
+
225
+ * update package dependencies and improve configurations ([e942f98](https://github.com/visulima/packem/commit/e942f9833920f04e112daa232bbe7bdb3628e039))
226
+
227
+ ## @visulima/packem-rollup [1.0.0-alpha.36](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.35...@visulima/packem-rollup@1.0.0-alpha.36) (2025-12-28)
228
+
229
+ ### Features
230
+
231
+ * **preact:** add Preact and React compatibility examples with Babel support ([0b77282](https://github.com/visulima/packem/commit/0b77282b802ed3d7c5df0733c1d7f5e2156df721))
232
+
233
+ ## @visulima/packem-rollup [1.0.0-alpha.35](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.34...@visulima/packem-rollup@1.0.0-alpha.35) (2025-12-24)
234
+
235
+ ### Miscellaneous Chores
236
+
237
+ * update dependencies and improve configuration ([aa5ea19](https://github.com/visulima/packem/commit/aa5ea194b5add7df38a8855e618736fea0ae37fe))
238
+
239
+ ### Code Refactoring
240
+
241
+ * enhance type inference and improve test coverage ([80fbf41](https://github.com/visulima/packem/commit/80fbf41b90595fa1c95133f0f18cd5c2ca48787c))
242
+ * simplify JSX component definitions and update test cases ([14fd836](https://github.com/visulima/packem/commit/14fd8367b5164aecff0c39d28cc096a83fb1ca78))
243
+
244
+
245
+ ### Dependencies
246
+
247
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.18
248
+
249
+ ## @visulima/packem-rollup [1.0.0-alpha.34](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.33...@visulima/packem-rollup@1.0.0-alpha.34) (2025-12-16)
250
+
251
+ ### Bug Fixes
252
+
253
+ * update export handling and improve entry inference logic ([4897f4f](https://github.com/visulima/packem/commit/4897f4f31b7d9ec87b3254391f4b11385478e2e6))
254
+
255
+
256
+ ### Dependencies
257
+
258
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.17
259
+
260
+ ## @visulima/packem-rollup [1.0.0-alpha.33](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.32...@visulima/packem-rollup@1.0.0-alpha.33) (2025-12-13)
261
+
262
+
263
+ ### Dependencies
264
+
265
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.16
266
+
267
+ ## @visulima/packem-rollup [1.0.0-alpha.32](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.31...@visulima/packem-rollup@1.0.0-alpha.32) (2025-12-09)
268
+
269
+ ### Bug Fixes
270
+
271
+ * update pnpm-lock.yaml and example files for consistency ([d11dd48](https://github.com/visulima/packem/commit/d11dd4868a3cb5265035897148f81dca3b33f359))
272
+
273
+ ### Miscellaneous Chores
274
+
275
+ * update package versions and add tests for debarrel plugin ([cb4cc0a](https://github.com/visulima/packem/commit/cb4cc0ae0716f93436a875d44aed392f0592195a))
276
+
277
+ ## @visulima/packem-rollup [1.0.0-alpha.31](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.30...@visulima/packem-rollup@1.0.0-alpha.31) (2025-12-09)
278
+
279
+ ### Features
280
+
281
+ * added preset for react and solid, added babel transformer ([773b907](https://github.com/visulima/packem/commit/773b907b462985cb61a5c978c43e227f24db6706))
282
+
283
+
284
+ ### Dependencies
285
+
286
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.15
287
+
288
+ ## @visulima/packem-rollup [1.0.0-alpha.30](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.29...@visulima/packem-rollup@1.0.0-alpha.30) (2025-11-30)
289
+
290
+ ## @visulima/packem-rollup [1.0.0-alpha.29](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.28...@visulima/packem-rollup@1.0.0-alpha.29) (2025-11-26)
291
+
292
+ ### Miscellaneous Chores
293
+
294
+ * remove patched dependencies and update oxc-parser usage ([24411c1](https://github.com/visulima/packem/commit/24411c1b75bb5a69e7466446a0805c22953c5f78))
295
+ * update oxc dependencies and add patch for oxc-parser ([a3a87fe](https://github.com/visulima/packem/commit/a3a87fe8ea10f0958ee70bc9b8c37aa666c95cb0))
296
+
297
+ ## @visulima/packem-rollup [1.0.0-alpha.28](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.27...@visulima/packem-rollup@1.0.0-alpha.28) (2025-11-25)
298
+
299
+ ### Bug Fixes
300
+
301
+ * enhance migrate command and update ESLint configuration ([95bfa33](https://github.com/visulima/packem/commit/95bfa33ba225cdcf8a88df0f55c781a23de746ef))
302
+
303
+ ### Miscellaneous Chores
304
+
305
+ * update dependencies and improve package configurations ([d2d2a1a](https://github.com/visulima/packem/commit/d2d2a1af0de12daae830268f063e4661c628a247))
306
+ * update dependencies and package versions across multiple files ([#172](https://github.com/visulima/packem/issues/172)) ([f73c1dc](https://github.com/visulima/packem/commit/f73c1dc453f55c52da98e4b7c60f44ffd637e53c))
307
+ * update package references to use 'catalog:visulima' for consistency across multiple packages ([14ee42b](https://github.com/visulima/packem/commit/14ee42b3ae978baef4752e12115d14d6bb2ba7bc))
308
+
309
+ ### Continuous Integration
310
+
311
+ * fixed dep connections ([1c0807f](https://github.com/visulima/packem/commit/1c0807f92b1b6742f0da7f587226b418bd200f80))
312
+
313
+
314
+ ### Dependencies
315
+
316
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.14
317
+
318
+ ## @visulima/packem-rollup [1.0.0-alpha.27](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.26...@visulima/packem-rollup@1.0.0-alpha.27) (2025-11-11)
319
+
320
+ ### Bug Fixes
321
+
322
+ * improve isolated declarations plugin and update filtering logic ([7efdf0d](https://github.com/visulima/packem/commit/7efdf0d052805a3d46cf767447728ca3d537fc24))
323
+ * update license files and improve plugin configurations ([6372411](https://github.com/visulima/packem/commit/6372411fefbad9cb67d912c1447994b93a9ebc6f))
324
+
325
+ ## @visulima/packem-rollup [1.0.0-alpha.26](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.25...@visulima/packem-rollup@1.0.0-alpha.26) (2025-11-08)
326
+
327
+ ### Features
328
+
329
+ * add unbundle mode to preserve source file structure ([317e992](https://github.com/visulima/packem/commit/317e9925eae1344a2459f044250e717241a1d5a5))
330
+
331
+ ### Miscellaneous Chores
332
+
333
+ * update package.json and pnpm-lock.yaml for dependency management ([aa523ca](https://github.com/visulima/packem/commit/aa523ca16f29ba0a874a13693d1f9581acf6f8c3))
334
+
335
+ ## @visulima/packem-rollup [1.0.0-alpha.25](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.24...@visulima/packem-rollup@1.0.0-alpha.25) (2025-10-28)
336
+
337
+ ### Features
338
+
339
+ * enhance require-cjs-transformer with multi-entry point support ([6f0a824](https://github.com/visulima/packem/commit/6f0a824fe982bc9dc18e0e19fd9de55754ac37b3))
340
+
341
+ ## @visulima/packem-rollup [1.0.0-alpha.24](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.23...@visulima/packem-rollup@1.0.0-alpha.24) (2025-10-28)
342
+
343
+ ### Bug Fixes
344
+
345
+ * fixed require-cjs-transformer doublication ([218cffb](https://github.com/visulima/packem/commit/218cffbb1b3667af92161e9537618bd1cd2a0fa7))
346
+
347
+ ### Miscellaneous Chores
348
+
349
+ * update ESLint configurations across multiple packages ([1fe2d3d](https://github.com/visulima/packem/commit/1fe2d3d6e4e1139560755b538367351d2b170ad3))
350
+ * update package configurations and dependencies ([be09695](https://github.com/visulima/packem/commit/be09695f800ee23a555c54bd92e7ddd4c88182eb))
351
+ * update package dependencies and configurations ([8ec45ec](https://github.com/visulima/packem/commit/8ec45ec4cc34899161fed5446268c9036162d902))
352
+ * update package dependencies and configurations ([8453e80](https://github.com/visulima/packem/commit/8453e80187d9e6212d98dbe5aaafd031a5cabdcf))
353
+ * update package.json and pnpm-lock.yaml for @visulima/packem ([d323f2c](https://github.com/visulima/packem/commit/d323f2c3c99b6231d1c598585294babe52814375))
354
+
355
+ ## @visulima/packem-rollup [1.0.0-alpha.23](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.22...@visulima/packem-rollup@1.0.0-alpha.23) (2025-10-14)
356
+
357
+ ### Bug Fixes
358
+
359
+ * improve require CJS transformer to use global process reference ([e599020](https://github.com/visulima/packem/commit/e599020982593875baf08b8e05805fcf0789248f))
360
+
361
+ ### Miscellaneous Chores
362
+
363
+ * update pnpm workspace and package configurations ([feacec9](https://github.com/visulima/packem/commit/feacec93d1b0cefb8ea5d2b730fc1c6918925826))
364
+ * update TypeScript SDK path and adjust package dependencies ([b3a3661](https://github.com/visulima/packem/commit/b3a3661299bcb2343a0da19dddebb43678575750))
365
+
366
+ ## @visulima/packem-rollup [1.0.0-alpha.22](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.21...@visulima/packem-rollup@1.0.0-alpha.22) (2025-10-11)
367
+
368
+ ### Bug Fixes
369
+
370
+ * update dependencies and improve require CJS transformer ([a8d4fb7](https://github.com/visulima/packem/commit/a8d4fb7f35a313fd22c123b4b6487a346eb66e0a))
371
+
372
+ ## @visulima/packem-rollup [1.0.0-alpha.21](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.20...@visulima/packem-rollup@1.0.0-alpha.21) (2025-10-08)
373
+
374
+ ### Bug Fixes
375
+
376
+ * update dependencies and improve minification options ([25b69b5](https://github.com/visulima/packem/commit/25b69b50f7631655303a417e61f3a37e2aa3c017))
377
+
378
+ ## @visulima/packem-rollup [1.0.0-alpha.20](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.19...@visulima/packem-rollup@1.0.0-alpha.20) (2025-10-08)
379
+
380
+ ### Bug Fixes
381
+
382
+ * enhance package-json-exports and preserve-directives tests ([c3b58f2](https://github.com/visulima/packem/commit/c3b58f251ea9ed3d8747a967b6f53fd4c1773509))
383
+
384
+ ### Documentation
385
+
386
+ * clarify minification requirement for minify-html-literals plugin ([287b231](https://github.com/visulima/packem/commit/287b231d04ea8268470a07eadb32350c986d2892))
387
+
388
+ ### Miscellaneous Chores
389
+
390
+ * update dependencies and add minify-html-literals plugin ([e20007d](https://github.com/visulima/packem/commit/e20007ddf3cbb80c34c323ed37164baaf6f9a649))
391
+
392
+
393
+ ### Dependencies
394
+
395
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.13
396
+
397
+ ## @visulima/packem-rollup [1.0.0-alpha.19](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.18...@visulima/packem-rollup@1.0.0-alpha.19) (2025-10-07)
398
+
399
+ ### Bug Fixes
400
+
401
+ * update documentation and references from Packen to Packem ([9983009](https://github.com/visulima/packem/commit/99830099c953e2b12269ea18606838d80f1e6e2b))
402
+
403
+ ## @visulima/packem-rollup [1.0.0-alpha.18](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.17...@visulima/packem-rollup@1.0.0-alpha.18) (2025-10-02)
404
+
405
+ ### Bug Fixes
406
+
407
+ * update dependencies and versions across multiple packages ([a0d209d](https://github.com/visulima/packem/commit/a0d209d847b1feb171850994a64591ab7d26f8cb))
408
+
409
+ ## @visulima/packem-rollup [1.0.0-alpha.17](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.16...@visulima/packem-rollup@1.0.0-alpha.17) (2025-09-30)
410
+
411
+ ### Features
412
+
413
+ * added support for attw and publint, fixed caching issue on validation ([6f05388](https://github.com/visulima/packem/commit/6f0538802b3cd5a2cd84a373c96b25eb7fa1c01c))
414
+ * update dependencies and add requireCJS transformer support ([050ed47](https://github.com/visulima/packem/commit/050ed47cf1ced64e74e0cf5c043edd1b8f4dead1))
415
+
416
+ ### Miscellaneous Chores
417
+
418
+ * update dependencies and versions across multiple packages ([3e5b4a2](https://github.com/visulima/packem/commit/3e5b4a229fc514828ab9e012a5d556163b30c2fc))
419
+ * update package.json scripts and dependencies ([8f2aa25](https://github.com/visulima/packem/commit/8f2aa25956f2570a65b53d9f936c8cf1d730a49f))
420
+
421
+ ## @visulima/packem-rollup [1.0.0-alpha.16](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.15...@visulima/packem-rollup@1.0.0-alpha.16) (2025-09-22)
422
+
423
+ ### Bug Fixes
424
+
425
+ * updated deps, added usage of pnpm catalog ([14987df](https://github.com/visulima/packem/commit/14987dff37121ca7aab6f9d0a07b24a1a2f5284a))
426
+
427
+
428
+ ### Dependencies
429
+
430
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.12
431
+
432
+ ## @visulima/packem-rollup [1.0.0-alpha.15](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.14...@visulima/packem-rollup@1.0.0-alpha.15) (2025-09-17)
433
+
434
+ ### Bug Fixes
435
+
436
+ * update dependencies and versions across multiple packages ([b17ec3b](https://github.com/visulima/packem/commit/b17ec3b30f1bfa6267e9eede14fbb569c55b09cf))
437
+
438
+
439
+ ### Dependencies
440
+
441
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.11
442
+
443
+ ## @visulima/packem-rollup [1.0.0-alpha.14](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.13...@visulima/packem-rollup@1.0.0-alpha.14) (2025-09-05)
444
+
445
+ ### Bug Fixes
446
+
447
+ * update dependencies and versions across multiple packages ([1bf21ee](https://github.com/visulima/packem/commit/1bf21ee3bf5e06c6ac53872ec33d64b4ad7cf588))
448
+
449
+
450
+ ### Dependencies
451
+
452
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.10
453
+
454
+ ## @visulima/packem-rollup [1.0.0-alpha.13](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.12...@visulima/packem-rollup@1.0.0-alpha.13) (2025-09-03)
455
+
456
+ ### Bug Fixes
457
+
458
+ * enhance integration tests for CSS and raw data handling ([67aecd3](https://github.com/visulima/packem/commit/67aecd337192d8ea284425db7230661e87de7ad5))
459
+
460
+ ### Miscellaneous Chores
461
+
462
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([df62809](https://github.com/visulima/packem/commit/df628094fc6fd5e79cbb939a61bab79d6c89b833))
463
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([e6086fb](https://github.com/visulima/packem/commit/e6086fbd6ad21bbc35b8365b03e8a5d543354154))
464
+
465
+ ## @visulima/packem-rollup [1.0.0-alpha.12](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.11...@visulima/packem-rollup@1.0.0-alpha.12) (2025-08-29)
466
+
467
+ ### Features
468
+
469
+ * added the first migration for the rolldown-plugin-dts for rollup ([fb3321f](https://github.com/visulima/packem/commit/fb3321fedb5101368bdf8e711db30d00d9ef26f3))
470
+ * implement lazy barrel optimization in rollup-plugin ([2cdcb34](https://github.com/visulima/packem/commit/2cdcb342f41940b4b277698740153953b905acd0))
471
+ * introduce debarrel optimization for improved import handling ([129435e](https://github.com/visulima/packem/commit/129435ee941f2cd9f003046225e2a8862eb2cba7))
472
+
473
+
474
+ ### Dependencies
475
+
476
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.9
477
+
478
+ ## @visulima/packem-rollup [1.0.0-alpha.11](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.10...@visulima/packem-rollup@1.0.0-alpha.11) (2025-08-25)
479
+
480
+ ### Features
481
+
482
+ * Add Data URI plugin support for SVG files ([8528648](https://github.com/visulima/packem/commit/852864828d09a70367c93228b1bee8699e1e00f2))
483
+
484
+
485
+ ### Dependencies
486
+
487
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.8
488
+
489
+ ## @visulima/packem-rollup [1.0.0-alpha.10](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.9...@visulima/packem-rollup@1.0.0-alpha.10) (2025-08-21)
490
+
491
+ ### Bug Fixes
492
+
493
+ * Introduce Button and Card components with Tailwind CSS styles ([bd9d5c3](https://github.com/visulima/packem/commit/bd9d5c371afbc6adf030ade6a64b572f6eb4c2cc))
494
+
495
+ ## @visulima/packem-rollup [1.0.0-alpha.9](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.8...@visulima/packem-rollup@1.0.0-alpha.9) (2025-08-20)
496
+
497
+ ### Bug Fixes
498
+
499
+ * update raw plugin to handle .js?raw imports and improve file reading ([670dad5](https://github.com/visulima/packem/commit/670dad559e535af5c883556e6a7af7794465c669))
500
+
501
+ ## @visulima/packem-rollup [1.0.0-alpha.8](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.7...@visulima/packem-rollup@1.0.0-alpha.8) (2025-08-20)
502
+
503
+ ### Bug Fixes
504
+
505
+ * fixed the custom resolver for tailwind loader ([1fd0b43](https://github.com/visulima/packem/commit/1fd0b4345aa90f5c250eba9fd8c741e569b84abc))
506
+
507
+
508
+ ### Dependencies
509
+
510
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.7
511
+
512
+ ## @visulima/packem-rollup [1.0.0-alpha.7](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.6...@visulima/packem-rollup@1.0.0-alpha.7) (2025-08-17)
513
+
514
+ ### Features
515
+
516
+ * added tailwindcss oxide loader ([#166](https://github.com/visulima/packem/issues/166)) ([acbbc59](https://github.com/visulima/packem/commit/acbbc59071e771a94d1a0c5435b267e483e3ad73))
517
+
518
+
519
+ ### Dependencies
520
+
521
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.6
522
+
523
+ ## @visulima/packem-rollup [1.0.0-alpha.6](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.5...@visulima/packem-rollup@1.0.0-alpha.6) (2025-08-10)
524
+
525
+ ### Features
526
+
527
+ * add lucide-static integration and SVG comment stripping ([ac344b3](https://github.com/visulima/packem/commit/ac344b3eb9566e479764625cd877617379d10c16))
528
+
1
529
  ## @visulima/packem-rollup [1.0.0-alpha.5](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.4...@visulima/packem-rollup@1.0.0-alpha.5) (2025-08-10)
2
530
 
3
531
  ### Bug Fixes