@visulima/packem 1.0.0-alpha.8 → 1.0.0-alpha.80
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 +502 -0
- package/LICENSE.md +40 -40
- package/README.md +26 -6
- package/dist/cli.cjs +13 -1
- package/dist/cli.mjs +15 -1
- package/dist/config.cjs +1 -1
- package/dist/config.d.cts +8 -5
- package/dist/config.d.mts +8 -5
- package/dist/config.mjs +1 -1
- package/dist/create-bundler.cjs +76 -69
- package/dist/create-bundler.d.cts +6 -5
- package/dist/create-bundler.d.mts +6 -5
- package/dist/create-bundler.mjs +82 -69
- package/dist/rollup/plugins/esbuild/index.cjs +1 -1
- package/dist/rollup/plugins/esbuild/index.d.cts +1 -1
- package/dist/rollup/plugins/esbuild/index.d.mts +1 -1
- package/dist/rollup/plugins/esbuild/index.mjs +2 -8
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.cjs +1 -0
- package/dist/{create-bundler.d.ts → rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.cts} +7 -10
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.mts +26 -0
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.mjs +1 -0
- package/dist/rollup/plugins/sucrase/index.cjs +1 -1
- package/dist/rollup/plugins/sucrase/index.mjs +1 -1
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.cjs +1 -0
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.cts +26 -0
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.mts +26 -0
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.mjs +1 -0
- package/dist/rollup/plugins/swc/{index.cjs → swc-plugin.cjs} +1 -1
- package/dist/rollup/plugins/swc/{index.d.ts → swc-plugin.d.cts} +1 -1
- package/dist/rollup/plugins/swc/{index.d.cts → swc-plugin.d.mts} +1 -1
- package/dist/rollup/plugins/swc/{index.mjs → swc-plugin.mjs} +1 -1
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.cjs +1 -0
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.cts +27 -0
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.mts +27 -0
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.mjs +1 -0
- package/dist/shared/packem.BcJmI4Tm.mjs +1 -0
- package/dist/shared/packem.CFplOoR-.cjs +1 -0
- package/dist/shared/packem.C_T1EDp8.mjs +1 -0
- package/dist/shared/{packem.C44tLE3n.d.cts → packem.CzGE8V_d.d.cts} +34 -2
- package/dist/shared/{packem.C44tLE3n.d.mts → packem.CzGE8V_d.d.mts} +34 -2
- package/dist/shared/{packem.CAQMZ6ex.d.mts → packem.D0iDqbKr.d.mts} +41 -16
- package/dist/shared/packem.DUZi_m4G.cjs +1 -0
- package/dist/shared/{packem.D09xRBAa.d.ts → packem.Db-Z_7e-.d.cts} +1 -1
- package/dist/shared/{packem.D09xRBAa.d.cts → packem.Db-Z_7e-.d.mts} +1 -1
- package/dist/shared/{packem.DZfoF9Bk.d.cts → packem.VNV8N0gL.d.cts} +41 -16
- package/package.json +129 -81
- package/dist/cli.d.cts +0 -2
- package/dist/cli.d.mts +0 -2
- package/dist/cli.d.ts +0 -2
- package/dist/config.d.ts +0 -27
- package/dist/rollup/plugins/esbuild/index.d.ts +0 -9
- package/dist/rollup/plugins/sucrase/index.d.ts +0 -8
- package/dist/rollup/plugins/swc/index.d.mts +0 -7
- package/dist/shared/packem.Bdmp1hC5.mjs +0 -1
- package/dist/shared/packem.Bj4QPFg7.mjs +0 -1
- package/dist/shared/packem.C44tLE3n.d.ts +0 -1919
- package/dist/shared/packem.CEXB7aOL.cjs +0 -1
- package/dist/shared/packem.D09xRBAa.d.mts +0 -25
- package/dist/shared/packem.DvWhOdt5.d.ts +0 -10
- package/dist/shared/packem.aHRI8QbF.d.ts +0 -176
- package/dist/shared/packem.uvB0cQX0.cjs +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,505 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* fixed more tests, fixed overwrite of cli -> config file -> base config ([655b999](https://github.com/visulima/packem/commit/655b99937221defc50c28ba1eea511ccd6ce0c90))
|
|
6
|
+
|
|
7
|
+
## @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)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* added no-clean option ([5837887](https://github.com/visulima/packem/commit/5837887e3f8955bd37ce809f8b4777a81ce0473b))
|
|
12
|
+
* added no-clean option, more tests ([2cd3849](https://github.com/visulima/packem/commit/2cd3849a0cb4ae45fe9a102a57fe6963da9aa71d))
|
|
13
|
+
|
|
14
|
+
## @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)
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* fixed handling of tsconfig paths @,#,~ aliases ([3e31cbf](https://github.com/visulima/packem/commit/3e31cbf5eb392db54d817a902624e77d29774b1d))
|
|
19
|
+
|
|
20
|
+
## @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)
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* fixed handling of types generation, based on auto preset ([bc584db](https://github.com/visulima/packem/commit/bc584dbb2ca58bf49abb0bb9a6f3dd9ad2d5750f))
|
|
25
|
+
|
|
26
|
+
## @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)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* generate dts for ts 4.7 if only declaration = compatible is used ([ab3fd78](https://github.com/visulima/packem/commit/ab3fd78a4105798454545febb4b177525d4ba199))
|
|
31
|
+
|
|
32
|
+
## @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)
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* switched from glob to tinyglobby, added glob support for packem.config, added none preset ([70b1798](https://github.com/visulima/packem/commit/70b179850974b51f7ec81d35578adbbd33235180))
|
|
37
|
+
|
|
38
|
+
## @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)
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* allow without prod or dev bundling, fixed lot of eslint errors, added func createConfig param ([08fac83](https://github.com/visulima/packem/commit/08fac836920fe81bb41240fd735cf2c8cbfef480))
|
|
43
|
+
|
|
44
|
+
## @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)
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
* 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))
|
|
49
|
+
|
|
50
|
+
## @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)
|
|
51
|
+
|
|
52
|
+
### Features
|
|
53
|
+
|
|
54
|
+
* improved tests, added new one, improved raw and esm shim plugin ([d9ee7af](https://github.com/visulima/packem/commit/d9ee7afedc639c7d9118b2eb985b477a2c42971c))
|
|
55
|
+
|
|
56
|
+
## @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)
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* added check for compiling ts, without typescript, added more tests ([0232522](https://github.com/visulima/packem/commit/02325224a164813b5cfcf42088332810b3d7f392))
|
|
61
|
+
|
|
62
|
+
## @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)
|
|
63
|
+
|
|
64
|
+
### Features
|
|
65
|
+
|
|
66
|
+
* added new env options to cli, fixed dynamic import extensions ([e7a5d14](https://github.com/visulima/packem/commit/e7a5d14f41b46fff464d461a44799785847cad65))
|
|
67
|
+
|
|
68
|
+
## @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)
|
|
69
|
+
|
|
70
|
+
### Features
|
|
71
|
+
|
|
72
|
+
* removed unsupported node resolutions, added fix for dynamic imports, added new env for cli ([b76595c](https://github.com/visulima/packem/commit/b76595c4751496282778923b85b4b9b6f23b5419))
|
|
73
|
+
|
|
74
|
+
## @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)
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* added error on unsupported node resolutions, fixed cjs types interop ([809c698](https://github.com/visulima/packem/commit/809c698bed742d939372ae5c5b6b3b4596e4fa48))
|
|
79
|
+
|
|
80
|
+
## @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)
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* added more tests ([fe2c0a5](https://github.com/visulima/packem/commit/fe2c0a5212eba41c428bd49646b96eb9be83e32e))
|
|
85
|
+
|
|
86
|
+
## @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)
|
|
87
|
+
|
|
88
|
+
### Bug Fixes
|
|
89
|
+
|
|
90
|
+
* updated deps and dev-deps ([b68cf54](https://github.com/visulima/packem/commit/b68cf54e53092c62c2c696b1fe0e72a7d6d0723b))
|
|
91
|
+
|
|
92
|
+
## @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)
|
|
93
|
+
|
|
94
|
+
### Bug Fixes
|
|
95
|
+
|
|
96
|
+
* improved esm-shim ([e732c7e](https://github.com/visulima/packem/commit/e732c7e988ff1736f2293636a6cbedea48ecb452))
|
|
97
|
+
|
|
98
|
+
## @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)
|
|
99
|
+
|
|
100
|
+
### Bug Fixes
|
|
101
|
+
|
|
102
|
+
* fixed more tests, fixed package imports dont show external warning ([038f05d](https://github.com/visulima/packem/commit/038f05da499e90695eec4c25a475e7204bae1ed1))
|
|
103
|
+
|
|
104
|
+
## @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)
|
|
105
|
+
|
|
106
|
+
### Bug Fixes
|
|
107
|
+
|
|
108
|
+
* fixed more tests, fixed license handling if dep was bundled with packem, improved lixense generator ([f3fdef6](https://github.com/visulima/packem/commit/f3fdef6c678182a85cd2c35edabfeb007e2a12a5))
|
|
109
|
+
|
|
110
|
+
## @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)
|
|
111
|
+
|
|
112
|
+
### Bug Fixes
|
|
113
|
+
|
|
114
|
+
* fixed init command to check for typescript and esm, changed moduleResolution to Bundler on dts plugin ([31c4d71](https://github.com/visulima/packem/commit/31c4d71f960d5dde8635cbdd1d30a5bd85a6ff56))
|
|
115
|
+
|
|
116
|
+
## @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)
|
|
117
|
+
|
|
118
|
+
### Bug Fixes
|
|
119
|
+
|
|
120
|
+
* added test for inlined text message on output ([802185f](https://github.com/visulima/packem/commit/802185f8b661810e24b113b51ac869d6c1470128))
|
|
121
|
+
|
|
122
|
+
## @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)
|
|
123
|
+
|
|
124
|
+
### Bug Fixes
|
|
125
|
+
|
|
126
|
+
* fixed inlining of dev deps, added test for it ([82e5c8b](https://github.com/visulima/packem/commit/82e5c8ba42268a3652b6aa3de29ebbfe1fc0503a))
|
|
127
|
+
|
|
128
|
+
## @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)
|
|
129
|
+
|
|
130
|
+
### Bug Fixes
|
|
131
|
+
|
|
132
|
+
* updated deps and fixed more tests ([10a28d1](https://github.com/visulima/packem/commit/10a28d12c9eed8a4c13237319c6b15eef6026442))
|
|
133
|
+
|
|
134
|
+
## @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)
|
|
135
|
+
|
|
136
|
+
### Bug Fixes
|
|
137
|
+
|
|
138
|
+
* fixed more tests ([5bc13a8](https://github.com/visulima/packem/commit/5bc13a8c1218fcbb783a3085f6fd193e8c590829))
|
|
139
|
+
|
|
140
|
+
## @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)
|
|
141
|
+
|
|
142
|
+
### Bug Fixes
|
|
143
|
+
|
|
144
|
+
* fixed more tests, added new ones, fixed minification and added more logs ([6ba1dcc](https://github.com/visulima/packem/commit/6ba1dcc7fa5958f1a377e2dc67aeae1e2cf29416))
|
|
145
|
+
|
|
146
|
+
### Miscellaneous Chores
|
|
147
|
+
|
|
148
|
+
* more test work ([44052b7](https://github.com/visulima/packem/commit/44052b7137b43fa99447dd56e4de9fc93ece2153))
|
|
149
|
+
|
|
150
|
+
## @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)
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* added alias validation for better dx ([d5321e6](https://github.com/visulima/packem/commit/d5321e6a9629ae0780ad9df3ab999ca73e7c7804))
|
|
155
|
+
|
|
156
|
+
## @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)
|
|
157
|
+
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
* fixed cjs bundling, fixed broken state if typescript is not installed, fixed some tests ([7771424](https://github.com/visulima/packem/commit/777142446de68d81108d8d4154a0ab66c0725a60))
|
|
161
|
+
|
|
162
|
+
## @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)
|
|
163
|
+
|
|
164
|
+
### Bug Fixes
|
|
165
|
+
|
|
166
|
+
* fixed some tests, allowed to have typescript optional ([0b72a91](https://github.com/visulima/packem/commit/0b72a91809e1a0a2082cf79675c413db5c65be1b))
|
|
167
|
+
|
|
168
|
+
## @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)
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
* added isolated declarations transformer based on typescript, and fixed the plugin ([6bec80b](https://github.com/visulima/packem/commit/6bec80b5555beaa8812a78b5ab6f1a16010dd4fd))
|
|
173
|
+
|
|
174
|
+
## @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)
|
|
175
|
+
|
|
176
|
+
### Features
|
|
177
|
+
|
|
178
|
+
* added isolated declarations transformer, added check for peerDependenciesMeta ([8f7ba0d](https://github.com/visulima/packem/commit/8f7ba0d8a52afa6dad9a67ee5cee82096748600c))
|
|
179
|
+
|
|
180
|
+
## @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)
|
|
181
|
+
|
|
182
|
+
### Bug Fixes
|
|
183
|
+
|
|
184
|
+
* stop delete on source folder, added decorator to swc, removed custom error ([449f93c](https://github.com/visulima/packem/commit/449f93ccd2e3174a7161dc96976bfe537817586b))
|
|
185
|
+
|
|
186
|
+
## @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)
|
|
187
|
+
|
|
188
|
+
### Bug Fixes
|
|
189
|
+
|
|
190
|
+
* improved splitting of esm and cjs files based on input ([1a87180](https://github.com/visulima/packem/commit/1a87180a48be21fdf66b9dcb020623eb1684a669))
|
|
191
|
+
|
|
192
|
+
## @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)
|
|
193
|
+
|
|
194
|
+
### Bug Fixes
|
|
195
|
+
|
|
196
|
+
* improved error display ([870e67a](https://github.com/visulima/packem/commit/870e67ab49e00f7a80db14044a19116e66a58f9c))
|
|
197
|
+
|
|
198
|
+
## @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)
|
|
199
|
+
|
|
200
|
+
### Bug Fixes
|
|
201
|
+
|
|
202
|
+
* improved error display ([c5815be](https://github.com/visulima/packem/commit/c5815be6af64b8be517e43fed498c0d1c7d8a79d))
|
|
203
|
+
|
|
204
|
+
## @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)
|
|
205
|
+
|
|
206
|
+
### Bug Fixes
|
|
207
|
+
|
|
208
|
+
* updated dep of packem ([5cb9cd5](https://github.com/visulima/packem/commit/5cb9cd52a1dc3619caa1cf58dba0aa86604ed1f4))
|
|
209
|
+
|
|
210
|
+
## @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)
|
|
211
|
+
|
|
212
|
+
### Features
|
|
213
|
+
|
|
214
|
+
* improved logger, moved code from function into cli ([a2fc9a8](https://github.com/visulima/packem/commit/a2fc9a84e4215613b65e97bd89c862ed528c859a))
|
|
215
|
+
|
|
216
|
+
## @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)
|
|
217
|
+
|
|
218
|
+
### Features
|
|
219
|
+
|
|
220
|
+
* 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))
|
|
221
|
+
|
|
222
|
+
## @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)
|
|
223
|
+
|
|
224
|
+
### Bug Fixes
|
|
225
|
+
|
|
226
|
+
* fixed watch run ([5237cd5](https://github.com/visulima/packem/commit/5237cd5bdfb3c3719ecb19a281e28265411c8fad))
|
|
227
|
+
|
|
228
|
+
## @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)
|
|
229
|
+
|
|
230
|
+
### Bug Fixes
|
|
231
|
+
|
|
232
|
+
* updated the packages and fixed breaking changes ([019d53a](https://github.com/visulima/packem/commit/019d53a9b2e0a26e232af92474622fa5a1052218))
|
|
233
|
+
|
|
234
|
+
## @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)
|
|
235
|
+
|
|
236
|
+
### Bug Fixes
|
|
237
|
+
|
|
238
|
+
* updated [@visulima](https://github.com/visulima) packages inside packem ([2225974](https://github.com/visulima/packem/commit/2225974a1f186c54669971269c8dafe331d03a8c))
|
|
239
|
+
|
|
240
|
+
### Miscellaneous Chores
|
|
241
|
+
|
|
242
|
+
* added conventional-changelog-conventionalcommits as dev dep ([9e462a2](https://github.com/visulima/packem/commit/9e462a24766313e49ed25ecde8eb64ddc978b60b))
|
|
243
|
+
|
|
244
|
+
## @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)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Bug Fixes
|
|
248
|
+
|
|
249
|
+
* improved caching ([a56b5cb](https://github.com/visulima/packem/commit/a56b5cb1a1ebcb5ed4afffef73dea273f8c8c73a))
|
|
250
|
+
|
|
251
|
+
## @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)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
* text changes ([cc0005e](https://github.com/visulima/packem/commit/cc0005e7f45211a54ca9363dab1f3e83a5e4709c))
|
|
257
|
+
|
|
258
|
+
## @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)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Features
|
|
262
|
+
|
|
263
|
+
* more improvements ([b1a1013](https://github.com/visulima/packem/commit/b1a10136d2b7b275b78910b0d6c5e11c1b262b1b))
|
|
264
|
+
|
|
265
|
+
## @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)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Features
|
|
269
|
+
|
|
270
|
+
* improved auto preset handling, split the builder based on evn and runtime ([6d92a3b](https://github.com/visulima/packem/commit/6d92a3bebd3916bb008aa862164740f520017f8f))
|
|
271
|
+
|
|
272
|
+
## @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)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Bug Fixes
|
|
276
|
+
|
|
277
|
+
* disabled cjs ([8c714e6](https://github.com/visulima/packem/commit/8c714e653669efa07250122b84fe200c103d81a0))
|
|
278
|
+
|
|
279
|
+
## @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)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Features
|
|
283
|
+
|
|
284
|
+
* reduced complexity scope of builder ([958049a](https://github.com/visulima/packem/commit/958049a8d5fb1bc81b59a85f6373ba26b1ba0edc))
|
|
285
|
+
|
|
286
|
+
## @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)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Bug Fixes
|
|
290
|
+
|
|
291
|
+
* fixed path handling without ./ ([e717627](https://github.com/visulima/packem/commit/e717627a8a8bc332a54126c79653cccee1aeea3d))
|
|
292
|
+
|
|
293
|
+
## @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)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Features
|
|
297
|
+
|
|
298
|
+
* optimized package.json auto resolver ([89bda92](https://github.com/visulima/packem/commit/89bda9259044a02ec629283a6152a8381ec2d4d1))
|
|
299
|
+
* optimized package.json auto resolver ([1348ada](https://github.com/visulima/packem/commit/1348ada13f778db685ddfcede9a11caca3af1a0c))
|
|
300
|
+
* optimized package.json auto resolver ([87be4ea](https://github.com/visulima/packem/commit/87be4ea19acc2dbd9c90b4b783df372aeb6cee23))
|
|
301
|
+
|
|
302
|
+
## @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)
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### Features
|
|
306
|
+
|
|
307
|
+
* working on a better auto preset, changed package to esm ([1697cd2](https://github.com/visulima/packem/commit/1697cd23ae35155795c4d727a7ac3004b1eec450))
|
|
308
|
+
|
|
309
|
+
## @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)
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
### Features
|
|
313
|
+
|
|
314
|
+
* delete the cache if the cacheKey did changed based on the packagejson data ([820a564](https://github.com/visulima/packem/commit/820a5642be00ac7b1a08f05c10a924af802a8d53))
|
|
315
|
+
|
|
316
|
+
## @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)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Bug Fixes
|
|
320
|
+
|
|
321
|
+
* improved hashing of plugins ([2ca9377](https://github.com/visulima/packem/commit/2ca9377c82e726707881e8b06b2a56ab51ed8d06))
|
|
322
|
+
|
|
323
|
+
## @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)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
### Bug Fixes
|
|
327
|
+
|
|
328
|
+
* fixed issue with cache dir, added auto update of lock file ([a49df8a](https://github.com/visulima/packem/commit/a49df8a093578b3c781e466b2e3d4478a9a8d01a))
|
|
329
|
+
|
|
330
|
+
## @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)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Bug Fixes
|
|
334
|
+
|
|
335
|
+
* added missing variable to watch ([174124b](https://github.com/visulima/packem/commit/174124b68063da42afb51ca008c542480f32c436))
|
|
336
|
+
|
|
337
|
+
## @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)
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Features
|
|
341
|
+
|
|
342
|
+
* optimized file names for the cache ([e8abc95](https://github.com/visulima/packem/commit/e8abc9569a7ed6cfca2d531a6dfb4a3e26999af8))
|
|
343
|
+
|
|
344
|
+
## @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)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Features
|
|
348
|
+
|
|
349
|
+
* added plugin cache ([e77052f](https://github.com/visulima/packem/commit/e77052fe960470f55a4a5ee33efa11eed5ecd191))
|
|
350
|
+
|
|
351
|
+
## @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)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Features
|
|
355
|
+
|
|
356
|
+
* added NODE_ENV ([9c04a6f](https://github.com/visulima/packem/commit/9c04a6f0a27427d25141e03cc27679cd42b2a847))
|
|
357
|
+
|
|
358
|
+
## @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)
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
### Bug Fixes
|
|
362
|
+
|
|
363
|
+
* cs fixes ([66e0149](https://github.com/visulima/packem/commit/66e014993490253f8d5a4f92c017aecddbcd8284))
|
|
364
|
+
|
|
365
|
+
## @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)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
### Features
|
|
369
|
+
|
|
370
|
+
* added file cache to rollup, added support of es5 ([c6734ac](https://github.com/visulima/packem/commit/c6734ac079db193d1c88e473cf01361a728c9bdd))
|
|
371
|
+
* added option to disable cache ([9ee5cac](https://github.com/visulima/packem/commit/9ee5cacb3db1f1e59419f5a00f0f245a5be43d3a))
|
|
372
|
+
|
|
373
|
+
## @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)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
* removed packem from package.json. fixed test runs ([05b346a](https://github.com/visulima/packem/commit/05b346a57749147fb7f5cbd810112eaf01ec2a56))
|
|
379
|
+
|
|
380
|
+
## @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)
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
### Bug Fixes
|
|
384
|
+
|
|
385
|
+
* fixing tests for check all functions ([786fb37](https://github.com/visulima/packem/commit/786fb378b7cbab3dbb48cdf43561485cdf5436a0))
|
|
386
|
+
|
|
387
|
+
## @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)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Bug Fixes
|
|
391
|
+
|
|
392
|
+
* optimized logs ([63d9d45](https://github.com/visulima/packem/commit/63d9d4557d1ae3e7eb8c85d43df9a645c2e3af57))
|
|
393
|
+
|
|
394
|
+
## @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)
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
### Bug Fixes
|
|
398
|
+
|
|
399
|
+
* extended logs ([984a1ea](https://github.com/visulima/packem/commit/984a1eac339f12b6683b5284325bf97d0b606334))
|
|
400
|
+
|
|
401
|
+
## @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)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Bug Fixes
|
|
405
|
+
|
|
406
|
+
* fixed error handling of promises ([be3b055](https://github.com/visulima/packem/commit/be3b055d68f2544c4271d1da9899e6ea40ebdb04))
|
|
407
|
+
|
|
408
|
+
## @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)
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### Bug Fixes
|
|
412
|
+
|
|
413
|
+
* new debug message ([ef7db6f](https://github.com/visulima/packem/commit/ef7db6ff4af9a91372ae57241dc38a38093e5d6b))
|
|
414
|
+
|
|
415
|
+
## @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)
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
### Bug Fixes
|
|
419
|
+
|
|
420
|
+
* working on better tests ([a6a569e](https://github.com/visulima/packem/commit/a6a569e88496ac30bfebebc05c0b0f967d8810b8))
|
|
421
|
+
|
|
422
|
+
## @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)
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
### Bug Fixes
|
|
426
|
+
|
|
427
|
+
* working on better tests ([a612717](https://github.com/visulima/packem/commit/a6127174c0368a8d5dd5c94dde0777d0a7305a90))
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### Miscellaneous Chores
|
|
431
|
+
|
|
432
|
+
* updated readme ([637d0a8](https://github.com/visulima/packem/commit/637d0a8e63ac51071da0fc98c6f8458d0402a7ea))
|
|
433
|
+
|
|
434
|
+
## @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)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Features
|
|
438
|
+
|
|
439
|
+
* added a first version of the init command ([ab3b009](https://github.com/visulima/packem/commit/ab3b0091cb30d7632be3e6818cb76a03ecd13a4f))
|
|
440
|
+
|
|
441
|
+
## @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)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### Bug Fixes
|
|
445
|
+
|
|
446
|
+
* optimized the code a bit ([c644e8a](https://github.com/visulima/packem/commit/c644e8a3b1926b55c3c4038943100260bb9de811))
|
|
447
|
+
|
|
448
|
+
## @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)
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
### Bug Fixes
|
|
452
|
+
|
|
453
|
+
* optimized the code with memo calls ([fe27249](https://github.com/visulima/packem/commit/fe27249d25fabcf5f2f9a8717a0fe750667475d8))
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
### Styles
|
|
457
|
+
|
|
458
|
+
* cs fixes ([44f813e](https://github.com/visulima/packem/commit/44f813e6a0f3bc787490c480eeb338530cd37ede))
|
|
459
|
+
|
|
460
|
+
## @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)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
### Bug Fixes
|
|
464
|
+
|
|
465
|
+
* fixed types validation ([f0f572e](https://github.com/visulima/packem/commit/f0f572ea04a001bd566371d67f3f0df2da35d09d))
|
|
466
|
+
|
|
467
|
+
## @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)
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Bug Fixes
|
|
471
|
+
|
|
472
|
+
* optimize config loading of types, cjs and esm ([ed4368f](https://github.com/visulima/packem/commit/ed4368f833c2e577ae78bb7a89f18075d8fde6d9))
|
|
473
|
+
|
|
474
|
+
## @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)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
### Bug Fixes
|
|
478
|
+
|
|
479
|
+
* optimize the code a bit ([90fa3e4](https://github.com/visulima/packem/commit/90fa3e4e468a75fe9c764614473119ca6671661c))
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
### Styles
|
|
483
|
+
|
|
484
|
+
* cs fix ([6a77847](https://github.com/visulima/packem/commit/6a778475666bd236eb9dee56797ba969989b99fa))
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
### Code Refactoring
|
|
488
|
+
|
|
489
|
+
* optimize the code a bit ([0960712](https://github.com/visulima/packem/commit/0960712bac282a691bbf7b88c0492cf101d3e812))
|
|
490
|
+
|
|
491
|
+
## @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)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Features
|
|
495
|
+
|
|
496
|
+
* added build time ([5ad7b27](https://github.com/visulima/packem/commit/5ad7b27eedd056dc1ce127ad76bcc03a52fe5d31))
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Miscellaneous Chores
|
|
500
|
+
|
|
501
|
+
* clean up of started node native plugin ([6b67ca9](https://github.com/visulima/packem/commit/6b67ca93299d876893028d80816defa5da27c5f0))
|
|
502
|
+
|
|
1
503
|
## @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)
|
|
2
504
|
|
|
3
505
|
|