@visulima/packem 2.0.0-alpha.77 → 2.0.0-alpha.79
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.
- package/CHANGELOG.md +121 -0
- package/LICENSE.md +4451 -856
- package/dist/builder/typedoc/index.d.ts +5 -4
- package/dist/builder/typedoc/index.js +3 -3
- package/dist/cli/index.js +57 -46
- package/dist/config/index.d.ts +5 -4
- package/dist/config/preset/preact.d.ts +6 -5
- package/dist/config/preset/preact.js +2 -2
- package/dist/config/preset/react.d.ts +7 -6
- package/dist/config/preset/react.js +1 -1
- package/dist/config/preset/solid.d.ts +6 -5
- package/dist/config/preset/solid.js +1 -1
- package/dist/config/preset/svelte.d.ts +5 -4
- package/dist/config/preset/svelte.js +1 -1
- package/dist/config/preset/vue.d.ts +5 -4
- package/dist/config/preset/vue.js +1 -1
- package/dist/index.d.ts +8 -6
- package/dist/index.js +41 -1
- package/dist/packem_shared/create-or-update-key-storage-DmqEu1wa.js +13 -0
- package/dist/packem_shared/default-DBXn1yym.js +1 -0
- package/dist/packem_shared/index-s0a8g2bx.js +251 -0
- package/dist/packem_shared/oxcResolvePlugin-DeIohkWk-RIbbT52m.js +170 -0
- package/dist/packem_shared/oxcTransformPlugin-Dwvbw2jE-Bbz81VnA.js +4 -0
- package/dist/packem_shared/{types.d-CRug-s8c.d.ts → types.d-CcnkF-XF.d.ts} +21 -49
- package/dist/packem_shared/utils-XnLEq2wJ.js +1 -0
- package/dist/rollup/plugins/oxc/oxc-transformer.d.ts +1 -1
- package/dist/rollup/plugins/oxc/oxc-transformer.js +1 -1
- package/package.json +56 -62
- package/dist/packem_shared/create-or-update-key-storage-Ddq46eG8.js +0 -1
- package/dist/packem_shared/index-C9qgCdqa.js +0 -88
- /package/dist/{rollup/plugins/css → css}/loaders/less.d.ts +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/less.js +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/lightningcss.d.ts +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/lightningcss.js +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/postcss.d.ts +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/postcss.js +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/sass.d.ts +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/sass.js +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/sourcemap.d.ts +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/sourcemap.js +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/stylus.d.ts +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/stylus.js +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/tailwindcss.d.ts +0 -0
- /package/dist/{rollup/plugins/css → css}/loaders/tailwindcss.js +0 -0
- /package/dist/{rollup/plugins/css → css}/minifiers/cssnano.d.ts +0 -0
- /package/dist/{rollup/plugins/css → css}/minifiers/cssnano.js +0 -0
- /package/dist/{rollup/plugins/css → css}/minifiers/lightningcss.d.ts +0 -0
- /package/dist/{rollup/plugins/css → css}/minifiers/lightningcss.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## @visulima/packem [2.0.0-alpha.79](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.78...@visulima/packem@2.0.0-alpha.79) (2026-05-28)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* rolldown ([#196](https://github.com/visulima/packem/issues/196)) ([197d465](https://github.com/visulima/packem/commit/197d465c2465993a17039319f8ede13398e00def))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.47
|
|
11
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.46
|
|
12
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.27
|
|
13
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.66
|
|
14
|
+
|
|
15
|
+
## @visulima/packem [2.0.0-alpha.78](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.77...@visulima/packem@2.0.0-alpha.78) (2026-05-07)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.65
|
|
21
|
+
* **@visulima/packem-share:** upgraded to 1.0.0-alpha.46
|
|
22
|
+
* **@visulima/rollup-plugin-css:** upgraded to 1.0.0-alpha.45
|
|
23
|
+
* **@visulima/rollup-plugin-dts:** upgraded to 1.0.0-alpha.26
|
|
24
|
+
|
|
1
25
|
## @visulima/packem [2.0.0-alpha.77](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.76...@visulima/packem@2.0.0-alpha.77) (2026-04-27)
|
|
2
26
|
|
|
3
27
|
### Bug Fixes
|
|
@@ -144,6 +168,103 @@
|
|
|
144
168
|
|
|
145
169
|
* **packem:** unify externals plugins, track per-entry DTS extensions ([22647ba](https://github.com/visulima/packem/commit/22647ba5d10c220051e71a3bfaa55baa59957d6e))
|
|
146
170
|
|
|
171
|
+
### Bug Fixes
|
|
172
|
+
|
|
173
|
+
* fixed release ([047b530](https://github.com/visulima/packem/commit/047b530ebcd6458f93699fd9d0f819bc7dbf9990))
|
|
174
|
+
* more release test ([027c421](https://github.com/visulima/packem/commit/027c4211ae769ed2066bc47d3b522986b43319ed))
|
|
175
|
+
* **packem:** changed node10Compatibility to false ([d35e03e](https://github.com/visulima/packem/commit/d35e03e63efad45c32e9eca9831539206e0c4503))
|
|
176
|
+
* remove data from changelog ([9fa7476](https://github.com/visulima/packem/commit/9fa74762a914e9249e06c62b902ea5312fae80f9))
|
|
177
|
+
* style changes to trigger new release ([fbf6b2f](https://github.com/visulima/packem/commit/fbf6b2f9030db0d9fd22ea61f65a2f03457a2a1a))
|
|
178
|
+
* test commit ([4f5bf23](https://github.com/visulima/packem/commit/4f5bf23cf1ab2de74863449920de7eadd85eec25))
|
|
179
|
+
|
|
180
|
+
### Miscellaneous Chores
|
|
181
|
+
|
|
182
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci] ([b8e9d0c](https://github.com/visulima/packem/commit/b8e9d0cbdc0f5bda8a07505260499ccdfecdc917)), closes [#157](https://github.com/visulima/packem/issues/157)
|
|
183
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([90ea031](https://github.com/visulima/packem/commit/90ea03177baad2e07ee7a6c6367c92acac79154c)), closes [#157](https://github.com/visulima/packem/issues/157) [#157](https://github.com/visulima/packem/issues/157) [#157](https://github.com/visulima/packem/issues/157) [#157](https://github.com/visulima/packem/issues/157)
|
|
184
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([b0b6032](https://github.com/visulima/packem/commit/b0b60320543e1af93414a031c3b748ee4dff1cf7)), closes [#157](https://github.com/visulima/packem/issues/157) [#157](https://github.com/visulima/packem/issues/157)
|
|
185
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([ffc6d42](https://github.com/visulima/packem/commit/ffc6d425debac8d645c09aee522b62c398ca1b12)), closes [#157](https://github.com/visulima/packem/issues/157)
|
|
186
|
+
* remove unused CSS style inject dependencies and refactor chunk handling ([f50c9e6](https://github.com/visulima/packem/commit/f50c9e69e1adc4661e7fc6b19ace2d1a0a3ab9b2))
|
|
187
|
+
* update multi-semantic-release command to ignore @visulima/packem package ([fa85b28](https://github.com/visulima/packem/commit/fa85b283a5b2cbd15d2b52c09c2db2b2d2c6c65d))
|
|
188
|
+
* update package versions and add engine requirements ([d594ac3](https://github.com/visulima/packem/commit/d594ac31a8302f3a4d86d07415002495361b6ba1))
|
|
189
|
+
|
|
190
|
+
### Code Refactoring
|
|
191
|
+
|
|
192
|
+
* centralize output extension logic in new utility functions ([fbf4b01](https://github.com/visulima/packem/commit/fbf4b0188aa9e4584a28bbe7dd02c7a323e2dce2))
|
|
193
|
+
|
|
194
|
+
### Tests
|
|
195
|
+
|
|
196
|
+
* add integration and unit tests for file extension handling ([0536e8a](https://github.com/visulima/packem/commit/0536e8a2cb4c7cddf01d66864e0fdbe3912b256c))
|
|
197
|
+
|
|
198
|
+
## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02)
|
|
199
|
+
|
|
200
|
+
### ⚠ BREAKING CHANGES
|
|
201
|
+
|
|
202
|
+
* changed node from 18 to 20, split packem in reusable packages
|
|
203
|
+
|
|
204
|
+
### Features
|
|
205
|
+
|
|
206
|
+
* introduce @visulima/packem-share package for shared utilities a… ([#157](https://github.com/visulima/packem/issues/157)) ([99e977a](https://github.com/visulima/packem/commit/99e977a8f62021c9ac286fc0c9b184b96bce88f1))
|
|
207
|
+
|
|
208
|
+
### Bug Fixes
|
|
209
|
+
|
|
210
|
+
* **packem:** changed node10Compatibility to false ([d35e03e](https://github.com/visulima/packem/commit/d35e03e63efad45c32e9eca9831539206e0c4503))
|
|
211
|
+
* style changes to trigger new release ([fbf6b2f](https://github.com/visulima/packem/commit/fbf6b2f9030db0d9fd22ea61f65a2f03457a2a1a))
|
|
212
|
+
|
|
213
|
+
### Miscellaneous Chores
|
|
214
|
+
|
|
215
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([b0b6032](https://github.com/visulima/packem/commit/b0b60320543e1af93414a031c3b748ee4dff1cf7)), closes [#157](https://github.com/visulima/packem/issues/157) [#157](https://github.com/visulima/packem/issues/157)
|
|
216
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([ffc6d42](https://github.com/visulima/packem/commit/ffc6d425debac8d645c09aee522b62c398ca1b12)), closes [#157](https://github.com/visulima/packem/issues/157)
|
|
217
|
+
* remove unused CSS style inject dependencies and refactor chunk handling ([f50c9e6](https://github.com/visulima/packem/commit/f50c9e69e1adc4661e7fc6b19ace2d1a0a3ab9b2))
|
|
218
|
+
* update multi-semantic-release command to ignore @visulima/packem package ([fa85b28](https://github.com/visulima/packem/commit/fa85b283a5b2cbd15d2b52c09c2db2b2d2c6c65d))
|
|
219
|
+
* update package versions and add engine requirements ([d594ac3](https://github.com/visulima/packem/commit/d594ac31a8302f3a4d86d07415002495361b6ba1))
|
|
220
|
+
|
|
221
|
+
### Code Refactoring
|
|
222
|
+
|
|
223
|
+
* centralize output extension logic in new utility functions ([fbf4b01](https://github.com/visulima/packem/commit/fbf4b0188aa9e4584a28bbe7dd02c7a323e2dce2))
|
|
224
|
+
|
|
225
|
+
### Tests
|
|
226
|
+
|
|
227
|
+
* add integration and unit tests for file extension handling ([0536e8a](https://github.com/visulima/packem/commit/0536e8a2cb4c7cddf01d66864e0fdbe3912b256c))
|
|
228
|
+
|
|
229
|
+
## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02)
|
|
230
|
+
|
|
231
|
+
### ⚠ BREAKING CHANGES
|
|
232
|
+
|
|
233
|
+
* changed node from 18 to 20, split packem in reusable packages
|
|
234
|
+
|
|
235
|
+
### Features
|
|
236
|
+
|
|
237
|
+
* introduce @visulima/packem-share package for shared utilities a… ([#157](https://github.com/visulima/packem/issues/157)) ([99e977a](https://github.com/visulima/packem/commit/99e977a8f62021c9ac286fc0c9b184b96bce88f1))
|
|
238
|
+
|
|
239
|
+
### Bug Fixes
|
|
240
|
+
|
|
241
|
+
* **packem:** changed node10Compatibility to false ([d35e03e](https://github.com/visulima/packem/commit/d35e03e63efad45c32e9eca9831539206e0c4503))
|
|
242
|
+
|
|
243
|
+
### Miscellaneous Chores
|
|
244
|
+
|
|
245
|
+
* **release:** @visulima/packem@2.0.0-alpha.1 [skip ci]\n\n## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02) ([ffc6d42](https://github.com/visulima/packem/commit/ffc6d425debac8d645c09aee522b62c398ca1b12)), closes [#157](https://github.com/visulima/packem/issues/157)
|
|
246
|
+
* remove unused CSS style inject dependencies and refactor chunk handling ([f50c9e6](https://github.com/visulima/packem/commit/f50c9e69e1adc4661e7fc6b19ace2d1a0a3ab9b2))
|
|
247
|
+
* update multi-semantic-release command to ignore @visulima/packem package ([fa85b28](https://github.com/visulima/packem/commit/fa85b283a5b2cbd15d2b52c09c2db2b2d2c6c65d))
|
|
248
|
+
* update package versions and add engine requirements ([d594ac3](https://github.com/visulima/packem/commit/d594ac31a8302f3a4d86d07415002495361b6ba1))
|
|
249
|
+
|
|
250
|
+
### Code Refactoring
|
|
251
|
+
|
|
252
|
+
* centralize output extension logic in new utility functions ([fbf4b01](https://github.com/visulima/packem/commit/fbf4b0188aa9e4584a28bbe7dd02c7a323e2dce2))
|
|
253
|
+
|
|
254
|
+
### Tests
|
|
255
|
+
|
|
256
|
+
* add integration and unit tests for file extension handling ([0536e8a](https://github.com/visulima/packem/commit/0536e8a2cb4c7cddf01d66864e0fdbe3912b256c))
|
|
257
|
+
|
|
258
|
+
## @visulima/packem [2.0.0-alpha.1](https://github.com/visulima/packem/compare/@visulima/packem@1.28.2...@visulima/packem@2.0.0-alpha.1) (2025-07-02)
|
|
259
|
+
|
|
260
|
+
### ⚠ BREAKING CHANGES
|
|
261
|
+
|
|
262
|
+
* changed node from 18 to 20, split packem in reusable packages
|
|
263
|
+
|
|
264
|
+
### Features
|
|
265
|
+
|
|
266
|
+
* introduce @visulima/packem-share package for shared utilities a… ([#157](https://github.com/visulima/packem/issues/157)) ([99e977a](https://github.com/visulima/packem/commit/99e977a8f62021c9ac286fc0c9b184b96bce88f1))
|
|
267
|
+
|
|
147
268
|
### Miscellaneous Chores
|
|
148
269
|
|
|
149
270
|
* refresh test snapshots for environment drift ([0a2e9a6](https://github.com/visulima/packem/commit/0a2e9a654937f4b91b79644561d2fb680b08f198))
|