@modern-js/plugin-module-banner 2.33.0 → 2.34.0
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/package.json +6 -6
- package/CHANGELOG.md +0 -354
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.
|
|
18
|
+
"version": "2.34.0",
|
|
19
19
|
"types": "./dist/index.d.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"exports": {
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"typescript": "^5",
|
|
33
33
|
"jest": "^29",
|
|
34
34
|
"@swc/helpers": "0.5.1",
|
|
35
|
-
"@modern-js/libuild": "2.
|
|
36
|
-
"@modern-js/module-tools": "2.
|
|
37
|
-
"@scripts/jest-config": "2.
|
|
38
|
-
"@scripts/build": "2.
|
|
35
|
+
"@modern-js/libuild": "2.34.0",
|
|
36
|
+
"@modern-js/module-tools": "2.34.0",
|
|
37
|
+
"@scripts/jest-config": "2.34.0",
|
|
38
|
+
"@scripts/build": "2.34.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@modern-js/module-tools": "^2.
|
|
41
|
+
"@modern-js/module-tools": "^2.34.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependenciesMeta": {
|
|
44
44
|
"@modern-js/module-tools": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,354 +0,0 @@
|
|
|
1
|
-
# @modern-js/plugin-module-banner
|
|
2
|
-
|
|
3
|
-
## 2.33.0
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- @modern-js/module-tools@2.33.0
|
|
8
|
-
|
|
9
|
-
## 2.32.1
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- @modern-js/module-tools@2.32.1
|
|
14
|
-
|
|
15
|
-
## 2.32.0
|
|
16
|
-
|
|
17
|
-
### Patch Changes
|
|
18
|
-
|
|
19
|
-
- Updated dependencies [8d22b87]
|
|
20
|
-
- @modern-js/module-tools@2.32.0
|
|
21
|
-
|
|
22
|
-
## 2.31.2
|
|
23
|
-
|
|
24
|
-
### Patch Changes
|
|
25
|
-
|
|
26
|
-
- @modern-js/module-tools@2.31.2
|
|
27
|
-
|
|
28
|
-
## 2.31.1
|
|
29
|
-
|
|
30
|
-
### Patch Changes
|
|
31
|
-
|
|
32
|
-
- @modern-js/module-tools@2.31.1
|
|
33
|
-
|
|
34
|
-
## 2.31.0
|
|
35
|
-
|
|
36
|
-
### Patch Changes
|
|
37
|
-
|
|
38
|
-
- Updated dependencies [4c03d9a]
|
|
39
|
-
- Updated dependencies [1882366]
|
|
40
|
-
- @modern-js/module-tools@2.31.0
|
|
41
|
-
|
|
42
|
-
## 2.30.0
|
|
43
|
-
|
|
44
|
-
### Patch Changes
|
|
45
|
-
|
|
46
|
-
- Updated dependencies [c03be09]
|
|
47
|
-
- @modern-js/module-tools@2.30.0
|
|
48
|
-
|
|
49
|
-
## 2.29.0
|
|
50
|
-
|
|
51
|
-
### Patch Changes
|
|
52
|
-
|
|
53
|
-
- 0f680ec: chore(deps): bump swc-plugins 0.5.5 and libuild 0.14.3
|
|
54
|
-
|
|
55
|
-
chore(deps): 升级 swc-plugins 0.5.5 和 libuild 0.14.3
|
|
56
|
-
|
|
57
|
-
- Updated dependencies [6993eb6]
|
|
58
|
-
- Updated dependencies [0f680ec]
|
|
59
|
-
- @modern-js/module-tools@2.29.0
|
|
60
|
-
|
|
61
|
-
## 2.28.0
|
|
62
|
-
|
|
63
|
-
### Minor Changes
|
|
64
|
-
|
|
65
|
-
- 118c1c0: chore: upgrade libuild and libuild plugin version to 0.14.1
|
|
66
|
-
chore: 升级 libuild 和 libuild 插件的版本到 0.14.1
|
|
67
|
-
|
|
68
|
-
### Patch Changes
|
|
69
|
-
|
|
70
|
-
- d3e52e4: chore(CI): update build config to improve vitest CI perf
|
|
71
|
-
|
|
72
|
-
chore(CI): 更新构建配置来提升 vitest CI 性能
|
|
73
|
-
|
|
74
|
-
- Updated dependencies [3092f1f]
|
|
75
|
-
- Updated dependencies [118c1c0]
|
|
76
|
-
- Updated dependencies [b7a8c43]
|
|
77
|
-
- Updated dependencies [d3e52e4]
|
|
78
|
-
- @modern-js/module-tools@2.28.0
|
|
79
|
-
|
|
80
|
-
## 2.27.0
|
|
81
|
-
|
|
82
|
-
### Patch Changes
|
|
83
|
-
|
|
84
|
-
- @modern-js/module-tools@2.27.0
|
|
85
|
-
|
|
86
|
-
## 2.26.0
|
|
87
|
-
|
|
88
|
-
### Patch Changes
|
|
89
|
-
|
|
90
|
-
- Updated dependencies [54c484c]
|
|
91
|
-
- Updated dependencies [cc2e3b7]
|
|
92
|
-
- @modern-js/module-tools@2.26.0
|
|
93
|
-
|
|
94
|
-
## 2.25.2
|
|
95
|
-
|
|
96
|
-
### Patch Changes
|
|
97
|
-
|
|
98
|
-
- Updated dependencies [a2a5bcd]
|
|
99
|
-
- @modern-js/module-tools@2.25.2
|
|
100
|
-
|
|
101
|
-
## 2.25.1
|
|
102
|
-
|
|
103
|
-
### Patch Changes
|
|
104
|
-
|
|
105
|
-
- Updated dependencies [273e3cd]
|
|
106
|
-
- @modern-js/module-tools@2.25.1
|
|
107
|
-
|
|
108
|
-
## 2.25.0
|
|
109
|
-
|
|
110
|
-
### Patch Changes
|
|
111
|
-
|
|
112
|
-
- Updated dependencies [9aa2c25]
|
|
113
|
-
- Updated dependencies [d287b7f]
|
|
114
|
-
- @modern-js/module-tools@2.25.0
|
|
115
|
-
|
|
116
|
-
## 2.24.0
|
|
117
|
-
|
|
118
|
-
### Patch Changes
|
|
119
|
-
|
|
120
|
-
- 53ba418: chore: upgrade libuild and libuild plugins version to 0.13.1
|
|
121
|
-
chore: 升级 libuild 和 libuild 插件版本到 0.13.1
|
|
122
|
-
- Updated dependencies [53ba418]
|
|
123
|
-
- Updated dependencies [3b82675]
|
|
124
|
-
- Updated dependencies [7073297]
|
|
125
|
-
- @modern-js/module-tools@2.24.0
|
|
126
|
-
|
|
127
|
-
## 2.23.1
|
|
128
|
-
|
|
129
|
-
### Patch Changes
|
|
130
|
-
|
|
131
|
-
- @modern-js/module-tools@2.23.1
|
|
132
|
-
|
|
133
|
-
## 2.23.0
|
|
134
|
-
|
|
135
|
-
### Patch Changes
|
|
136
|
-
|
|
137
|
-
- 7e6fb5f: chore: publishConfig add provenance config
|
|
138
|
-
|
|
139
|
-
chore: publishConfig 增加 provenance 配置
|
|
140
|
-
|
|
141
|
-
- Updated dependencies [7e6fb5f]
|
|
142
|
-
- Updated dependencies [21b7f86]
|
|
143
|
-
- Updated dependencies [d1ef55f]
|
|
144
|
-
- @modern-js/module-tools@2.23.0
|
|
145
|
-
|
|
146
|
-
## 2.22.1
|
|
147
|
-
|
|
148
|
-
### Patch Changes
|
|
149
|
-
|
|
150
|
-
- @modern-js/module-tools@2.22.1
|
|
151
|
-
|
|
152
|
-
## 2.22.0
|
|
153
|
-
|
|
154
|
-
### Patch Changes
|
|
155
|
-
|
|
156
|
-
- ad49140: chore: adjust output and package.json fields
|
|
157
|
-
chore: 调整包的产物格式以及 packgae.json 里的字段
|
|
158
|
-
- 4b7488c: chore(deps): bump libuild v0.12.4 and swc-plugins v0.3.5
|
|
159
|
-
|
|
160
|
-
chore(deps): 升级 libuild v0.12.4 和 swc-plugins v0.3.5
|
|
161
|
-
|
|
162
|
-
- e2913dd: chore: update module plugin docs and readme
|
|
163
|
-
chore: 更新模块插件的文档和 readme
|
|
164
|
-
- Updated dependencies [d19dc11]
|
|
165
|
-
- Updated dependencies [c890980]
|
|
166
|
-
- Updated dependencies [4b7488c]
|
|
167
|
-
- @modern-js/module-tools@2.22.0
|
|
168
|
-
|
|
169
|
-
## 2.21.1
|
|
170
|
-
|
|
171
|
-
### Patch Changes
|
|
172
|
-
|
|
173
|
-
- @modern-js/module-tools@2.21.1
|
|
174
|
-
|
|
175
|
-
## 2.21.0
|
|
176
|
-
|
|
177
|
-
### Patch Changes
|
|
178
|
-
|
|
179
|
-
- 26dcf3a: chore: bump typescript to v5 in devDependencies
|
|
180
|
-
|
|
181
|
-
chore: 升级 devDependencies 中的 typescript 版本到 v5
|
|
182
|
-
|
|
183
|
-
- Updated dependencies [df43559]
|
|
184
|
-
- Updated dependencies [26dcf3a]
|
|
185
|
-
- Updated dependencies [ad78387]
|
|
186
|
-
- @modern-js/module-tools@2.21.0
|
|
187
|
-
|
|
188
|
-
## 2.20.0
|
|
189
|
-
|
|
190
|
-
### Patch Changes
|
|
191
|
-
|
|
192
|
-
- 6b9d90a: chore: remove @babel/runtime. add @swc/helper and enable `externalHelper` config.
|
|
193
|
-
chore: 移除 @babel/runtime 依赖. 增加 @swc/helpers 依赖并且开启 `externalHelpers` 配置
|
|
194
|
-
- Updated dependencies [6b9d90a]
|
|
195
|
-
- Updated dependencies [6b9d90a]
|
|
196
|
-
- @modern-js/module-tools@2.20.0
|
|
197
|
-
|
|
198
|
-
## 2.19.1
|
|
199
|
-
|
|
200
|
-
### Patch Changes
|
|
201
|
-
|
|
202
|
-
- @modern-js/module-tools@2.19.1
|
|
203
|
-
|
|
204
|
-
## 2.19.0
|
|
205
|
-
|
|
206
|
-
### Patch Changes
|
|
207
|
-
|
|
208
|
-
- @modern-js/module-tools@2.19.0
|
|
209
|
-
|
|
210
|
-
## 2.18.1
|
|
211
|
-
|
|
212
|
-
### Patch Changes
|
|
213
|
-
|
|
214
|
-
- b161968: chore: fix libuild version
|
|
215
|
-
chore: 锁定 libuild 版本号
|
|
216
|
-
- Updated dependencies [cdc9db1]
|
|
217
|
-
- Updated dependencies [b161968]
|
|
218
|
-
- @modern-js/module-tools@2.18.1
|
|
219
|
-
|
|
220
|
-
## 2.18.0
|
|
221
|
-
|
|
222
|
-
### Patch Changes
|
|
223
|
-
|
|
224
|
-
- Updated dependencies [f65d3e8]
|
|
225
|
-
- @modern-js/module-tools@2.18.0
|
|
226
|
-
|
|
227
|
-
## 2.17.1
|
|
228
|
-
|
|
229
|
-
### Patch Changes
|
|
230
|
-
|
|
231
|
-
- @modern-js/module-tools@2.17.1
|
|
232
|
-
|
|
233
|
-
## 2.17.0
|
|
234
|
-
|
|
235
|
-
### Patch Changes
|
|
236
|
-
|
|
237
|
-
- @modern-js/module-tools@2.17.0
|
|
238
|
-
|
|
239
|
-
## 2.16.0
|
|
240
|
-
|
|
241
|
-
### Patch Changes
|
|
242
|
-
|
|
243
|
-
- 4e876ab: chore: package.json include the monorepo-relative directory
|
|
244
|
-
|
|
245
|
-
chore: 在 package.json 中声明 monorepo 的子路径
|
|
246
|
-
|
|
247
|
-
- b06f571: chore: update libuild and libuild plugins version to 0.12.0
|
|
248
|
-
chore: 更新 libuild 和 libuild 插件的版本到 0.12.0
|
|
249
|
-
- Updated dependencies [b06f571]
|
|
250
|
-
- Updated dependencies [acc0a00]
|
|
251
|
-
- Updated dependencies [fd4a8a6]
|
|
252
|
-
- Updated dependencies [4e876ab]
|
|
253
|
-
- Updated dependencies [355d36e]
|
|
254
|
-
- Updated dependencies [b06f571]
|
|
255
|
-
- @modern-js/module-tools@2.16.0
|
|
256
|
-
|
|
257
|
-
## 2.15.0
|
|
258
|
-
|
|
259
|
-
### Patch Changes
|
|
260
|
-
|
|
261
|
-
- @modern-js/module-tools@2.15.0
|
|
262
|
-
|
|
263
|
-
## 2.14.0
|
|
264
|
-
|
|
265
|
-
### Patch Changes
|
|
266
|
-
|
|
267
|
-
- Updated dependencies [f08f3ab]
|
|
268
|
-
- Updated dependencies [432ac8b]
|
|
269
|
-
- @modern-js/module-tools@2.14.0
|
|
270
|
-
|
|
271
|
-
## 2.13.4
|
|
272
|
-
|
|
273
|
-
### Patch Changes
|
|
274
|
-
|
|
275
|
-
- @modern-js/module-tools@2.13.4
|
|
276
|
-
|
|
277
|
-
## 2.13.3
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- Updated dependencies [c20e67d]
|
|
282
|
-
- @modern-js/module-tools@2.13.3
|
|
283
|
-
|
|
284
|
-
## 2.13.2
|
|
285
|
-
|
|
286
|
-
### Patch Changes
|
|
287
|
-
|
|
288
|
-
- @modern-js/module-tools@2.13.2
|
|
289
|
-
|
|
290
|
-
## 2.13.1
|
|
291
|
-
|
|
292
|
-
### Patch Changes
|
|
293
|
-
|
|
294
|
-
- @modern-js/module-tools@2.13.1
|
|
295
|
-
|
|
296
|
-
## 2.13.0
|
|
297
|
-
|
|
298
|
-
### Patch Changes
|
|
299
|
-
|
|
300
|
-
- Updated dependencies [034f36b]
|
|
301
|
-
- Updated dependencies [88faab3]
|
|
302
|
-
- Updated dependencies [034f36b]
|
|
303
|
-
- Updated dependencies [79bc089]
|
|
304
|
-
- @modern-js/module-tools@2.13.0
|
|
305
|
-
|
|
306
|
-
## 2.12.0
|
|
307
|
-
|
|
308
|
-
### Patch Changes
|
|
309
|
-
|
|
310
|
-
- 979b15f: chore: remove to module folder
|
|
311
|
-
chore: 移动至 module 文件夹
|
|
312
|
-
- Updated dependencies [af705fa]
|
|
313
|
-
- Updated dependencies [0baa168]
|
|
314
|
-
- Updated dependencies [1cdb379]
|
|
315
|
-
- Updated dependencies [3936535]
|
|
316
|
-
- Updated dependencies [8a3fbbd]
|
|
317
|
-
- Updated dependencies [8bc2d12]
|
|
318
|
-
- @modern-js/module-tools@2.12.0
|
|
319
|
-
|
|
320
|
-
## 2.11.0
|
|
321
|
-
|
|
322
|
-
### Patch Changes
|
|
323
|
-
|
|
324
|
-
- Updated dependencies [aa0a312]
|
|
325
|
-
- Updated dependencies [6118636]
|
|
326
|
-
- Updated dependencies [f1b2629]
|
|
327
|
-
- @modern-js/module-tools@2.11.0
|
|
328
|
-
|
|
329
|
-
## 2.10.0
|
|
330
|
-
|
|
331
|
-
### Patch Changes
|
|
332
|
-
|
|
333
|
-
- 0da32d0: chore: upgrade jest and puppeteer
|
|
334
|
-
chore: 升级 jest 和 puppeteer 到 latest
|
|
335
|
-
- Updated dependencies [0da32d0]
|
|
336
|
-
- @modern-js/module-tools@2.10.0
|
|
337
|
-
|
|
338
|
-
## 2.9.0
|
|
339
|
-
|
|
340
|
-
### Patch Changes
|
|
341
|
-
|
|
342
|
-
- @modern-js/module-tools@2.9.0
|
|
343
|
-
|
|
344
|
-
## 2.8.0
|
|
345
|
-
|
|
346
|
-
### Minor Changes
|
|
347
|
-
|
|
348
|
-
- 78065ba1ad: feat: add banner and plugin-import
|
|
349
|
-
feat: 谈价 banner 插件和 import 插件
|
|
350
|
-
|
|
351
|
-
### Patch Changes
|
|
352
|
-
|
|
353
|
-
- Updated dependencies [adf68ec3ed]
|
|
354
|
-
- @modern-js/module-tools@2.8.0
|