@visulima/packem 1.0.0-alpha.1 → 1.0.0-alpha.100

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 (65) hide show
  1. package/CHANGELOG.md +697 -0
  2. package/LICENSE.md +40 -40
  3. package/README.md +28 -5
  4. package/dist/cli.mjs +117 -1
  5. package/dist/config.cjs +1 -1
  6. package/dist/config.d.cts +10 -3
  7. package/dist/config.d.mts +10 -3
  8. package/dist/config.d.ts +10 -3
  9. package/dist/config.mjs +1 -1
  10. package/dist/create-bundler.cjs +81 -75
  11. package/dist/create-bundler.d.cts +12 -5
  12. package/dist/create-bundler.d.mts +10 -5
  13. package/dist/create-bundler.d.ts +12 -5
  14. package/dist/create-bundler.mjs +89 -77
  15. package/dist/packem_shared/constants-C7w9F_G5.mjs +1 -0
  16. package/dist/packem_shared/constants-DeFVlVOV.cjs +1 -0
  17. package/dist/packem_shared/resolve-file-BcJmI4Tm.mjs +1 -0
  18. package/dist/packem_shared/resolve-file-DUZi_m4G.cjs +1 -0
  19. package/dist/packem_shared/types-B_9K7DTp.d.mts +210 -0
  20. package/dist/packem_shared/types-BnT03Ek1.d.ts +210 -0
  21. package/dist/{shared/packem.gPxnaycf.d.cts → packem_shared/types-CzGE8V_d.d.cts} +37 -198
  22. package/dist/{shared/packem.gPxnaycf.d.mts → packem_shared/types-CzGE8V_d.d.mts} +37 -198
  23. package/dist/{shared/packem.gPxnaycf.d.ts → packem_shared/types-CzGE8V_d.d.ts} +37 -198
  24. package/dist/packem_shared/types-DTO2-KP7.d.cts +210 -0
  25. package/dist/packem_shared/types-Db-Z_7e-.d.cts +25 -0
  26. package/dist/packem_shared/types-Db-Z_7e-.d.mts +25 -0
  27. package/dist/packem_shared/types-Db-Z_7e-.d.ts +25 -0
  28. package/dist/packem_shared/types-DvWhOdt5.d.cts +10 -0
  29. package/dist/packem_shared/types-DvWhOdt5.d.mts +10 -0
  30. package/dist/packem_shared/types-DvWhOdt5.d.ts +10 -0
  31. package/dist/rollup/plugins/esbuild/index.cjs +1 -0
  32. package/dist/rollup/plugins/esbuild/index.d.cts +9 -0
  33. package/dist/rollup/plugins/esbuild/index.d.mts +9 -0
  34. package/dist/rollup/plugins/esbuild/index.d.ts +9 -0
  35. package/dist/rollup/plugins/esbuild/index.mjs +3 -0
  36. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.cjs +1 -0
  37. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.cts +26 -0
  38. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.mts +26 -0
  39. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +26 -0
  40. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.mjs +1 -0
  41. package/dist/rollup/plugins/sucrase/index.cjs +1 -0
  42. package/dist/rollup/plugins/sucrase/index.d.cts +8 -0
  43. package/dist/rollup/plugins/sucrase/index.d.mts +8 -0
  44. package/dist/rollup/plugins/sucrase/index.d.ts +8 -0
  45. package/dist/rollup/plugins/sucrase/index.mjs +1 -0
  46. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.cjs +1 -0
  47. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.cts +26 -0
  48. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.mts +26 -0
  49. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +26 -0
  50. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.mjs +1 -0
  51. package/dist/rollup/plugins/swc/swc-plugin.cjs +1 -0
  52. package/dist/rollup/plugins/swc/swc-plugin.d.cts +7 -0
  53. package/dist/rollup/plugins/swc/swc-plugin.d.mts +7 -0
  54. package/dist/rollup/plugins/swc/swc-plugin.d.ts +7 -0
  55. package/dist/rollup/plugins/swc/swc-plugin.mjs +1 -0
  56. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.cjs +1 -0
  57. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.cts +27 -0
  58. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.mts +27 -0
  59. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +27 -0
  60. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.mjs +1 -0
  61. package/package.json +174 -69
  62. package/dist/cli.cjs +0 -2
  63. package/dist/cli.d.cts +0 -2
  64. package/dist/cli.d.mts +0 -2
  65. package/dist/cli.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,700 @@
1
+ ## @visulima/packem [1.0.0-alpha.100](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.99...@visulima/packem@1.0.0-alpha.100) (2024-09-08)
2
+
3
+ ### Features
4
+
5
+ * added dts-only flag ([07a1ebb](https://github.com/visulima/packem/commit/07a1ebb4ec3ebef595f914467f02233d72d4647d))
6
+
7
+ ## @visulima/packem [1.0.0-alpha.99](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.98...@visulima/packem@1.0.0-alpha.99) (2024-09-07)
8
+
9
+ ### Bug Fixes
10
+
11
+ * prefixed shared and chunks folders, added check for node10 on shared folder ([fe7bbbc](https://github.com/visulima/packem/commit/fe7bbbc173bb2df2d0fcae6892b88d4d81f1bc7e))
12
+
13
+ ## @visulima/packem [1.0.0-alpha.98](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.97...@visulima/packem@1.0.0-alpha.98) (2024-09-07)
14
+
15
+ ### Bug Fixes
16
+
17
+ * improved dx for node10 ([9868420](https://github.com/visulima/packem/commit/986842005338b6b4ba840bcc86882ba5a0232aeb))
18
+
19
+ ## @visulima/packem [1.0.0-alpha.97](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.96...@visulima/packem@1.0.0-alpha.97) (2024-09-07)
20
+
21
+ ### Bug Fixes
22
+
23
+ * added test for node10 support ([a30370b](https://github.com/visulima/packem/commit/a30370bd34a833717ce5724d70e73744dc79ec81))
24
+
25
+ ## @visulima/packem [1.0.0-alpha.96](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.95...@visulima/packem@1.0.0-alpha.96) (2024-09-07)
26
+
27
+ ### Bug Fixes
28
+
29
+ * dont normalize modified package.json, when typesVersions is written, fixed wrong export for bin files, fixed some tests ([1459c62](https://github.com/visulima/packem/commit/1459c6233c21ebbf5c73e12bbd39c906610c0160))
30
+ * fixed more tests ([668ecc7](https://github.com/visulima/packem/commit/668ecc77e785759f273e1ed762e62a667dcaafc8))
31
+ * updated dependencies ([94a4c6c](https://github.com/visulima/packem/commit/94a4c6ca1f7159eea81b89be36354e2c370d27d4))
32
+
33
+ ## @visulima/packem [1.0.0-alpha.95](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.94...@visulima/packem@1.0.0-alpha.95) (2024-09-07)
34
+
35
+ ### Bug Fixes
36
+
37
+ * fixed broken chunk spliting ([326fe6a](https://github.com/visulima/packem/commit/326fe6a854826a75885c050437c684ac41e4a840))
38
+
39
+ ## @visulima/packem [1.0.0-alpha.94](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.93...@visulima/packem@1.0.0-alpha.94) (2024-09-07)
40
+
41
+ ### Bug Fixes
42
+
43
+ * fixed interface change ([7b427f7](https://github.com/visulima/packem/commit/7b427f7fb98e590f79894dc42c65502e1cdedac6))
44
+ * update dependencies, added attw lint, add pkg preview ([703d97e](https://github.com/visulima/packem/commit/703d97e9a9d1fc00558c73cfb3a479a424405261))
45
+
46
+ ## @visulima/packem [1.0.0-alpha.93](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.92...@visulima/packem@1.0.0-alpha.93) (2024-09-06)
47
+
48
+ ### Features
49
+
50
+ * added node 10 compatibility, added attw to check the types, improved cjs interop ([0fed835](https://github.com/visulima/packem/commit/0fed835da63cb9007ee179a07504eb3636140679))
51
+
52
+ ## @visulima/packem [1.0.0-alpha.92](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.91...@visulima/packem@1.0.0-alpha.92) (2024-09-05)
53
+
54
+ ### Bug Fixes
55
+
56
+ * exported types, fixed lint errors ([f74f8b3](https://github.com/visulima/packem/commit/f74f8b3c5b6fd4c4037d4c8d9bd149ff639f05c6))
57
+
58
+ ## @visulima/packem [1.0.0-alpha.91](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.90...@visulima/packem@1.0.0-alpha.91) (2024-09-05)
59
+
60
+ ### Bug Fixes
61
+
62
+ * added more tests ([7972d9e](https://github.com/visulima/packem/commit/7972d9e12cf450561b9f58cb6fcae54804b4e554))
63
+
64
+ ## @visulima/packem [1.0.0-alpha.90](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.89...@visulima/packem@1.0.0-alpha.90) (2024-09-02)
65
+
66
+ ### Bug Fixes
67
+
68
+ * improved edge runtime, fixed some tests ([c0fc7a5](https://github.com/visulima/packem/commit/c0fc7a564081264d9d41eaf220ba619c00ba1608))
69
+
70
+ ## @visulima/packem [1.0.0-alpha.89](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.88...@visulima/packem@1.0.0-alpha.89) (2024-09-02)
71
+
72
+ ### Bug Fixes
73
+
74
+ * fixed some issues with auto config ([e0c9d4b](https://github.com/visulima/packem/commit/e0c9d4b45400ae3f73dc9cc962c081ff70e41709))
75
+
76
+ ## @visulima/packem [1.0.0-alpha.88](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.87...@visulima/packem@1.0.0-alpha.88) (2024-09-01)
77
+
78
+ ### Features
79
+
80
+ * use outDir from tsconfig.json if present ([a58a111](https://github.com/visulima/packem/commit/a58a111b12294552aabe84ae9f7c62605463cdb8))
81
+
82
+ ## @visulima/packem [1.0.0-alpha.87](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.86...@visulima/packem@1.0.0-alpha.87) (2024-09-01)
83
+
84
+ ### Features
85
+
86
+ * added missing copyright header ([f4a8530](https://github.com/visulima/packem/commit/f4a8530d4b040ba7fb8986607344cd1018fc3ba9))
87
+ * added missing copyright header, added isolated transformer to init command, renamed exports ([ecb0a4e](https://github.com/visulima/packem/commit/ecb0a4e3cabf3117c571e00b00305c033dc57ae8))
88
+ * added working isolated declarations for swc, typescript and oxc ([30f9f38](https://github.com/visulima/packem/commit/30f9f38747256b433c4ef8b6d10aad6ad24bb479))
89
+
90
+ ### Bug Fixes
91
+
92
+ * fixed shebang output ([a88654a](https://github.com/visulima/packem/commit/a88654a1f29c6cb0bafc4fd0d8f9575a828a54e4))
93
+
94
+ ## @visulima/packem [1.0.0-alpha.86](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.85...@visulima/packem@1.0.0-alpha.86) (2024-08-30)
95
+
96
+ ### Bug Fixes
97
+
98
+ * added a better chunk splitter ([185ac52](https://github.com/visulima/packem/commit/185ac5287326feefc1bcc3f7acd6fef3c94b0c3b))
99
+ * fixed preserve and prepend of directives ([9191381](https://github.com/visulima/packem/commit/9191381697a965e84a9cf4500eb84850bd251532))
100
+ * updated tests ([56f6be1](https://github.com/visulima/packem/commit/56f6be1e7532924b0972ece2b56db415342f43a7))
101
+
102
+ ### Miscellaneous Chores
103
+
104
+ * deps update ([ef94d5c](https://github.com/visulima/packem/commit/ef94d5c2e99c033f2ccdbe0f14b51ee390b1dc5c))
105
+
106
+ ## @visulima/packem [1.0.0-alpha.85](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.84...@visulima/packem@1.0.0-alpha.85) (2024-08-28)
107
+
108
+ ### Bug Fixes
109
+
110
+ * fixed splitting of env based exports ([7ce88b2](https://github.com/visulima/packem/commit/7ce88b2531b05bdcc17e913fbccefe2734730a44))
111
+
112
+ ## @visulima/packem [1.0.0-alpha.84](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.83...@visulima/packem@1.0.0-alpha.84) (2024-08-28)
113
+
114
+ ### Bug Fixes
115
+
116
+ * fixed types errors ([3e34770](https://github.com/visulima/packem/commit/3e34770652ec94d7bb796fe942d45c537349c54e))
117
+
118
+ ## @visulima/packem [1.0.0-alpha.83](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.82...@visulima/packem@1.0.0-alpha.83) (2024-08-28)
119
+
120
+ ### Features
121
+
122
+ * improved splitting of env files from package.json exports ([1bb4144](https://github.com/visulima/packem/commit/1bb41446c86424e8704f05e8611f594fcb095c5f))
123
+
124
+ ## @visulima/packem [1.0.0-alpha.82](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.81...@visulima/packem@1.0.0-alpha.82) (2024-08-28)
125
+
126
+ ### Features
127
+
128
+ * improved rollup caching ([02e89e2](https://github.com/visulima/packem/commit/02e89e204257310a089bca22a983d597666074fb))
129
+ * improved splitting based on package.json exports ([aba0a20](https://github.com/visulima/packem/commit/aba0a2058f15a4ceebdb30c8b0db31c646d0eb21))
130
+
131
+ ## @visulima/packem [1.0.0-alpha.81](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.80...@visulima/packem@1.0.0-alpha.81) (2024-08-21)
132
+
133
+ ### Features
134
+
135
+ * improved the file alias handling ([e94155a](https://github.com/visulima/packem/commit/e94155afd6f4d6422af773798f3e95d4edec9e8f))
136
+ * more test for packem ([75139c1](https://github.com/visulima/packem/commit/75139c1ec27c09cce82e7f56f1371417c79c17e8))
137
+
138
+ ### Bug Fixes
139
+
140
+ * fixed correct finding of source files ([6e25ff0](https://github.com/visulima/packem/commit/6e25ff0b6e6a39adc66a4f27671e01c3375aeb6f))
141
+
142
+ ## @visulima/packem [1.0.0-alpha.80](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.79...@visulima/packem@1.0.0-alpha.80) (2024-08-20)
143
+
144
+ ### Features
145
+
146
+ * fixed more tests, fixed overwrite of cli -> config file -> base config ([655b999](https://github.com/visulima/packem/commit/655b99937221defc50c28ba1eea511ccd6ce0c90))
147
+
148
+ ## @visulima/packem [1.0.0-alpha.79](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.78...@visulima/packem@1.0.0-alpha.79) (2024-08-20)
149
+
150
+ ### Features
151
+
152
+ * added no-clean option ([5837887](https://github.com/visulima/packem/commit/5837887e3f8955bd37ce809f8b4777a81ce0473b))
153
+ * added no-clean option, more tests ([2cd3849](https://github.com/visulima/packem/commit/2cd3849a0cb4ae45fe9a102a57fe6963da9aa71d))
154
+
155
+ ## @visulima/packem [1.0.0-alpha.78](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.77...@visulima/packem@1.0.0-alpha.78) (2024-08-20)
156
+
157
+ ### Bug Fixes
158
+
159
+ * fixed handling of tsconfig paths @,#,~ aliases ([3e31cbf](https://github.com/visulima/packem/commit/3e31cbf5eb392db54d817a902624e77d29774b1d))
160
+
161
+ ## @visulima/packem [1.0.0-alpha.77](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.76...@visulima/packem@1.0.0-alpha.77) (2024-08-20)
162
+
163
+ ### Features
164
+
165
+ * fixed handling of types generation, based on auto preset ([bc584db](https://github.com/visulima/packem/commit/bc584dbb2ca58bf49abb0bb9a6f3dd9ad2d5750f))
166
+
167
+ ## @visulima/packem [1.0.0-alpha.76](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.75...@visulima/packem@1.0.0-alpha.76) (2024-08-19)
168
+
169
+ ### Features
170
+
171
+ * generate dts for ts 4.7 if only declaration = compatible is used ([ab3fd78](https://github.com/visulima/packem/commit/ab3fd78a4105798454545febb4b177525d4ba199))
172
+
173
+ ## @visulima/packem [1.0.0-alpha.75](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.74...@visulima/packem@1.0.0-alpha.75) (2024-08-19)
174
+
175
+ ### Features
176
+
177
+ * switched from glob to tinyglobby, added glob support for packem.config, added none preset ([70b1798](https://github.com/visulima/packem/commit/70b179850974b51f7ec81d35578adbbd33235180))
178
+
179
+ ## @visulima/packem [1.0.0-alpha.74](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.73...@visulima/packem@1.0.0-alpha.74) (2024-08-13)
180
+
181
+ ### Features
182
+
183
+ * allow without prod or dev bundling, fixed lot of eslint errors, added func createConfig param ([08fac83](https://github.com/visulima/packem/commit/08fac836920fe81bb41240fd735cf2c8cbfef480))
184
+
185
+ ## @visulima/packem [1.0.0-alpha.73](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.72...@visulima/packem@1.0.0-alpha.73) (2024-08-13)
186
+
187
+ ### Features
188
+
189
+ * improved tests, improved env replace, improved exports reading and build, dont minify dev export, improved publishConfig reading ([21e9943](https://github.com/visulima/packem/commit/21e9943b75084c5da75629ea569848de05f8d627))
190
+
191
+ ## @visulima/packem [1.0.0-alpha.72](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.71...@visulima/packem@1.0.0-alpha.72) (2024-08-12)
192
+
193
+ ### Features
194
+
195
+ * improved tests, added new one, improved raw and esm shim plugin ([d9ee7af](https://github.com/visulima/packem/commit/d9ee7afedc639c7d9118b2eb985b477a2c42971c))
196
+
197
+ ## @visulima/packem [1.0.0-alpha.71](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.70...@visulima/packem@1.0.0-alpha.71) (2024-08-10)
198
+
199
+ ### Features
200
+
201
+ * added check for compiling ts, without typescript, added more tests ([0232522](https://github.com/visulima/packem/commit/02325224a164813b5cfcf42088332810b3d7f392))
202
+
203
+ ## @visulima/packem [1.0.0-alpha.70](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.69...@visulima/packem@1.0.0-alpha.70) (2024-08-09)
204
+
205
+ ### Features
206
+
207
+ * added new env options to cli, fixed dynamic import extensions ([e7a5d14](https://github.com/visulima/packem/commit/e7a5d14f41b46fff464d461a44799785847cad65))
208
+
209
+ ## @visulima/packem [1.0.0-alpha.69](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.68...@visulima/packem@1.0.0-alpha.69) (2024-08-08)
210
+
211
+ ### Features
212
+
213
+ * removed unsupported node resolutions, added fix for dynamic imports, added new env for cli ([b76595c](https://github.com/visulima/packem/commit/b76595c4751496282778923b85b4b9b6f23b5419))
214
+
215
+ ## @visulima/packem [1.0.0-alpha.68](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.67...@visulima/packem@1.0.0-alpha.68) (2024-08-08)
216
+
217
+ ### Features
218
+
219
+ * added error on unsupported node resolutions, fixed cjs types interop ([809c698](https://github.com/visulima/packem/commit/809c698bed742d939372ae5c5b6b3b4596e4fa48))
220
+
221
+ ## @visulima/packem [1.0.0-alpha.67](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.66...@visulima/packem@1.0.0-alpha.67) (2024-08-05)
222
+
223
+ ### Bug Fixes
224
+
225
+ * added more tests ([fe2c0a5](https://github.com/visulima/packem/commit/fe2c0a5212eba41c428bd49646b96eb9be83e32e))
226
+
227
+ ## @visulima/packem [1.0.0-alpha.66](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.65...@visulima/packem@1.0.0-alpha.66) (2024-08-04)
228
+
229
+ ### Bug Fixes
230
+
231
+ * updated deps and dev-deps ([b68cf54](https://github.com/visulima/packem/commit/b68cf54e53092c62c2c696b1fe0e72a7d6d0723b))
232
+
233
+ ## @visulima/packem [1.0.0-alpha.65](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.64...@visulima/packem@1.0.0-alpha.65) (2024-08-04)
234
+
235
+ ### Bug Fixes
236
+
237
+ * improved esm-shim ([e732c7e](https://github.com/visulima/packem/commit/e732c7e988ff1736f2293636a6cbedea48ecb452))
238
+
239
+ ## @visulima/packem [1.0.0-alpha.64](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.63...@visulima/packem@1.0.0-alpha.64) (2024-08-04)
240
+
241
+ ### Bug Fixes
242
+
243
+ * fixed more tests, fixed package imports dont show external warning ([038f05d](https://github.com/visulima/packem/commit/038f05da499e90695eec4c25a475e7204bae1ed1))
244
+
245
+ ## @visulima/packem [1.0.0-alpha.63](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.62...@visulima/packem@1.0.0-alpha.63) (2024-08-04)
246
+
247
+ ### Bug Fixes
248
+
249
+ * fixed more tests, fixed license handling if dep was bundled with packem, improved lixense generator ([f3fdef6](https://github.com/visulima/packem/commit/f3fdef6c678182a85cd2c35edabfeb007e2a12a5))
250
+
251
+ ## @visulima/packem [1.0.0-alpha.62](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.61...@visulima/packem@1.0.0-alpha.62) (2024-08-04)
252
+
253
+ ### Bug Fixes
254
+
255
+ * fixed init command to check for typescript and esm, changed moduleResolution to Bundler on dts plugin ([31c4d71](https://github.com/visulima/packem/commit/31c4d71f960d5dde8635cbdd1d30a5bd85a6ff56))
256
+
257
+ ## @visulima/packem [1.0.0-alpha.61](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.60...@visulima/packem@1.0.0-alpha.61) (2024-07-31)
258
+
259
+ ### Bug Fixes
260
+
261
+ * added test for inlined text message on output ([802185f](https://github.com/visulima/packem/commit/802185f8b661810e24b113b51ac869d6c1470128))
262
+
263
+ ## @visulima/packem [1.0.0-alpha.60](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.59...@visulima/packem@1.0.0-alpha.60) (2024-07-31)
264
+
265
+ ### Bug Fixes
266
+
267
+ * fixed inlining of dev deps, added test for it ([82e5c8b](https://github.com/visulima/packem/commit/82e5c8ba42268a3652b6aa3de29ebbfe1fc0503a))
268
+
269
+ ## @visulima/packem [1.0.0-alpha.59](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.58...@visulima/packem@1.0.0-alpha.59) (2024-07-31)
270
+
271
+ ### Bug Fixes
272
+
273
+ * updated deps and fixed more tests ([10a28d1](https://github.com/visulima/packem/commit/10a28d12c9eed8a4c13237319c6b15eef6026442))
274
+
275
+ ## @visulima/packem [1.0.0-alpha.58](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.57...@visulima/packem@1.0.0-alpha.58) (2024-07-30)
276
+
277
+ ### Bug Fixes
278
+
279
+ * fixed more tests ([5bc13a8](https://github.com/visulima/packem/commit/5bc13a8c1218fcbb783a3085f6fd193e8c590829))
280
+
281
+ ## @visulima/packem [1.0.0-alpha.57](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.56...@visulima/packem@1.0.0-alpha.57) (2024-07-30)
282
+
283
+ ### Bug Fixes
284
+
285
+ * fixed more tests, added new ones, fixed minification and added more logs ([6ba1dcc](https://github.com/visulima/packem/commit/6ba1dcc7fa5958f1a377e2dc67aeae1e2cf29416))
286
+
287
+ ### Miscellaneous Chores
288
+
289
+ * more test work ([44052b7](https://github.com/visulima/packem/commit/44052b7137b43fa99447dd56e4de9fc93ece2153))
290
+
291
+ ## @visulima/packem [1.0.0-alpha.56](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.55...@visulima/packem@1.0.0-alpha.56) (2024-07-25)
292
+
293
+ ### Features
294
+
295
+ * added alias validation for better dx ([d5321e6](https://github.com/visulima/packem/commit/d5321e6a9629ae0780ad9df3ab999ca73e7c7804))
296
+
297
+ ## @visulima/packem [1.0.0-alpha.55](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.54...@visulima/packem@1.0.0-alpha.55) (2024-07-20)
298
+
299
+ ### Bug Fixes
300
+
301
+ * fixed cjs bundling, fixed broken state if typescript is not installed, fixed some tests ([7771424](https://github.com/visulima/packem/commit/777142446de68d81108d8d4154a0ab66c0725a60))
302
+
303
+ ## @visulima/packem [1.0.0-alpha.54](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.53...@visulima/packem@1.0.0-alpha.54) (2024-07-19)
304
+
305
+ ### Bug Fixes
306
+
307
+ * fixed some tests, allowed to have typescript optional ([0b72a91](https://github.com/visulima/packem/commit/0b72a91809e1a0a2082cf79675c413db5c65be1b))
308
+
309
+ ## @visulima/packem [1.0.0-alpha.53](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.52...@visulima/packem@1.0.0-alpha.53) (2024-07-18)
310
+
311
+ ### Features
312
+
313
+ * added isolated declarations transformer based on typescript, and fixed the plugin ([6bec80b](https://github.com/visulima/packem/commit/6bec80b5555beaa8812a78b5ab6f1a16010dd4fd))
314
+
315
+ ## @visulima/packem [1.0.0-alpha.52](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.51...@visulima/packem@1.0.0-alpha.52) (2024-07-18)
316
+
317
+ ### Features
318
+
319
+ * added isolated declarations transformer, added check for peerDependenciesMeta ([8f7ba0d](https://github.com/visulima/packem/commit/8f7ba0d8a52afa6dad9a67ee5cee82096748600c))
320
+
321
+ ## @visulima/packem [1.0.0-alpha.51](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.50...@visulima/packem@1.0.0-alpha.51) (2024-07-17)
322
+
323
+ ### Bug Fixes
324
+
325
+ * stop delete on source folder, added decorator to swc, removed custom error ([449f93c](https://github.com/visulima/packem/commit/449f93ccd2e3174a7161dc96976bfe537817586b))
326
+
327
+ ## @visulima/packem [1.0.0-alpha.50](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.49...@visulima/packem@1.0.0-alpha.50) (2024-07-17)
328
+
329
+ ### Bug Fixes
330
+
331
+ * improved splitting of esm and cjs files based on input ([1a87180](https://github.com/visulima/packem/commit/1a87180a48be21fdf66b9dcb020623eb1684a669))
332
+
333
+ ## @visulima/packem [1.0.0-alpha.49](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.48...@visulima/packem@1.0.0-alpha.49) (2024-07-09)
334
+
335
+ ### Bug Fixes
336
+
337
+ * improved error display ([870e67a](https://github.com/visulima/packem/commit/870e67ab49e00f7a80db14044a19116e66a58f9c))
338
+
339
+ ## @visulima/packem [1.0.0-alpha.48](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.47...@visulima/packem@1.0.0-alpha.48) (2024-07-09)
340
+
341
+ ### Bug Fixes
342
+
343
+ * improved error display ([c5815be](https://github.com/visulima/packem/commit/c5815be6af64b8be517e43fed498c0d1c7d8a79d))
344
+
345
+ ## @visulima/packem [1.0.0-alpha.47](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.46...@visulima/packem@1.0.0-alpha.47) (2024-07-09)
346
+
347
+ ### Bug Fixes
348
+
349
+ * updated dep of packem ([5cb9cd5](https://github.com/visulima/packem/commit/5cb9cd52a1dc3619caa1cf58dba0aa86604ed1f4))
350
+
351
+ ## @visulima/packem [1.0.0-alpha.46](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.45...@visulima/packem@1.0.0-alpha.46) (2024-06-26)
352
+
353
+ ### Features
354
+
355
+ * improved logger, moved code from function into cli ([a2fc9a8](https://github.com/visulima/packem/commit/a2fc9a84e4215613b65e97bd89c862ed528c859a))
356
+
357
+ ## @visulima/packem [1.0.0-alpha.45](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.44...@visulima/packem@1.0.0-alpha.45) (2024-06-25)
358
+
359
+ ### Features
360
+
361
+ * fixed some tests, add mapping of cjs and mjs to cts and mts, no exit is used inside the functions ([a7169c0](https://github.com/visulima/packem/commit/a7169c03b4f235b16206cca68ea2bb9ecbaa463f))
362
+
363
+ ## @visulima/packem [1.0.0-alpha.44](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.43...@visulima/packem@1.0.0-alpha.44) (2024-06-20)
364
+
365
+ ### Bug Fixes
366
+
367
+ * fixed watch run ([5237cd5](https://github.com/visulima/packem/commit/5237cd5bdfb3c3719ecb19a281e28265411c8fad))
368
+
369
+ ## @visulima/packem [1.0.0-alpha.43](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.42...@visulima/packem@1.0.0-alpha.43) (2024-06-20)
370
+
371
+ ### Bug Fixes
372
+
373
+ * updated the packages and fixed breaking changes ([019d53a](https://github.com/visulima/packem/commit/019d53a9b2e0a26e232af92474622fa5a1052218))
374
+
375
+ ## @visulima/packem [1.0.0-alpha.42](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.41...@visulima/packem@1.0.0-alpha.42) (2024-06-14)
376
+
377
+ ### Bug Fixes
378
+
379
+ * updated [@visulima](https://github.com/visulima) packages inside packem ([2225974](https://github.com/visulima/packem/commit/2225974a1f186c54669971269c8dafe331d03a8c))
380
+
381
+ ### Miscellaneous Chores
382
+
383
+ * added conventional-changelog-conventionalcommits as dev dep ([9e462a2](https://github.com/visulima/packem/commit/9e462a24766313e49ed25ecde8eb64ddc978b60b))
384
+
385
+ ## @visulima/packem [1.0.0-alpha.41](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.40...@visulima/packem@1.0.0-alpha.41) (2024-06-05)
386
+
387
+
388
+ ### Bug Fixes
389
+
390
+ * improved caching ([a56b5cb](https://github.com/visulima/packem/commit/a56b5cb1a1ebcb5ed4afffef73dea273f8c8c73a))
391
+
392
+ ## @visulima/packem [1.0.0-alpha.40](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.39...@visulima/packem@1.0.0-alpha.40) (2024-06-04)
393
+
394
+
395
+ ### Bug Fixes
396
+
397
+ * text changes ([cc0005e](https://github.com/visulima/packem/commit/cc0005e7f45211a54ca9363dab1f3e83a5e4709c))
398
+
399
+ ## @visulima/packem [1.0.0-alpha.39](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.38...@visulima/packem@1.0.0-alpha.39) (2024-06-04)
400
+
401
+
402
+ ### Features
403
+
404
+ * more improvements ([b1a1013](https://github.com/visulima/packem/commit/b1a10136d2b7b275b78910b0d6c5e11c1b262b1b))
405
+
406
+ ## @visulima/packem [1.0.0-alpha.38](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.37...@visulima/packem@1.0.0-alpha.38) (2024-06-03)
407
+
408
+
409
+ ### Features
410
+
411
+ * improved auto preset handling, split the builder based on evn and runtime ([6d92a3b](https://github.com/visulima/packem/commit/6d92a3bebd3916bb008aa862164740f520017f8f))
412
+
413
+ ## @visulima/packem [1.0.0-alpha.37](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.36...@visulima/packem@1.0.0-alpha.37) (2024-06-02)
414
+
415
+
416
+ ### Bug Fixes
417
+
418
+ * disabled cjs ([8c714e6](https://github.com/visulima/packem/commit/8c714e653669efa07250122b84fe200c103d81a0))
419
+
420
+ ## @visulima/packem [1.0.0-alpha.36](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.35...@visulima/packem@1.0.0-alpha.36) (2024-06-02)
421
+
422
+
423
+ ### Features
424
+
425
+ * reduced complexity scope of builder ([958049a](https://github.com/visulima/packem/commit/958049a8d5fb1bc81b59a85f6373ba26b1ba0edc))
426
+
427
+ ## @visulima/packem [1.0.0-alpha.35](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.34...@visulima/packem@1.0.0-alpha.35) (2024-06-02)
428
+
429
+
430
+ ### Bug Fixes
431
+
432
+ * fixed path handling without ./ ([e717627](https://github.com/visulima/packem/commit/e717627a8a8bc332a54126c79653cccee1aeea3d))
433
+
434
+ ## @visulima/packem [1.0.0-alpha.34](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.33...@visulima/packem@1.0.0-alpha.34) (2024-06-02)
435
+
436
+
437
+ ### Features
438
+
439
+ * optimized package.json auto resolver ([89bda92](https://github.com/visulima/packem/commit/89bda9259044a02ec629283a6152a8381ec2d4d1))
440
+ * optimized package.json auto resolver ([1348ada](https://github.com/visulima/packem/commit/1348ada13f778db685ddfcede9a11caca3af1a0c))
441
+ * optimized package.json auto resolver ([87be4ea](https://github.com/visulima/packem/commit/87be4ea19acc2dbd9c90b4b783df372aeb6cee23))
442
+
443
+ ## @visulima/packem [1.0.0-alpha.33](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.32...@visulima/packem@1.0.0-alpha.33) (2024-06-01)
444
+
445
+
446
+ ### Features
447
+
448
+ * working on a better auto preset, changed package to esm ([1697cd2](https://github.com/visulima/packem/commit/1697cd23ae35155795c4d727a7ac3004b1eec450))
449
+
450
+ ## @visulima/packem [1.0.0-alpha.32](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.31...@visulima/packem@1.0.0-alpha.32) (2024-05-31)
451
+
452
+
453
+ ### Features
454
+
455
+ * delete the cache if the cacheKey did changed based on the packagejson data ([820a564](https://github.com/visulima/packem/commit/820a5642be00ac7b1a08f05c10a924af802a8d53))
456
+
457
+ ## @visulima/packem [1.0.0-alpha.31](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.30...@visulima/packem@1.0.0-alpha.31) (2024-05-31)
458
+
459
+
460
+ ### Bug Fixes
461
+
462
+ * improved hashing of plugins ([2ca9377](https://github.com/visulima/packem/commit/2ca9377c82e726707881e8b06b2a56ab51ed8d06))
463
+
464
+ ## @visulima/packem [1.0.0-alpha.30](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.29...@visulima/packem@1.0.0-alpha.30) (2024-05-31)
465
+
466
+
467
+ ### Bug Fixes
468
+
469
+ * fixed issue with cache dir, added auto update of lock file ([a49df8a](https://github.com/visulima/packem/commit/a49df8a093578b3c781e466b2e3d4478a9a8d01a))
470
+
471
+ ## @visulima/packem [1.0.0-alpha.29](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.28...@visulima/packem@1.0.0-alpha.29) (2024-05-31)
472
+
473
+
474
+ ### Bug Fixes
475
+
476
+ * added missing variable to watch ([174124b](https://github.com/visulima/packem/commit/174124b68063da42afb51ca008c542480f32c436))
477
+
478
+ ## @visulima/packem [1.0.0-alpha.28](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.27...@visulima/packem@1.0.0-alpha.28) (2024-05-30)
479
+
480
+
481
+ ### Features
482
+
483
+ * optimized file names for the cache ([e8abc95](https://github.com/visulima/packem/commit/e8abc9569a7ed6cfca2d531a6dfb4a3e26999af8))
484
+
485
+ ## @visulima/packem [1.0.0-alpha.27](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.26...@visulima/packem@1.0.0-alpha.27) (2024-05-30)
486
+
487
+
488
+ ### Features
489
+
490
+ * added plugin cache ([e77052f](https://github.com/visulima/packem/commit/e77052fe960470f55a4a5ee33efa11eed5ecd191))
491
+
492
+ ## @visulima/packem [1.0.0-alpha.26](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.25...@visulima/packem@1.0.0-alpha.26) (2024-05-30)
493
+
494
+
495
+ ### Features
496
+
497
+ * added NODE_ENV ([9c04a6f](https://github.com/visulima/packem/commit/9c04a6f0a27427d25141e03cc27679cd42b2a847))
498
+
499
+ ## @visulima/packem [1.0.0-alpha.25](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.24...@visulima/packem@1.0.0-alpha.25) (2024-05-29)
500
+
501
+
502
+ ### Bug Fixes
503
+
504
+ * cs fixes ([66e0149](https://github.com/visulima/packem/commit/66e014993490253f8d5a4f92c017aecddbcd8284))
505
+
506
+ ## @visulima/packem [1.0.0-alpha.24](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.23...@visulima/packem@1.0.0-alpha.24) (2024-05-29)
507
+
508
+
509
+ ### Features
510
+
511
+ * added file cache to rollup, added support of es5 ([c6734ac](https://github.com/visulima/packem/commit/c6734ac079db193d1c88e473cf01361a728c9bdd))
512
+ * added option to disable cache ([9ee5cac](https://github.com/visulima/packem/commit/9ee5cacb3db1f1e59419f5a00f0f245a5be43d3a))
513
+
514
+ ## @visulima/packem [1.0.0-alpha.23](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.22...@visulima/packem@1.0.0-alpha.23) (2024-05-29)
515
+
516
+
517
+ ### Bug Fixes
518
+
519
+ * removed packem from package.json. fixed test runs ([05b346a](https://github.com/visulima/packem/commit/05b346a57749147fb7f5cbd810112eaf01ec2a56))
520
+
521
+ ## @visulima/packem [1.0.0-alpha.22](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.21...@visulima/packem@1.0.0-alpha.22) (2024-05-29)
522
+
523
+
524
+ ### Bug Fixes
525
+
526
+ * fixing tests for check all functions ([786fb37](https://github.com/visulima/packem/commit/786fb378b7cbab3dbb48cdf43561485cdf5436a0))
527
+
528
+ ## @visulima/packem [1.0.0-alpha.21](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.20...@visulima/packem@1.0.0-alpha.21) (2024-05-28)
529
+
530
+
531
+ ### Bug Fixes
532
+
533
+ * optimized logs ([63d9d45](https://github.com/visulima/packem/commit/63d9d4557d1ae3e7eb8c85d43df9a645c2e3af57))
534
+
535
+ ## @visulima/packem [1.0.0-alpha.20](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.19...@visulima/packem@1.0.0-alpha.20) (2024-05-28)
536
+
537
+
538
+ ### Bug Fixes
539
+
540
+ * extended logs ([984a1ea](https://github.com/visulima/packem/commit/984a1eac339f12b6683b5284325bf97d0b606334))
541
+
542
+ ## @visulima/packem [1.0.0-alpha.19](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.18...@visulima/packem@1.0.0-alpha.19) (2024-05-28)
543
+
544
+
545
+ ### Bug Fixes
546
+
547
+ * fixed error handling of promises ([be3b055](https://github.com/visulima/packem/commit/be3b055d68f2544c4271d1da9899e6ea40ebdb04))
548
+
549
+ ## @visulima/packem [1.0.0-alpha.18](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.17...@visulima/packem@1.0.0-alpha.18) (2024-05-28)
550
+
551
+
552
+ ### Bug Fixes
553
+
554
+ * new debug message ([ef7db6f](https://github.com/visulima/packem/commit/ef7db6ff4af9a91372ae57241dc38a38093e5d6b))
555
+
556
+ ## @visulima/packem [1.0.0-alpha.17](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.16...@visulima/packem@1.0.0-alpha.17) (2024-05-28)
557
+
558
+
559
+ ### Bug Fixes
560
+
561
+ * working on better tests ([a6a569e](https://github.com/visulima/packem/commit/a6a569e88496ac30bfebebc05c0b0f967d8810b8))
562
+
563
+ ## @visulima/packem [1.0.0-alpha.16](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.15...@visulima/packem@1.0.0-alpha.16) (2024-05-28)
564
+
565
+
566
+ ### Bug Fixes
567
+
568
+ * working on better tests ([a612717](https://github.com/visulima/packem/commit/a6127174c0368a8d5dd5c94dde0777d0a7305a90))
569
+
570
+
571
+ ### Miscellaneous Chores
572
+
573
+ * updated readme ([637d0a8](https://github.com/visulima/packem/commit/637d0a8e63ac51071da0fc98c6f8458d0402a7ea))
574
+
575
+ ## @visulima/packem [1.0.0-alpha.15](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.14...@visulima/packem@1.0.0-alpha.15) (2024-05-27)
576
+
577
+
578
+ ### Features
579
+
580
+ * added a first version of the init command ([ab3b009](https://github.com/visulima/packem/commit/ab3b0091cb30d7632be3e6818cb76a03ecd13a4f))
581
+
582
+ ## @visulima/packem [1.0.0-alpha.14](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.13...@visulima/packem@1.0.0-alpha.14) (2024-05-27)
583
+
584
+
585
+ ### Bug Fixes
586
+
587
+ * optimized the code a bit ([c644e8a](https://github.com/visulima/packem/commit/c644e8a3b1926b55c3c4038943100260bb9de811))
588
+
589
+ ## @visulima/packem [1.0.0-alpha.13](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.12...@visulima/packem@1.0.0-alpha.13) (2024-05-27)
590
+
591
+
592
+ ### Bug Fixes
593
+
594
+ * optimized the code with memo calls ([fe27249](https://github.com/visulima/packem/commit/fe27249d25fabcf5f2f9a8717a0fe750667475d8))
595
+
596
+
597
+ ### Styles
598
+
599
+ * cs fixes ([44f813e](https://github.com/visulima/packem/commit/44f813e6a0f3bc787490c480eeb338530cd37ede))
600
+
601
+ ## @visulima/packem [1.0.0-alpha.12](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.11...@visulima/packem@1.0.0-alpha.12) (2024-05-27)
602
+
603
+
604
+ ### Bug Fixes
605
+
606
+ * fixed types validation ([f0f572e](https://github.com/visulima/packem/commit/f0f572ea04a001bd566371d67f3f0df2da35d09d))
607
+
608
+ ## @visulima/packem [1.0.0-alpha.11](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.10...@visulima/packem@1.0.0-alpha.11) (2024-05-27)
609
+
610
+
611
+ ### Bug Fixes
612
+
613
+ * optimize config loading of types, cjs and esm ([ed4368f](https://github.com/visulima/packem/commit/ed4368f833c2e577ae78bb7a89f18075d8fde6d9))
614
+
615
+ ## @visulima/packem [1.0.0-alpha.10](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.9...@visulima/packem@1.0.0-alpha.10) (2024-05-27)
616
+
617
+
618
+ ### Bug Fixes
619
+
620
+ * optimize the code a bit ([90fa3e4](https://github.com/visulima/packem/commit/90fa3e4e468a75fe9c764614473119ca6671661c))
621
+
622
+
623
+ ### Styles
624
+
625
+ * cs fix ([6a77847](https://github.com/visulima/packem/commit/6a778475666bd236eb9dee56797ba969989b99fa))
626
+
627
+
628
+ ### Code Refactoring
629
+
630
+ * optimize the code a bit ([0960712](https://github.com/visulima/packem/commit/0960712bac282a691bbf7b88c0492cf101d3e812))
631
+
632
+ ## @visulima/packem [1.0.0-alpha.9](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.8...@visulima/packem@1.0.0-alpha.9) (2024-05-25)
633
+
634
+
635
+ ### Features
636
+
637
+ * added build time ([5ad7b27](https://github.com/visulima/packem/commit/5ad7b27eedd056dc1ce127ad76bcc03a52fe5d31))
638
+
639
+
640
+ ### Miscellaneous Chores
641
+
642
+ * clean up of started node native plugin ([6b67ca9](https://github.com/visulima/packem/commit/6b67ca93299d876893028d80816defa5da27c5f0))
643
+
644
+ ## @visulima/packem [1.0.0-alpha.8](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.7...@visulima/packem@1.0.0-alpha.8) (2024-05-25)
645
+
646
+
647
+ ### Bug Fixes
648
+
649
+ * removed vue examples, removed jsx preserve error ([55f5571](https://github.com/visulima/packem/commit/55f55712e021a3a4a1aa24c2026a508597a28d14))
650
+
651
+ ## @visulima/packem [1.0.0-alpha.7](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.6...@visulima/packem@1.0.0-alpha.7) (2024-05-25)
652
+
653
+
654
+ ### Bug Fixes
655
+
656
+ * adjusted target on swc and esbuild ([5ee4937](https://github.com/visulima/packem/commit/5ee493757e5fc51945228df0ff97db77c35eac3e))
657
+
658
+ ## @visulima/packem [1.0.0-alpha.6](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.5...@visulima/packem@1.0.0-alpha.6) (2024-05-25)
659
+
660
+
661
+ ### Bug Fixes
662
+
663
+ * added target options to esbuild and swc ([5d3100b](https://github.com/visulima/packem/commit/5d3100b6bce15819a90b97f537b5626498bb6b18))
664
+
665
+
666
+ ### Styles
667
+
668
+ * cs fix ([78752e4](https://github.com/visulima/packem/commit/78752e434e62c20c5efb800015d321899770030f))
669
+
670
+ ## @visulima/packem [1.0.0-alpha.5](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.4...@visulima/packem@1.0.0-alpha.5) (2024-05-25)
671
+
672
+
673
+ ### Bug Fixes
674
+
675
+ * added better dx for invalid entries ([55fc8ed](https://github.com/visulima/packem/commit/55fc8ed9040dc40d751028e2143a85962aa6b54e))
676
+
677
+ ## @visulima/packem [1.0.0-alpha.4](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.3...@visulima/packem@1.0.0-alpha.4) (2024-05-25)
678
+
679
+
680
+ ### Features
681
+
682
+ * moved minify to the core config ([219782f](https://github.com/visulima/packem/commit/219782f2e5ea2275fd63fbac07b180bf05497bf1))
683
+
684
+ ## @visulima/packem [1.0.0-alpha.3](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.2...@visulima/packem@1.0.0-alpha.3) (2024-05-25)
685
+
686
+
687
+ ### Bug Fixes
688
+
689
+ * fixed lazy loading of transformers ([81e8f65](https://github.com/visulima/packem/commit/81e8f6548431deb720fe2c68ccff5c19aa70af2c))
690
+
691
+ ## @visulima/packem [1.0.0-alpha.2](https://github.com/visulima/packem/compare/@visulima/packem@1.0.0-alpha.1...@visulima/packem@1.0.0-alpha.2) (2024-05-24)
692
+
693
+
694
+ ### Bug Fixes
695
+
696
+ * added check for transformer based on package.jso, changed type for packem.config.ts, and some other fixes ([85213bf](https://github.com/visulima/packem/commit/85213bfb3ce6d766009dfbcf624a3e08fe48d4da))
697
+
1
698
  ## @visulima/packem 1.0.0-alpha.1 (2024-05-24)
2
699
 
3
700