@visulima/packem 2.0.0-alpha.3 → 2.0.0-alpha.31

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 (59) hide show
  1. package/CHANGELOG.md +364 -1
  2. package/LICENSE.md +475 -1347
  3. package/README.md +16 -12
  4. package/dist/builder/typedoc/index.d.ts +6 -3
  5. package/dist/builder/typedoc/index.js +3 -3
  6. package/dist/cli/index.js +37 -37
  7. package/dist/config/index.d.ts +6 -3
  8. package/dist/index.d.ts +8 -5
  9. package/dist/index.js +1 -1
  10. package/dist/packem_shared/default-BYM_JvQL.js +1 -0
  11. package/dist/packem_shared/{default-B6X7-Lx3.js → default-BY_XZBkt.js} +1 -1
  12. package/dist/packem_shared/default-Bv0h8ASu.js +1 -0
  13. package/dist/packem_shared/default-CAKCVA5N.js +1 -0
  14. package/dist/packem_shared/{default-DqRcOUe1.js → default-CTOd1a5W.js} +1 -1
  15. package/dist/packem_shared/esbuildPlugin-DpLtQGuZ-DlbvGoD-.js +3 -0
  16. package/dist/packem_shared/index-CMiSObms.js +178 -0
  17. package/dist/packem_shared/{index-DySckW0r.d.ts → index-D09qw6EP.d.ts} +209 -328
  18. package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo-CfOpxpsh.js +3 -0
  19. package/dist/packem_shared/oxcResolvePlugin-Ccef6pyL-VBndJ7ld.js +1 -0
  20. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM-D4oir4A1.js +6 -0
  21. package/dist/packem_shared/{types-CaBbG-vU.d.ts → types-B5hAMUkV.d.ts} +16 -4
  22. package/dist/rollup/plugins/css/loaders/less.d.ts +1 -1
  23. package/dist/rollup/plugins/css/loaders/less.js +1 -1
  24. package/dist/rollup/plugins/css/loaders/lightningcss.d.ts +1 -1
  25. package/dist/rollup/plugins/css/loaders/lightningcss.js +1 -1
  26. package/dist/rollup/plugins/css/loaders/postcss.d.ts +1 -1
  27. package/dist/rollup/plugins/css/loaders/postcss.js +1 -1
  28. package/dist/rollup/plugins/css/loaders/sass.d.ts +1 -1
  29. package/dist/rollup/plugins/css/loaders/sass.js +1 -1
  30. package/dist/rollup/plugins/css/loaders/sourcemap.d.ts +9 -8
  31. package/dist/rollup/plugins/css/loaders/sourcemap.js +1 -1
  32. package/dist/rollup/plugins/css/loaders/stylus.d.ts +1 -1
  33. package/dist/rollup/plugins/css/loaders/stylus.js +1 -1
  34. package/dist/rollup/plugins/css/loaders/tailwindcss.d.ts +1 -0
  35. package/dist/rollup/plugins/css/loaders/tailwindcss.js +1 -0
  36. package/dist/rollup/plugins/css/minifiers/cssnano.d.ts +1 -1
  37. package/dist/rollup/plugins/css/minifiers/cssnano.js +1 -1
  38. package/dist/rollup/plugins/css/minifiers/lightningcss.d.ts +1 -1
  39. package/dist/rollup/plugins/css/minifiers/lightningcss.js +1 -1
  40. package/dist/rollup/plugins/esbuild/index.d.ts +4 -2
  41. package/dist/rollup/plugins/esbuild/index.js +1 -1
  42. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +5 -3
  43. package/dist/rollup/plugins/oxc/oxc-transformer.d.ts +4 -2
  44. package/dist/rollup/plugins/sucrase/index.d.ts +3 -1
  45. package/dist/rollup/plugins/sucrase/index.js +1 -1
  46. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +9 -2
  47. package/dist/rollup/plugins/swc/swc-plugin.d.ts +4 -8
  48. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +3 -1
  49. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.js +1 -1
  50. package/files.d.ts +37 -0
  51. package/package.json +50 -26
  52. package/dist/packem_shared/default-B_dUKZ_J.js +0 -1
  53. package/dist/packem_shared/default-C3sdXf4G.js +0 -1
  54. package/dist/packem_shared/default-DR5Fia_R.js +0 -1
  55. package/dist/packem_shared/esbuildPlugin-BAwyhG6L-yty60jMl.js +0 -3
  56. package/dist/packem_shared/index-DWE3PZRE.js +0 -138
  57. package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo-Cwe3ODMG.js +0 -3
  58. package/dist/packem_shared/oxcResolvePlugin-BJpi-eSG-BsYx9cDO.js +0 -1
  59. package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM-BEkYWTsH.js +0 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,366 @@
1
+ ## @visulima/packem [2.0.0-alpha.31](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.30...@visulima/packem@2.0.0-alpha.31) (2025-10-28)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fixed require-cjs-transformer doublication ([218cffb](https://github.com/visulima/packem/commit/218cffbb1b3667af92161e9537618bd1cd2a0fa7))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * update ESLint configurations across multiple packages ([1fe2d3d](https://github.com/visulima/packem/commit/1fe2d3d6e4e1139560755b538367351d2b170ad3))
10
+ * update package configurations and dependencies ([be09695](https://github.com/visulima/packem/commit/be09695f800ee23a555c54bd92e7ddd4c88182eb))
11
+ * update package dependencies and configurations ([8ec45ec](https://github.com/visulima/packem/commit/8ec45ec4cc34899161fed5446268c9036162d902))
12
+ * update package dependencies and configurations ([8453e80](https://github.com/visulima/packem/commit/8453e80187d9e6212d98dbe5aaafd031a5cabdcf))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.24
18
+
19
+ ## @visulima/packem [2.0.0-alpha.30](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.29...@visulima/packem@2.0.0-alpha.30) (2025-10-14)
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.23
25
+
26
+ ## @visulima/packem [2.0.0-alpha.29](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.28...@visulima/packem@2.0.0-alpha.29) (2025-10-12)
27
+
28
+ ### Bug Fixes
29
+
30
+ * update readme ([3b5467f](https://github.com/visulima/packem/commit/3b5467f8ba57e39495582a8914d970fe455c70e8))
31
+
32
+ ### Miscellaneous Chores
33
+
34
+ * add .cursorignore and update package.json for isolated transformers ([750e101](https://github.com/visulima/packem/commit/750e101a6d5b88f0b9a6c5952ee1223c825eb2ad))
35
+ * update pnpm workspace and package configurations ([feacec9](https://github.com/visulima/packem/commit/feacec93d1b0cefb8ea5d2b730fc1c6918925826))
36
+ * update TypeScript SDK path and adjust package dependencies ([b3a3661](https://github.com/visulima/packem/commit/b3a3661299bcb2343a0da19dddebb43678575750))
37
+
38
+ ## @visulima/packem [2.0.0-alpha.28](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.27...@visulima/packem@2.0.0-alpha.28) (2025-10-11)
39
+
40
+ ### Bug Fixes
41
+
42
+ * update dependencies and improve require CJS transformer ([a8d4fb7](https://github.com/visulima/packem/commit/a8d4fb7f35a313fd22c123b4b6487a346eb66e0a))
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.22
48
+
49
+ ## @visulima/packem [2.0.0-alpha.27](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.26...@visulima/packem@2.0.0-alpha.27) (2025-10-08)
50
+
51
+ ### Bug Fixes
52
+
53
+ * enhance minifyHTMLLiterals plugin options to include logger ([ca6ecae](https://github.com/visulima/packem/commit/ca6ecae6ea18fd5ee4cb13111d3fe3938bd489b0))
54
+
55
+ ## @visulima/packem [2.0.0-alpha.26](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.25...@visulima/packem@2.0.0-alpha.26) (2025-10-08)
56
+
57
+ ### Bug Fixes
58
+
59
+ * update dependencies and improve minification options ([25b69b5](https://github.com/visulima/packem/commit/25b69b50f7631655303a417e61f3a37e2aa3c017))
60
+
61
+
62
+ ### Dependencies
63
+
64
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.21
65
+
66
+ ## @visulima/packem [2.0.0-alpha.25](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.24...@visulima/packem@2.0.0-alpha.25) (2025-10-08)
67
+
68
+ ### Bug Fixes
69
+
70
+ * enhance package-json-exports and preserve-directives tests ([c3b58f2](https://github.com/visulima/packem/commit/c3b58f251ea9ed3d8747a967b6f53fd4c1773509))
71
+
72
+ ### Miscellaneous Chores
73
+
74
+ * update dependencies and add minify-html-literals plugin ([e20007d](https://github.com/visulima/packem/commit/e20007ddf3cbb80c34c323ed37164baaf6f9a649))
75
+ * update dependencies and improve package validation tests ([b4fd83b](https://github.com/visulima/packem/commit/b4fd83bf3f5749d53c1c01eaf10d61f88530d9f4))
76
+
77
+ ### Tests
78
+
79
+ * enhance infer-entries and package validation tests ([42624c1](https://github.com/visulima/packem/commit/42624c1b14f937e4365222753ace3f4b4b0d9b3c))
80
+
81
+
82
+ ### Dependencies
83
+
84
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.20
85
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.13
86
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.7
87
+
88
+ ## @visulima/packem [2.0.0-alpha.24](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.23...@visulima/packem@2.0.0-alpha.24) (2025-10-07)
89
+
90
+ ### Bug Fixes
91
+
92
+ * update documentation and references from Packen to Packem ([9983009](https://github.com/visulima/packem/commit/99830099c953e2b12269ea18606838d80f1e6e2b))
93
+
94
+ ### Miscellaneous Chores
95
+
96
+ * update package.json dependencies for packem and rollup-plugin-css ([8ff92d6](https://github.com/visulima/packem/commit/8ff92d6a904882076bda9ac796b4fe8740fc4f57))
97
+
98
+
99
+ ### Dependencies
100
+
101
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.19
102
+
103
+ ## @visulima/packem [2.0.0-alpha.23](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.22...@visulima/packem@2.0.0-alpha.23) (2025-10-02)
104
+
105
+ ### Bug Fixes
106
+
107
+ * update dependencies and versions across multiple packages ([a0d209d](https://github.com/visulima/packem/commit/a0d209d847b1feb171850994a64591ab7d26f8cb))
108
+
109
+
110
+ ### Dependencies
111
+
112
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.18
113
+
114
+ ## @visulima/packem [2.0.0-alpha.22](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.21...@visulima/packem@2.0.0-alpha.22) (2025-09-30)
115
+
116
+ ### Features
117
+
118
+ * added support for attw and publint, fixed caching issue on validation ([6f05388](https://github.com/visulima/packem/commit/6f0538802b3cd5a2cd84a373c96b25eb7fa1c01c))
119
+ * update dependencies and add requireCJS transformer support ([050ed47](https://github.com/visulima/packem/commit/050ed47cf1ced64e74e0cf5c043edd1b8f4dead1))
120
+
121
+ ### Miscellaneous Chores
122
+
123
+ * update dependencies and versions across multiple packages ([5bd26ea](https://github.com/visulima/packem/commit/5bd26ea047d62464758e5810307f6e059f5c1025))
124
+ * update dependencies and versions across multiple packages ([3e5b4a2](https://github.com/visulima/packem/commit/3e5b4a229fc514828ab9e012a5d556163b30c2fc))
125
+
126
+ ### Code Refactoring
127
+
128
+ * remove publint integration and clean up related code ([68c0215](https://github.com/visulima/packem/commit/68c021590b5224e85d0609fad39705f71323fc6b))
129
+
130
+
131
+ ### Dependencies
132
+
133
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.17
134
+
135
+ ## @visulima/packem [2.0.0-alpha.21](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.20...@visulima/packem@2.0.0-alpha.21) (2025-09-22)
136
+
137
+ ### Bug Fixes
138
+
139
+ * updated deps, added usage of pnpm catalog ([14987df](https://github.com/visulima/packem/commit/14987dff37121ca7aab6f9d0a07b24a1a2f5284a))
140
+
141
+
142
+ ### Dependencies
143
+
144
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.16
145
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.12
146
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.6
147
+
148
+ ## @visulima/packem [2.0.0-alpha.20](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.19...@visulima/packem@2.0.0-alpha.20) (2025-09-17)
149
+
150
+ ### Bug Fixes
151
+
152
+ * update dependencies and versions across multiple packages ([b17ec3b](https://github.com/visulima/packem/commit/b17ec3b30f1bfa6267e9eede14fbb569c55b09cf))
153
+
154
+
155
+ ### Dependencies
156
+
157
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.15
158
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.11
159
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.5
160
+
161
+ ## @visulima/packem [2.0.0-alpha.19](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.18...@visulima/packem@2.0.0-alpha.19) (2025-09-05)
162
+
163
+ ### Bug Fixes
164
+
165
+ * update dependencies and versions across multiple packages ([1bf21ee](https://github.com/visulima/packem/commit/1bf21ee3bf5e06c6ac53872ec33d64b4ad7cf588))
166
+
167
+
168
+ ### Dependencies
169
+
170
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.14
171
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.10
172
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.4
173
+
174
+ ## @visulima/packem [2.0.0-alpha.18](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.17...@visulima/packem@2.0.0-alpha.18) (2025-09-03)
175
+
176
+ ### Bug Fixes
177
+
178
+ * enhance integration tests for CSS and raw data handling ([67aecd3](https://github.com/visulima/packem/commit/67aecd337192d8ea284425db7230661e87de7ad5))
179
+
180
+ ### Code Refactoring
181
+
182
+ * update integration tests to use toContain for better readability ([f4015b1](https://github.com/visulima/packem/commit/f4015b10f9910e6f6e4f214a9e0a423c57c0291f))
183
+
184
+
185
+ ### Dependencies
186
+
187
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.13
188
+
189
+ ## @visulima/packem [2.0.0-alpha.17](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.16...@visulima/packem@2.0.0-alpha.17) (2025-09-03)
190
+
191
+ ### Bug Fixes
192
+
193
+ * update .gitignore and enhance tests for CSS processing ([4e706a2](https://github.com/visulima/packem/commit/4e706a267ee2d7b9a89796b7227ae65f80823b71))
194
+
195
+ ### Miscellaneous Chores
196
+
197
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([df62809](https://github.com/visulima/packem/commit/df628094fc6fd5e79cbb939a61bab79d6c89b833))
198
+
199
+
200
+ ### Dependencies
201
+
202
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.3
203
+
204
+ ## @visulima/packem [2.0.0-alpha.16](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.15...@visulima/packem@2.0.0-alpha.16) (2025-09-01)
205
+
206
+ ### Features
207
+
208
+ * add inline CSS processing mode to rollup-plugin-css ([2605997](https://github.com/visulima/packem/commit/2605997bc1e76a80b22529fd71ec053c02111ea2))
209
+
210
+ ### Miscellaneous Chores
211
+
212
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([e6086fb](https://github.com/visulima/packem/commit/e6086fbd6ad21bbc35b8365b03e8a5d543354154))
213
+
214
+
215
+ ### Dependencies
216
+
217
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.2
218
+
219
+ ## @visulima/packem [2.0.0-alpha.15](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.14...@visulima/packem@2.0.0-alpha.15) (2025-08-29)
220
+
221
+ ### Features
222
+
223
+ * added the first migration for the rolldown-plugin-dts for rollup ([fb3321f](https://github.com/visulima/packem/commit/fb3321fedb5101368bdf8e711db30d00d9ef26f3))
224
+ * enhance jiti import resolution in create-stub ([6c4ddb3](https://github.com/visulima/packem/commit/6c4ddb32238fd5cb3ac94e9f98ce27999c58034a))
225
+ * implement lazy barrel optimization in rollup-plugin ([2cdcb34](https://github.com/visulima/packem/commit/2cdcb342f41940b4b277698740153953b905acd0))
226
+ * introduce debarrel optimization for improved import handling ([129435e](https://github.com/visulima/packem/commit/129435ee941f2cd9f003046225e2a8862eb2cba7))
227
+ * update rollup-plugin-dts with new dependencies and type handling improvements ([b9ca7f8](https://github.com/visulima/packem/commit/b9ca7f802247977c5cd0a4debf8fe3a376c525df))
228
+
229
+ ### Code Refactoring
230
+
231
+ * rename rollup-css-plugin to rollup-plugin-css and update related imports ([876e241](https://github.com/visulima/packem/commit/876e241ec8cf727e9f1666902733996752b18295))
232
+
233
+
234
+ ### Dependencies
235
+
236
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.12
237
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.9
238
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.1
239
+
240
+ ## @visulima/packem [2.0.0-alpha.14](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.13...@visulima/packem@2.0.0-alpha.14) (2025-08-25)
241
+
242
+ ### Features
243
+
244
+ * Add Data URI plugin support for SVG files ([8528648](https://github.com/visulima/packem/commit/852864828d09a70367c93228b1bee8699e1e00f2))
245
+
246
+
247
+ ### Dependencies
248
+
249
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.11
250
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.8
251
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.10
252
+
253
+ ## @visulima/packem [2.0.0-alpha.13](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.12...@visulima/packem@2.0.0-alpha.13) (2025-08-21)
254
+
255
+ ### Bug Fixes
256
+
257
+ * Introduce Button and Card components with Tailwind CSS styles ([bd9d5c3](https://github.com/visulima/packem/commit/bd9d5c371afbc6adf030ade6a64b572f6eb4c2cc))
258
+
259
+ ### Code Refactoring
260
+
261
+ * Update component imports and CSS references for Tailwind integration ([46a1293](https://github.com/visulima/packem/commit/46a1293c5694fccd79670f9c9f51565374f26069))
262
+ * Update CSS imports and component structure for Tailwind integration ([8f4535a](https://github.com/visulima/packem/commit/8f4535a6cf762ae8a5369154fdc870e76e817ffc))
263
+
264
+
265
+ ### Dependencies
266
+
267
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.10
268
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.9
269
+
270
+ ## @visulima/packem [2.0.0-alpha.12](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.11...@visulima/packem@2.0.0-alpha.12) (2025-08-21)
271
+
272
+
273
+ ### Dependencies
274
+
275
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.8
276
+
277
+ ## @visulima/packem [2.0.0-alpha.11](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.10...@visulima/packem@2.0.0-alpha.11) (2025-08-20)
278
+
279
+ ### Bug Fixes
280
+
281
+ * update raw plugin to handle .js?raw imports and improve file reading ([670dad5](https://github.com/visulima/packem/commit/670dad559e535af5c883556e6a7af7794465c669))
282
+
283
+
284
+ ### Dependencies
285
+
286
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.9
287
+
288
+ ## @visulima/packem [2.0.0-alpha.10](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.9...@visulima/packem@2.0.0-alpha.10) (2025-08-20)
289
+
290
+ ### Bug Fixes
291
+
292
+ * fixed the custom resolver for tailwind loader ([1fd0b43](https://github.com/visulima/packem/commit/1fd0b4345aa90f5c250eba9fd8c741e569b84abc))
293
+
294
+ ### Miscellaneous Chores
295
+
296
+ * update dependencies for Tailwind CSS and CSS Style Inject ([ef84f41](https://github.com/visulima/packem/commit/ef84f4193be1008b630e9bb29b2cbc78a6d93532))
297
+
298
+
299
+ ### Dependencies
300
+
301
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.8
302
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.7
303
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.7
304
+
305
+ ## @visulima/packem [2.0.0-alpha.9](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.8...@visulima/packem@2.0.0-alpha.9) (2025-08-17)
306
+
307
+ ### Features
308
+
309
+ * added tailwindcss oxide loader ([#166](https://github.com/visulima/packem/issues/166)) ([acbbc59](https://github.com/visulima/packem/commit/acbbc59071e771a94d1a0c5435b267e483e3ad73))
310
+
311
+
312
+ ### Dependencies
313
+
314
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.7
315
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.6
316
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.6
317
+
318
+ ## @visulima/packem [2.0.0-alpha.8](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.7...@visulima/packem@2.0.0-alpha.8) (2025-08-11)
319
+
320
+ ### Bug Fixes
321
+
322
+ * fixed undefined based on exitCode ([9bd9a54](https://github.com/visulima/packem/commit/9bd9a5413d78163b56efda75c18270ad9f099106))
323
+
324
+ ## @visulima/packem [2.0.0-alpha.7](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.6...@visulima/packem@2.0.0-alpha.7) (2025-08-10)
325
+
326
+ ### Features
327
+
328
+ * add lucide-static integration and SVG comment stripping ([ac344b3](https://github.com/visulima/packem/commit/ac344b3eb9566e479764625cd877617379d10c16))
329
+
330
+
331
+ ### Dependencies
332
+
333
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.6
334
+
335
+ ## @visulima/packem [2.0.0-alpha.6](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.5...@visulima/packem@2.0.0-alpha.6) (2025-08-10)
336
+
337
+ ### Bug Fixes
338
+
339
+ * update dependencies and add data-uri plugin support ([a52dab5](https://github.com/visulima/packem/commit/a52dab541290324218949ad5ea9502b127d0b0dd))
340
+
341
+
342
+ ### Dependencies
343
+
344
+ * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.5
345
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.5
346
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.5
347
+
348
+ ## @visulima/packem [2.0.0-alpha.5](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.4...@visulima/packem@2.0.0-alpha.5) (2025-07-31)
349
+
350
+ ### Bug Fixes
351
+
352
+ * add comprehensive tests for glob pattern validation in package exports ([00cdaf1](https://github.com/visulima/packem/commit/00cdaf1770ce8997174392a5e6ef3f53c3e54da7))
353
+
354
+ ## @visulima/packem [2.0.0-alpha.4](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.3...@visulima/packem@2.0.0-alpha.4) (2025-07-31)
355
+
356
+ ### Bug Fixes
357
+
358
+ * enhance `ignoreExportKeys` functionality to support wildcard patterns ([18370ae](https://github.com/visulima/packem/commit/18370ae4d298119ccc3ccfdb95b1c82968990209))
359
+
360
+ ### Tests
361
+
362
+ * adjust assertions in package-json-exports integration test ([1b75e29](https://github.com/visulima/packem/commit/1b75e29d2c9e04e27c8ef00a64374c374c6a8f24))
363
+
1
364
  ## @visulima/packem [2.0.0-alpha.3](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.2...@visulima/packem@2.0.0-alpha.3) (2025-07-31)
2
365
 
3
366
  ### Features
@@ -163,7 +526,7 @@
163
526
 
164
527
  * **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.1
165
528
  * **@visulima/packem-share:** upgraded to 1.0.0-alpha.1
166
- * **@visulima/rollup-css-plugin:** upgraded to 1.0.0-alpha.1
529
+ * **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.1
167
530
 
168
531
  ## @visulima/packem [1.28.2](https://github.com/visulima/packem/compare/@visulima/packem@1.28.1...@visulima/packem@1.28.2) (2025-06-24)
169
532