@modern-js/types 2.32.2-alpha.1 → 2.33.1
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 +3 -3
- package/CHANGELOG.md +0 -987
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.
|
|
18
|
+
"version": "2.33.1",
|
|
19
19
|
"types": "./index.d.ts",
|
|
20
20
|
"exports": {
|
|
21
21
|
".": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"http-proxy-middleware": "^2.0.4",
|
|
46
46
|
"jest": "^29",
|
|
47
47
|
"type-fest": "2.15.0",
|
|
48
|
-
"@scripts/
|
|
49
|
-
"@scripts/
|
|
48
|
+
"@scripts/jest-config": "2.33.1",
|
|
49
|
+
"@scripts/build": "2.33.1"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|
|
52
52
|
"publishConfig": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,987 +0,0 @@
|
|
|
1
|
-
# @modern-js/types
|
|
2
|
-
|
|
3
|
-
## 2.32.2-alpha.0
|
|
4
|
-
|
|
5
|
-
## 2.32.1
|
|
6
|
-
|
|
7
|
-
### Patch Changes
|
|
8
|
-
|
|
9
|
-
- 90e053a: feat(app-tools): add comments for configurations and functions
|
|
10
|
-
|
|
11
|
-
feat(app-tools): 为配置和函数添加 comments 说明
|
|
12
|
-
|
|
13
|
-
## 2.32.0
|
|
14
|
-
|
|
15
|
-
### Minor Changes
|
|
16
|
-
|
|
17
|
-
- 4323e68: feat: support client-data file
|
|
18
|
-
feat: 支持 client-data 文件
|
|
19
|
-
|
|
20
|
-
### Patch Changes
|
|
21
|
-
|
|
22
|
-
- 6076166: fix: packaging errors found by publint
|
|
23
|
-
|
|
24
|
-
fix: 修复 publint 检测到的 packaging 问题
|
|
25
|
-
|
|
26
|
-
## 2.31.2
|
|
27
|
-
|
|
28
|
-
## 2.31.1
|
|
29
|
-
|
|
30
|
-
## 2.31.0
|
|
31
|
-
|
|
32
|
-
## 2.30.0
|
|
33
|
-
|
|
34
|
-
### Minor Changes
|
|
35
|
-
|
|
36
|
-
- a5ee81a: feat(server): add new server hooks `beforeServerInit` & `afterServerInit`
|
|
37
|
-
feat(server): 添加新的服务端钩子 `beforeServerInit` & `afterServerInit`
|
|
38
|
-
|
|
39
|
-
### Patch Changes
|
|
40
|
-
|
|
41
|
-
- b6ab299: fix(prod-server): remove req bodyParser, let uesr parses body by themself.
|
|
42
|
-
fix(prod-server): 移除 req bodyParser, 让用户自行解析 body
|
|
43
|
-
|
|
44
|
-
## 2.29.0
|
|
45
|
-
|
|
46
|
-
### Minor Changes
|
|
47
|
-
|
|
48
|
-
- cba7675: feat: add a server reporter that report server cost, logger about error, info etc.
|
|
49
|
-
feat: 添加一个 server 端 reporter,来报告 server 端耗时,报错等
|
|
50
|
-
|
|
51
|
-
## 2.28.0
|
|
52
|
-
|
|
53
|
-
### Patch Changes
|
|
54
|
-
|
|
55
|
-
- 4e3ce96: fix: fix type for NestedRoute
|
|
56
|
-
fix: 修复 NestedRoute 的类型
|
|
57
|
-
|
|
58
|
-
## 2.27.0
|
|
59
|
-
|
|
60
|
-
## 2.26.0
|
|
61
|
-
|
|
62
|
-
## 2.25.2
|
|
63
|
-
|
|
64
|
-
## 2.25.1
|
|
65
|
-
|
|
66
|
-
## 2.25.0
|
|
67
|
-
|
|
68
|
-
### Minor Changes
|
|
69
|
-
|
|
70
|
-
- 2491875: feat(prod-server): get body from request when ssr mode
|
|
71
|
-
feat(prod-server): 开启 ssr 时从 request 获取 body
|
|
72
|
-
|
|
73
|
-
## 2.24.0
|
|
74
|
-
|
|
75
|
-
### Patch Changes
|
|
76
|
-
|
|
77
|
-
- c882fbd: feat: support config main entry name
|
|
78
|
-
|
|
79
|
-
feat: 支持配置主入口名称
|
|
80
|
-
|
|
81
|
-
## 2.23.1
|
|
82
|
-
|
|
83
|
-
## 2.23.0
|
|
84
|
-
|
|
85
|
-
### Patch Changes
|
|
86
|
-
|
|
87
|
-
- 7e6fb5f: chore: publishConfig add provenance config
|
|
88
|
-
|
|
89
|
-
chore: publishConfig 增加 provenance 配置
|
|
90
|
-
|
|
91
|
-
## 2.22.1
|
|
92
|
-
|
|
93
|
-
### Patch Changes
|
|
94
|
-
|
|
95
|
-
- 25b490a: fix: add missing type definitions
|
|
96
|
-
fix: 添加遗漏的类型定义
|
|
97
|
-
|
|
98
|
-
## 2.22.0
|
|
99
|
-
|
|
100
|
-
## 2.21.1
|
|
101
|
-
|
|
102
|
-
## 2.21.0
|
|
103
|
-
|
|
104
|
-
### Patch Changes
|
|
105
|
-
|
|
106
|
-
- 1ef03dc: feat(dev-server): enable gzip compression, add devServer.compress config
|
|
107
|
-
|
|
108
|
-
feat(dev-server): 默认启用 gzip 压缩,新增 devServer.compress 配置项
|
|
109
|
-
|
|
110
|
-
- 43b4e83: feat: support security.nonce for add nonce attribute on script tag
|
|
111
|
-
feat: 支持 security.nonce 配置,为 script 标签添加 nonce 属性
|
|
112
|
-
- ad78387: chore(deps): bump babel-related dependencies to latest version
|
|
113
|
-
|
|
114
|
-
chore(deps): 升级 babel 相关依赖到最新版本
|
|
115
|
-
|
|
116
|
-
## 2.20.0
|
|
117
|
-
|
|
118
|
-
### Minor Changes
|
|
119
|
-
|
|
120
|
-
- 5f055ab: feat(app-tools): route.json add `isStream` field.
|
|
121
|
-
feat(app-tools): route.json 添加 `isStream` 字段.
|
|
122
|
-
|
|
123
|
-
## 2.19.1
|
|
124
|
-
|
|
125
|
-
## 2.19.0
|
|
126
|
-
|
|
127
|
-
## 2.18.1
|
|
128
|
-
|
|
129
|
-
## 2.18.0
|
|
130
|
-
|
|
131
|
-
## 2.17.1
|
|
132
|
-
|
|
133
|
-
## 2.17.0
|
|
134
|
-
|
|
135
|
-
## 2.16.0
|
|
136
|
-
|
|
137
|
-
### Patch Changes
|
|
138
|
-
|
|
139
|
-
- 4e876ab: chore: package.json include the monorepo-relative directory
|
|
140
|
-
|
|
141
|
-
chore: 在 package.json 中声明 monorepo 的子路径
|
|
142
|
-
|
|
143
|
-
## 2.15.0
|
|
144
|
-
|
|
145
|
-
## 2.14.0
|
|
146
|
-
|
|
147
|
-
### Patch Changes
|
|
148
|
-
|
|
149
|
-
- 52d0cb1: feat: support config handle of Route
|
|
150
|
-
feat: 支持配置 Route 的 handle 属性
|
|
151
|
-
|
|
152
|
-
## 2.13.4
|
|
153
|
-
|
|
154
|
-
## 2.13.3
|
|
155
|
-
|
|
156
|
-
## 2.13.2
|
|
157
|
-
|
|
158
|
-
## 2.13.1
|
|
159
|
-
|
|
160
|
-
## 2.13.0
|
|
161
|
-
|
|
162
|
-
## 2.12.0
|
|
163
|
-
|
|
164
|
-
## 2.11.0
|
|
165
|
-
|
|
166
|
-
## 2.10.0
|
|
167
|
-
|
|
168
|
-
### Patch Changes
|
|
169
|
-
|
|
170
|
-
- 3e0bd50: feat: when enable bff handle render, support use `useContext` to get framework plugin context in data loader.
|
|
171
|
-
feat: 当开启 BFF 托管渲染时,支持在 data loader 中使用 `useContext` 获取框架插件提供的上下文。
|
|
172
|
-
- 92d247f: fix: support tools.devServer.header include string[] type, remove get & delete & apply api in hook or middleware api
|
|
173
|
-
fix: 支持 tools.devServer.header 包含字符串数组类型,移除 Hook 和 Middleware 中对 响应 Cookie 的获取、删除操作
|
|
174
|
-
- 0da32d0: chore: upgrade jest and puppeteer
|
|
175
|
-
chore: 升级 jest 和 puppeteer 到 latest
|
|
176
|
-
- 0d9962b: fix: add types field in package.json
|
|
177
|
-
fix: 添加 package.json 中的 types 字段
|
|
178
|
-
|
|
179
|
-
## 2.9.0
|
|
180
|
-
|
|
181
|
-
## 2.8.0
|
|
182
|
-
|
|
183
|
-
### Patch Changes
|
|
184
|
-
|
|
185
|
-
- 70d82e1408: fix: use mock host instead real url host for url parse, for new URL not support ipv6, and we only need parse url path & search
|
|
186
|
-
fix: 使用虚拟的域名代替真实的主机名,因为 new URL 不支持解析 ipv6 的域名,并且我们只需要解析 url 的路径和查询字符串
|
|
187
|
-
- 1f6ca2c7fb: fix: nested routes in ssg
|
|
188
|
-
fix: 修复嵌套路由在 SSG 中的问题
|
|
189
|
-
|
|
190
|
-
## 2.7.0
|
|
191
|
-
|
|
192
|
-
### Minor Changes
|
|
193
|
-
|
|
194
|
-
- dcad887024: feat: support deferred data for streaming ssr
|
|
195
|
-
feat: 流式渲染支持 deferred data
|
|
196
|
-
- 84bfb439b8: feat: support custom apiDir, lambdaDir and style of writing for bff
|
|
197
|
-
feat: 支持定制 api 目录,lambda 目录,bff 的写法
|
|
198
|
-
|
|
199
|
-
## 2.6.0
|
|
200
|
-
|
|
201
|
-
### Patch Changes
|
|
202
|
-
|
|
203
|
-
- 49fa0b1: fix: remove header info from SSR ctx to avoid security issues, reserved a switch
|
|
204
|
-
fix: 移除 SSR 上下文中的 header 信息,避免造成安全问题,预留一个字段开启
|
|
205
|
-
- 62930b9: fix: support configure host for devServer
|
|
206
|
-
fix: 支持配置 devServer 的 host
|
|
207
|
-
|
|
208
|
-
## 2.5.0
|
|
209
|
-
|
|
210
|
-
### Patch Changes
|
|
211
|
-
|
|
212
|
-
- 7cb8bb4: fix: use a more correctly params to cal document file
|
|
213
|
-
|
|
214
|
-
fix: 使用更准确的参数去获取 docuemnt 文件
|
|
215
|
-
|
|
216
|
-
## 2.4.0
|
|
217
|
-
|
|
218
|
-
## 2.3.0
|
|
219
|
-
|
|
220
|
-
## 2.2.0
|
|
221
|
-
|
|
222
|
-
### Patch Changes
|
|
223
|
-
|
|
224
|
-
- 19bb384: fix: when a child route does not exist, an empty layout should not be created
|
|
225
|
-
fix: 子路由不存在时,不应该创建空的 layout
|
|
226
|
-
|
|
227
|
-
## 2.1.0
|
|
228
|
-
|
|
229
|
-
## 2.0.2
|
|
230
|
-
|
|
231
|
-
### Patch Changes
|
|
232
|
-
|
|
233
|
-
- 39988b2: feat: advance the timing of static resource loading
|
|
234
|
-
feat: 将嵌套路由下静态资源加载时机提前
|
|
235
|
-
|
|
236
|
-
## 2.0.1
|
|
237
|
-
|
|
238
|
-
## 2.0.0
|
|
239
|
-
|
|
240
|
-
### Major Changes
|
|
241
|
-
|
|
242
|
-
- dda38c9c3e: chore: v2
|
|
243
|
-
|
|
244
|
-
### Patch Changes
|
|
245
|
-
|
|
246
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
247
|
-
|
|
248
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
249
|
-
|
|
250
|
-
- 8b8e1bb571: feat: support nested routes
|
|
251
|
-
feat: 支持嵌套路由
|
|
252
|
-
|
|
253
|
-
## 2.0.0-beta.7
|
|
254
|
-
|
|
255
|
-
### Major Changes
|
|
256
|
-
|
|
257
|
-
- dda38c9c3e: chore: v2
|
|
258
|
-
|
|
259
|
-
### Patch Changes
|
|
260
|
-
|
|
261
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
262
|
-
|
|
263
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
264
|
-
|
|
265
|
-
- 8b8e1bb571: feat: support nested routes
|
|
266
|
-
feat: 支持嵌套路由
|
|
267
|
-
|
|
268
|
-
## 2.0.0-beta.6
|
|
269
|
-
|
|
270
|
-
### Major Changes
|
|
271
|
-
|
|
272
|
-
- dda38c9c3e: chore: v2
|
|
273
|
-
|
|
274
|
-
### Patch Changes
|
|
275
|
-
|
|
276
|
-
- 7879e8f711: refactor: remove enableModernMode config
|
|
277
|
-
|
|
278
|
-
refactor: 不再支持 enableModernMode 配置项
|
|
279
|
-
|
|
280
|
-
- 2e6031955e: fix: some optimizations for router and loader
|
|
281
|
-
fix: 一些 router 和 loader 的优化
|
|
282
|
-
q
|
|
283
|
-
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core`
|
|
284
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
285
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
286
|
-
|
|
287
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
288
|
-
|
|
289
|
-
- 40ed5874c6: feat: inject css chunk into html for streaming ssr
|
|
290
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
291
|
-
- 87c1ff86b9: feat(app-tools): attach builder instance to appContext
|
|
292
|
-
|
|
293
|
-
feat(app-tools): 将 builder 实例挂载到 appContext 上
|
|
294
|
-
|
|
295
|
-
- 102d32e4ba: feat(server): add `req` and `res` to SSR context
|
|
296
|
-
|
|
297
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
298
|
-
|
|
299
|
-
- 8b8e1bb571: feat: support nested routes
|
|
300
|
-
feat: 支持嵌套路由
|
|
301
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
302
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
303
|
-
|
|
304
|
-
## 2.0.0-beta.4
|
|
305
|
-
|
|
306
|
-
### Major Changes
|
|
307
|
-
|
|
308
|
-
- dda38c9c3e: chore: v2
|
|
309
|
-
|
|
310
|
-
### Patch Changes
|
|
311
|
-
|
|
312
|
-
- 7879e8f: refactor: remove enableModernMode config
|
|
313
|
-
|
|
314
|
-
refactor: 不再支持 enableModernMode 配置项
|
|
315
|
-
|
|
316
|
-
- 2e6031955e: fix: some optimizations for router and loader
|
|
317
|
-
fix: 一些 router 和 loader 的优化
|
|
318
|
-
q
|
|
319
|
-
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core`
|
|
320
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
321
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
322
|
-
|
|
323
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
324
|
-
|
|
325
|
-
- 40ed5874c6: feat: inject css chunk into html for streaming ssr
|
|
326
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
327
|
-
- 87c1ff86b9: feat(app-tools): attach builder instance to appContext
|
|
328
|
-
|
|
329
|
-
feat(app-tools): 将 builder 实例挂载到 appContext 上
|
|
330
|
-
|
|
331
|
-
- 102d32e4ba: feat(server): add `req` and `res` to SSR context
|
|
332
|
-
|
|
333
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
334
|
-
|
|
335
|
-
- 8b8e1bb571: feat: support nested routes
|
|
336
|
-
feat: 支持嵌套路由
|
|
337
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
338
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
339
|
-
|
|
340
|
-
## 2.0.0-beta.3
|
|
341
|
-
|
|
342
|
-
### Major Changes
|
|
343
|
-
|
|
344
|
-
- dda38c9c3e: chore: v2
|
|
345
|
-
|
|
346
|
-
### Patch Changes
|
|
347
|
-
|
|
348
|
-
- 2e60319: fix: some optimizations for router and loader
|
|
349
|
-
fix: 一些 router 和 loader 的优化
|
|
350
|
-
q
|
|
351
|
-
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core`
|
|
352
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
353
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
354
|
-
|
|
355
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
356
|
-
|
|
357
|
-
- 40ed5874c6: feat: inject css chunk into html for streaming ssr
|
|
358
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
359
|
-
- 87c1ff86b9: feat(app-tools): attach builder instance to appContext
|
|
360
|
-
|
|
361
|
-
feat(app-tools): 将 builder 实例挂载到 appContext 上
|
|
362
|
-
|
|
363
|
-
- 102d32e4ba: feat(server): add `req` and `res` to SSR context
|
|
364
|
-
|
|
365
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
366
|
-
|
|
367
|
-
- 8b8e1bb571: feat: support nested routes
|
|
368
|
-
feat: 支持嵌套路由
|
|
369
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
370
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
371
|
-
|
|
372
|
-
## 2.0.0-beta.2
|
|
373
|
-
|
|
374
|
-
### Major Changes
|
|
375
|
-
|
|
376
|
-
- dda38c9c3e: chore: v2
|
|
377
|
-
|
|
378
|
-
### Patch Changes
|
|
379
|
-
|
|
380
|
-
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core`
|
|
381
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
382
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
383
|
-
|
|
384
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
385
|
-
|
|
386
|
-
- 40ed587: feat: inject css chunk into html for streaming ssr
|
|
387
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
388
|
-
- 87c1ff8: feat(app-tools): attach builder instance to appContext
|
|
389
|
-
|
|
390
|
-
feat(app-tools): 将 builder 实例挂载到 appContext 上
|
|
391
|
-
|
|
392
|
-
- 102d32e4ba: feat(server): add `req` and `res` to SSR context
|
|
393
|
-
|
|
394
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
395
|
-
|
|
396
|
-
- 8b8e1bb571: feat: support nested routes
|
|
397
|
-
feat: 支持嵌套路由
|
|
398
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
399
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
400
|
-
|
|
401
|
-
## 2.0.0-beta.1
|
|
402
|
-
|
|
403
|
-
### Major Changes
|
|
404
|
-
|
|
405
|
-
- dda38c9: chore: v2
|
|
406
|
-
|
|
407
|
-
### Patch Changes
|
|
408
|
-
|
|
409
|
-
- cc971eabfc: refactor: move server plugin load logic in `@modern-js/core`
|
|
410
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
411
|
-
- 6bda14ed71: feat: refactor router with react-router@6.4
|
|
412
|
-
|
|
413
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
414
|
-
|
|
415
|
-
- 40ed587: feat: inject css chunk into html for streaming ssr
|
|
416
|
-
feat: streaming ssr 返回的 html 注入 css chunk
|
|
417
|
-
- 87c1ff8: feat(app-tools): attach builder instance to appContext
|
|
418
|
-
|
|
419
|
-
feat(app-tools): 将 builder 实例挂载到 appContext 上
|
|
420
|
-
|
|
421
|
-
- 102d32e4ba: feat(server): add `req` and `res` to SSR context
|
|
422
|
-
|
|
423
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
424
|
-
|
|
425
|
-
- 8b8e1bb571: feat: support nested routes
|
|
426
|
-
feat: 支持嵌套路由
|
|
427
|
-
- 3bbea92b2a: feat: support Hook、Middleware new API
|
|
428
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
429
|
-
|
|
430
|
-
## 2.0.0-beta.0
|
|
431
|
-
|
|
432
|
-
### Major Changes
|
|
433
|
-
|
|
434
|
-
- dda38c9: chore: v2
|
|
435
|
-
|
|
436
|
-
### Patch Changes
|
|
437
|
-
|
|
438
|
-
- cc971eabf: refactor: move server plugin load logic in `@modern-js/core`
|
|
439
|
-
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑
|
|
440
|
-
- 6bda14ed7: feat: refactor router with react-router@6.4
|
|
441
|
-
|
|
442
|
-
feat: 使用 react-router@6.4 重构路由模块
|
|
443
|
-
|
|
444
|
-
- 102d32e4b: feat(server): add `req` and `res` to SSR context
|
|
445
|
-
|
|
446
|
-
feat(server): 添加 `req` 和 `res` 到 SSR context 中
|
|
447
|
-
|
|
448
|
-
- 8b8e1bb57: feat: support nested routes
|
|
449
|
-
feat: 支持嵌套路由
|
|
450
|
-
- 3bbea92b2: feat: support Hook、Middleware new API
|
|
451
|
-
feat: 支持 Hook、Middleware 的新 API
|
|
452
|
-
|
|
453
|
-
## 1.21.2
|
|
454
|
-
|
|
455
|
-
## 1.21.1
|
|
456
|
-
|
|
457
|
-
## 1.21.0
|
|
458
|
-
|
|
459
|
-
### Patch Changes
|
|
460
|
-
|
|
461
|
-
- f51c59a: feat: remove node internal package like fs or path which import by ssr runtime
|
|
462
|
-
feat: 删除在 ssr runtime 中引用的 node 内部包
|
|
463
|
-
|
|
464
|
-
## 1.20.1
|
|
465
|
-
|
|
466
|
-
## 1.20.0
|
|
467
|
-
|
|
468
|
-
### Patch Changes
|
|
469
|
-
|
|
470
|
-
- 66e4817: feat: support devServer.historyApiFallback
|
|
471
|
-
|
|
472
|
-
feat: 支持 devServer.historyApiFallback 配置项
|
|
473
|
-
|
|
474
|
-
## 1.19.0
|
|
475
|
-
|
|
476
|
-
## 1.18.1
|
|
477
|
-
|
|
478
|
-
### Patch Changes
|
|
479
|
-
|
|
480
|
-
- 318e149: fix: tools.devServer type missing some properties
|
|
481
|
-
|
|
482
|
-
fix: 修复 tools.devServer 类型定义不完整的问题
|
|
483
|
-
|
|
484
|
-
- 60d95ad: fix: dev server config should be optional
|
|
485
|
-
fix: devServer 配置项应该是可选配置的
|
|
486
|
-
|
|
487
|
-
## 1.18.0
|
|
488
|
-
|
|
489
|
-
## 1.17.0
|
|
490
|
-
|
|
491
|
-
## 1.16.0
|
|
492
|
-
|
|
493
|
-
### Minor Changes
|
|
494
|
-
|
|
495
|
-
- 1100dd58c: chore: support react 18
|
|
496
|
-
|
|
497
|
-
chore: 支持 React 18
|
|
498
|
-
|
|
499
|
-
## 1.15.0
|
|
500
|
-
|
|
501
|
-
### Patch Changes
|
|
502
|
-
|
|
503
|
-
- ad05af9: fix: bff.proxy and devServer.proxy types
|
|
504
|
-
|
|
505
|
-
fix: 修复 bff.proxy 和 devServer.proxy 类型定义不完整的问题
|
|
506
|
-
|
|
507
|
-
## 1.6.2
|
|
508
|
-
|
|
509
|
-
### Patch Changes
|
|
510
|
-
|
|
511
|
-
- c423820: fix: missing devServer.proxy.cookieDomainRewrite type
|
|
512
|
-
|
|
513
|
-
fix: 修复 devServer.proxy.cookieDomainRewrite 类型缺失的问题
|
|
514
|
-
|
|
515
|
-
## 1.6.1
|
|
516
|
-
|
|
517
|
-
### Patch Changes
|
|
518
|
-
|
|
519
|
-
- 44e3bb1: feat: support response headers
|
|
520
|
-
feat: 支持设置响应头
|
|
521
|
-
|
|
522
|
-
## 1.6.0
|
|
523
|
-
|
|
524
|
-
### Minor Changes
|
|
525
|
-
|
|
526
|
-
- 33cebd2: chore(core): move Hooks types define to `@modern-js/core`
|
|
527
|
-
|
|
528
|
-
chore(core): 移动 Hooks 类型定义到 `@modern-js/core` 包
|
|
529
|
-
|
|
530
|
-
- 33cebd2: chore(types): delete `http-proxy-middleware` dependence(unused)
|
|
531
|
-
|
|
532
|
-
chore(types): 删除未使用依赖 `http-proxy-middleware`
|
|
533
|
-
|
|
534
|
-
## 1.5.6
|
|
535
|
-
|
|
536
|
-
### Patch Changes
|
|
537
|
-
|
|
538
|
-
- efab847: use client init data first if exist
|
|
539
|
-
- Updated dependencies [5b7a5a7]
|
|
540
|
-
- @modern-js/plugin@1.4.2
|
|
541
|
-
|
|
542
|
-
## 1.5.5
|
|
543
|
-
|
|
544
|
-
### Patch Changes
|
|
545
|
-
|
|
546
|
-
- 2dacc89: support set header & status in render
|
|
547
|
-
- Updated dependencies [f29e9ba]
|
|
548
|
-
- @modern-js/plugin@1.4.0
|
|
549
|
-
|
|
550
|
-
## 1.5.4
|
|
551
|
-
|
|
552
|
-
### Patch Changes
|
|
553
|
-
|
|
554
|
-
- 192dbc78: adjust ssr types
|
|
555
|
-
|
|
556
|
-
## 1.5.3
|
|
557
|
-
|
|
558
|
-
### Patch Changes
|
|
559
|
-
|
|
560
|
-
- d32f35134: chore: add modern/jest/eslint/ts config files to .npmignore
|
|
561
|
-
- Updated dependencies [d5913bd96]
|
|
562
|
-
- Updated dependencies [d32f35134]
|
|
563
|
-
- @modern-js/plugin@1.3.4
|
|
564
|
-
|
|
565
|
-
## 1.5.2
|
|
566
|
-
|
|
567
|
-
### Patch Changes
|
|
568
|
-
|
|
569
|
-
- a4c5fe78: fix test case
|
|
570
|
-
- 6fa74d5f: add internal metrics and logger
|
|
571
|
-
|
|
572
|
-
## 1.5.1
|
|
573
|
-
|
|
574
|
-
### Patch Changes
|
|
575
|
-
|
|
576
|
-
- 3d1fac2a: chore: app-tools no longer depend on webpack
|
|
577
|
-
|
|
578
|
-
## 1.5.0
|
|
579
|
-
|
|
580
|
-
### Minor Changes
|
|
581
|
-
|
|
582
|
-
- 3bf4f8b0: feat: support start api server only
|
|
583
|
-
|
|
584
|
-
### Patch Changes
|
|
585
|
-
|
|
586
|
-
- 6cffe99d: chore:
|
|
587
|
-
remove react eslint rules for `modern-js` rule set.
|
|
588
|
-
add .eslintrc for each package to speed up linting
|
|
589
|
-
- 60f7d8bf: feat: add tests dir to npmignore
|
|
590
|
-
- Updated dependencies [6cffe99d]
|
|
591
|
-
- Updated dependencies [60f7d8bf]
|
|
592
|
-
- @modern-js/plugin@1.3.3
|
|
593
|
-
|
|
594
|
-
## 1.4.0
|
|
595
|
-
|
|
596
|
-
### Minor Changes
|
|
597
|
-
|
|
598
|
-
- d2d1d6b2: feat: support server config
|
|
599
|
-
|
|
600
|
-
## 1.3.6
|
|
601
|
-
|
|
602
|
-
### Patch Changes
|
|
603
|
-
|
|
604
|
-
- 132f7b53: feat: move config declarations to @modern-js/core
|
|
605
|
-
|
|
606
|
-
## 1.3.5
|
|
607
|
-
|
|
608
|
-
### Patch Changes
|
|
609
|
-
|
|
610
|
-
- d95f28c3: should enable babel register before server plugin require
|
|
611
|
-
- Updated dependencies [80d8ddfe]
|
|
612
|
-
- Updated dependencies [491145e3]
|
|
613
|
-
- @modern-js/plugin@1.3.0
|
|
614
|
-
|
|
615
|
-
## 1.3.4
|
|
616
|
-
|
|
617
|
-
### Patch Changes
|
|
618
|
-
|
|
619
|
-
- 4499a674: feat: support to pass options to plugins
|
|
620
|
-
- e37ea5b2: feat: add afterMonorepoDeploy hook
|
|
621
|
-
|
|
622
|
-
## 1.3.3
|
|
623
|
-
|
|
624
|
-
### Patch Changes
|
|
625
|
-
|
|
626
|
-
- deeaa602: support svg/proxy/multi-version in unbundled
|
|
627
|
-
|
|
628
|
-
## 1.3.2
|
|
629
|
-
|
|
630
|
-
### Patch Changes
|
|
631
|
-
|
|
632
|
-
- 6891e4c2: add addDefineTypes define
|
|
633
|
-
|
|
634
|
-
## 1.3.1
|
|
635
|
-
|
|
636
|
-
### Patch Changes
|
|
637
|
-
|
|
638
|
-
- 78279953: compiler entry bug fix and dev build console
|
|
639
|
-
- 4d72edea: support dev compiler by entry
|
|
640
|
-
|
|
641
|
-
## 1.3.0
|
|
642
|
-
|
|
643
|
-
### Minor Changes
|
|
644
|
-
|
|
645
|
-
- ec4dbffb: feat: support as a pure api service
|
|
646
|
-
|
|
647
|
-
### Patch Changes
|
|
648
|
-
|
|
649
|
-
- 816fd721: support more server context
|
|
650
|
-
- bfbea9a7: support multi base url and dynamic base url
|
|
651
|
-
- 24f616ca: feat: support custom meta info
|
|
652
|
-
- 272cab15: refactor server plugin manager
|
|
653
|
-
|
|
654
|
-
## 1.2.1
|
|
655
|
-
|
|
656
|
-
### Patch Changes
|
|
657
|
-
|
|
658
|
-
- 83166714: change .npmignore
|
|
659
|
-
- b7c48198: feat: add beforeGenerateRoutes hook
|
|
660
|
-
- Updated dependencies [83166714]
|
|
661
|
-
- @modern-js/plugin@1.2.1
|
|
662
|
-
|
|
663
|
-
## 1.2.0
|
|
664
|
-
|
|
665
|
-
### Minor Changes
|
|
666
|
-
|
|
667
|
-
- cfe11628: Make Modern.js self bootstraping
|
|
668
|
-
|
|
669
|
-
### Patch Changes
|
|
670
|
-
|
|
671
|
-
- e2464fe5: add more server types
|
|
672
|
-
- Updated dependencies [cfe11628]
|
|
673
|
-
- @modern-js/plugin@1.2.0
|
|
674
|
-
|
|
675
|
-
## 1.1.5
|
|
676
|
-
|
|
677
|
-
### Patch Changes
|
|
678
|
-
|
|
679
|
-
- e51b1db3: feat: support custom sdk, interceptor, headers for bff request
|
|
680
|
-
|
|
681
|
-
## 1.1.4
|
|
682
|
-
|
|
683
|
-
### Patch Changes
|
|
684
|
-
|
|
685
|
-
- e04914ce: add route types, fix metrics types
|
|
686
|
-
- e04914ce: add route types, fix metrics types
|
|
687
|
-
|
|
688
|
-
## 1.1.3
|
|
689
|
-
|
|
690
|
-
### Patch Changes
|
|
691
|
-
|
|
692
|
-
- d73ff455: support multi process product
|
|
693
|
-
- d73ff455: support multi process product
|
|
694
|
-
- d73ff455: support multi process product
|
|
695
|
-
- d73ff455: support multi process product
|
|
696
|
-
- d73ff455: support multi process product
|
|
697
|
-
|
|
698
|
-
## 1.1.2
|
|
699
|
-
|
|
700
|
-
### Patch Changes
|
|
701
|
-
|
|
702
|
-
- 0fa83663: support more .env files
|
|
703
|
-
- Updated dependencies [0fa83663]
|
|
704
|
-
- @modern-js/plugin@1.1.2
|
|
705
|
-
|
|
706
|
-
## 1.1.1
|
|
707
|
-
|
|
708
|
-
### Patch Changes
|
|
709
|
-
|
|
710
|
-
- c0fc0700: feat: support deploy plugin
|
|
711
|
-
- Updated dependencies [6ffd1a50]
|
|
712
|
-
- @modern-js/plugin@1.1.1
|
|
713
|
-
|
|
714
|
-
## 1.1.0
|
|
715
|
-
|
|
716
|
-
### Minor Changes
|
|
717
|
-
|
|
718
|
-
- 96119db2: Relese v1.1.0
|
|
719
|
-
|
|
720
|
-
### Patch Changes
|
|
721
|
-
|
|
722
|
-
- Updated dependencies [96119db2]
|
|
723
|
-
- @modern-js/plugin@1.1.0
|
|
724
|
-
|
|
725
|
-
## 1.0.0
|
|
726
|
-
|
|
727
|
-
### Patch Changes
|
|
728
|
-
|
|
729
|
-
- 224f7fe: fix server route match
|
|
730
|
-
- 30ac27c: feat: add generator package description
|
|
731
|
-
- 0fd196e: feat: fix bugs
|
|
732
|
-
- 204c626: feat: initial
|
|
733
|
-
- 63be0a5: fix: #118 #104
|
|
734
|
-
- Updated dependencies [224f7fe]
|
|
735
|
-
- Updated dependencies [30ac27c]
|
|
736
|
-
- Updated dependencies [0fd196e]
|
|
737
|
-
- Updated dependencies [204c626]
|
|
738
|
-
- Updated dependencies [63be0a5]
|
|
739
|
-
- @modern-js/plugin@1.0.0
|
|
740
|
-
|
|
741
|
-
## 1.0.0-rc.23
|
|
742
|
-
|
|
743
|
-
### Patch Changes
|
|
744
|
-
|
|
745
|
-
- 224f7fe: fix server route match
|
|
746
|
-
- 30ac27c: feat: add generator package description
|
|
747
|
-
- 0fd196e: feat: fix bugs
|
|
748
|
-
- 204c626: feat: initial
|
|
749
|
-
- 63be0a5: fix: #118 #104
|
|
750
|
-
- Updated dependencies [224f7fe]
|
|
751
|
-
- Updated dependencies [30ac27c]
|
|
752
|
-
- Updated dependencies [0fd196e]
|
|
753
|
-
- Updated dependencies [204c626]
|
|
754
|
-
- Updated dependencies [63be0a5]
|
|
755
|
-
- @modern-js/plugin@1.0.0-rc.23
|
|
756
|
-
|
|
757
|
-
## 1.0.0-rc.22
|
|
758
|
-
|
|
759
|
-
### Patch Changes
|
|
760
|
-
|
|
761
|
-
- 224f7fe: fix server route match
|
|
762
|
-
- 30ac27c: feat: add generator package description
|
|
763
|
-
- 0fd196e: feat: fix bugs
|
|
764
|
-
- 204c626: feat: initial
|
|
765
|
-
- 63be0a5: fix: #118 #104
|
|
766
|
-
- Updated dependencies [224f7fe]
|
|
767
|
-
- Updated dependencies [30ac27c]
|
|
768
|
-
- Updated dependencies [0fd196e]
|
|
769
|
-
- Updated dependencies [204c626]
|
|
770
|
-
- Updated dependencies [63be0a5]
|
|
771
|
-
- @modern-js/plugin@1.0.0-rc.22
|
|
772
|
-
|
|
773
|
-
## 1.0.0-rc.21
|
|
774
|
-
|
|
775
|
-
### Patch Changes
|
|
776
|
-
|
|
777
|
-
- 224f7fe: fix server route match
|
|
778
|
-
- 30ac27c: feat: add generator package description
|
|
779
|
-
- 0fd196e: feat: fix bugs
|
|
780
|
-
- 204c626: feat: initial
|
|
781
|
-
- 63be0a5: fix: #118 #104
|
|
782
|
-
- Updated dependencies [224f7fe]
|
|
783
|
-
- Updated dependencies [30ac27c]
|
|
784
|
-
- Updated dependencies [0fd196e]
|
|
785
|
-
- Updated dependencies [204c626]
|
|
786
|
-
- Updated dependencies [63be0a5]
|
|
787
|
-
- @modern-js/plugin@1.0.0-rc.21
|
|
788
|
-
|
|
789
|
-
## 1.0.0-rc.20
|
|
790
|
-
|
|
791
|
-
### Patch Changes
|
|
792
|
-
|
|
793
|
-
- 224f7fe: fix server route match
|
|
794
|
-
- 30ac27c: feat: add generator package description
|
|
795
|
-
- feat: fix bugs
|
|
796
|
-
- 204c626: feat: initial
|
|
797
|
-
- 63be0a5: fix: #118 #104
|
|
798
|
-
- Updated dependencies [224f7fe]
|
|
799
|
-
- Updated dependencies [30ac27c]
|
|
800
|
-
- Updated dependencies [undefined]
|
|
801
|
-
- Updated dependencies [204c626]
|
|
802
|
-
- Updated dependencies [63be0a5]
|
|
803
|
-
- @modern-js/plugin@1.0.0-rc.20
|
|
804
|
-
|
|
805
|
-
## 1.0.0-rc.19
|
|
806
|
-
|
|
807
|
-
### Patch Changes
|
|
808
|
-
|
|
809
|
-
- 224f7fe: fix server route match
|
|
810
|
-
- 30ac27c: feat: add generator package description
|
|
811
|
-
- 204c626: feat: initial
|
|
812
|
-
- 63be0a5: fix: #118 #104
|
|
813
|
-
- Updated dependencies [224f7fe]
|
|
814
|
-
- Updated dependencies [30ac27c]
|
|
815
|
-
- Updated dependencies [204c626]
|
|
816
|
-
- Updated dependencies [63be0a5]
|
|
817
|
-
- @modern-js/plugin@1.0.0-rc.19
|
|
818
|
-
|
|
819
|
-
## 1.0.0-rc.18
|
|
820
|
-
|
|
821
|
-
### Patch Changes
|
|
822
|
-
|
|
823
|
-
- 224f7fe: fix server route match
|
|
824
|
-
- 30ac27c: feat: add generator package description
|
|
825
|
-
- 204c626: feat: initial
|
|
826
|
-
- 63be0a5: fix: #118 #104
|
|
827
|
-
- Updated dependencies [224f7fe]
|
|
828
|
-
- Updated dependencies [30ac27c]
|
|
829
|
-
- Updated dependencies [204c626]
|
|
830
|
-
- Updated dependencies [63be0a5]
|
|
831
|
-
- @modern-js/plugin@1.0.0-rc.18
|
|
832
|
-
|
|
833
|
-
## 1.0.0-rc.17
|
|
834
|
-
|
|
835
|
-
### Patch Changes
|
|
836
|
-
|
|
837
|
-
- 224f7fe: fix server route match
|
|
838
|
-
- 30ac27c: feat: add generator package description
|
|
839
|
-
- 204c626: feat: initial
|
|
840
|
-
- fix: #118 #104
|
|
841
|
-
- Updated dependencies [224f7fe]
|
|
842
|
-
- Updated dependencies [30ac27c]
|
|
843
|
-
- Updated dependencies [204c626]
|
|
844
|
-
- Updated dependencies [undefined]
|
|
845
|
-
- @modern-js/plugin@1.0.0-rc.17
|
|
846
|
-
|
|
847
|
-
## 1.0.0-rc.16
|
|
848
|
-
|
|
849
|
-
### Patch Changes
|
|
850
|
-
|
|
851
|
-
- 224f7fe: fix server route match
|
|
852
|
-
- 30ac27c: feat: add generator package description
|
|
853
|
-
- 204c626: feat: initial
|
|
854
|
-
- Updated dependencies [224f7fe]
|
|
855
|
-
- Updated dependencies [30ac27c]
|
|
856
|
-
- Updated dependencies [204c626]
|
|
857
|
-
- @modern-js/plugin@1.0.0-rc.16
|
|
858
|
-
|
|
859
|
-
## 1.0.0-rc.15
|
|
860
|
-
|
|
861
|
-
### Patch Changes
|
|
862
|
-
|
|
863
|
-
- 224f7fe: fix server route match
|
|
864
|
-
- 30ac27c: feat: add generator package description
|
|
865
|
-
- 204c626: feat: initial
|
|
866
|
-
- Updated dependencies [224f7fe]
|
|
867
|
-
- Updated dependencies [30ac27c]
|
|
868
|
-
- Updated dependencies [204c626]
|
|
869
|
-
- @modern-js/plugin@1.0.0-rc.15
|
|
870
|
-
|
|
871
|
-
## 1.0.0-rc.14
|
|
872
|
-
|
|
873
|
-
### Patch Changes
|
|
874
|
-
|
|
875
|
-
- 224f7fe: fix server route match
|
|
876
|
-
- 204c626: feat: initial
|
|
877
|
-
- Updated dependencies [224f7fe]
|
|
878
|
-
- Updated dependencies [204c626]
|
|
879
|
-
- @modern-js/plugin@1.0.0-rc.14
|
|
880
|
-
|
|
881
|
-
## 1.0.0-rc.13
|
|
882
|
-
|
|
883
|
-
### Patch Changes
|
|
884
|
-
|
|
885
|
-
- 224f7fe: fix server route match
|
|
886
|
-
- 204c626: feat: initial
|
|
887
|
-
- Updated dependencies [224f7fe]
|
|
888
|
-
- Updated dependencies [204c626]
|
|
889
|
-
- @modern-js/plugin@1.0.0-rc.13
|
|
890
|
-
|
|
891
|
-
## 1.0.0-rc.12
|
|
892
|
-
|
|
893
|
-
### Patch Changes
|
|
894
|
-
|
|
895
|
-
- 224f7fe: fix server route match
|
|
896
|
-
- 204c626: feat: initial
|
|
897
|
-
- Updated dependencies [224f7fe]
|
|
898
|
-
- Updated dependencies [204c626]
|
|
899
|
-
- @modern-js/plugin@1.0.0-rc.12
|
|
900
|
-
|
|
901
|
-
## 1.0.0-rc.11
|
|
902
|
-
|
|
903
|
-
### Patch Changes
|
|
904
|
-
|
|
905
|
-
- 224f7fe: fix server route match
|
|
906
|
-
- 204c626: feat: initial
|
|
907
|
-
- Updated dependencies [224f7fe]
|
|
908
|
-
- Updated dependencies [204c626]
|
|
909
|
-
- @modern-js/plugin@1.0.0-rc.11
|
|
910
|
-
|
|
911
|
-
## 1.0.0-rc.10
|
|
912
|
-
|
|
913
|
-
### Patch Changes
|
|
914
|
-
|
|
915
|
-
- 224f7fe: fix server route match
|
|
916
|
-
- 204c626: feat: initial
|
|
917
|
-
- Updated dependencies [224f7fe]
|
|
918
|
-
- Updated dependencies [204c626]
|
|
919
|
-
- @modern-js/plugin@1.0.0-rc.10
|
|
920
|
-
|
|
921
|
-
## 1.0.0-rc.9
|
|
922
|
-
|
|
923
|
-
### Patch Changes
|
|
924
|
-
|
|
925
|
-
- 224f7fe: fix server route match
|
|
926
|
-
- 204c626: feat: initial
|
|
927
|
-
- Updated dependencies [224f7fe]
|
|
928
|
-
- Updated dependencies [204c626]
|
|
929
|
-
- @modern-js/plugin@1.0.0-rc.9
|
|
930
|
-
|
|
931
|
-
## 1.0.0-rc.8
|
|
932
|
-
|
|
933
|
-
### Patch Changes
|
|
934
|
-
|
|
935
|
-
- 224f7fe: fix server route match
|
|
936
|
-
- 204c626: feat: initial
|
|
937
|
-
- Updated dependencies [224f7fe]
|
|
938
|
-
- Updated dependencies [204c626]
|
|
939
|
-
- @modern-js/plugin@1.0.0-rc.8
|
|
940
|
-
|
|
941
|
-
## 1.0.0-rc.7
|
|
942
|
-
|
|
943
|
-
### Patch Changes
|
|
944
|
-
|
|
945
|
-
- 224f7fe: fix server route match
|
|
946
|
-
- 204c626: feat: initial
|
|
947
|
-
- Updated dependencies [224f7fe]
|
|
948
|
-
- Updated dependencies [204c626]
|
|
949
|
-
- @modern-js/plugin@1.0.0-rc.7
|
|
950
|
-
|
|
951
|
-
## 1.0.0-rc.6
|
|
952
|
-
|
|
953
|
-
### Patch Changes
|
|
954
|
-
|
|
955
|
-
- 224f7fe: fix server route match
|
|
956
|
-
- 204c626: feat: initial
|
|
957
|
-
- Updated dependencies [224f7fe]
|
|
958
|
-
- Updated dependencies [204c626]
|
|
959
|
-
- @modern-js/plugin@1.0.0-rc.6
|
|
960
|
-
|
|
961
|
-
## 1.0.0-rc.5
|
|
962
|
-
|
|
963
|
-
### Patch Changes
|
|
964
|
-
|
|
965
|
-
- 224f7fe: fix server route match
|
|
966
|
-
- 204c626: feat: initial
|
|
967
|
-
- Updated dependencies [224f7fe]
|
|
968
|
-
- Updated dependencies [204c626]
|
|
969
|
-
- @modern-js/plugin@1.0.0-rc.5
|
|
970
|
-
|
|
971
|
-
## 1.0.0-rc.4
|
|
972
|
-
|
|
973
|
-
### Patch Changes
|
|
974
|
-
|
|
975
|
-
- fix server route match
|
|
976
|
-
- 204c626: feat: initial
|
|
977
|
-
- Updated dependencies [undefined]
|
|
978
|
-
- Updated dependencies [204c626]
|
|
979
|
-
- @modern-js/plugin@1.0.0-rc.4
|
|
980
|
-
|
|
981
|
-
## 1.0.0-rc.3
|
|
982
|
-
|
|
983
|
-
### Patch Changes
|
|
984
|
-
|
|
985
|
-
- feat: initial
|
|
986
|
-
- Updated dependencies [undefined]
|
|
987
|
-
- @modern-js/plugin@1.0.0-rc.3
|