@modern-js/plugin-koa 1.5.1-beta.0 → 1.5.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/CHANGELOG.md +9 -0
- package/dist/js/modern/plugin.js +1 -0
- package/dist/js/node/plugin.js +1 -0
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @modern-js/plugin-koa
|
|
2
2
|
|
|
3
|
+
## 1.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 74f7fd7: fix: fix bff hot reload not works when has app.ts
|
|
8
|
+
fix: 修复有 app.ts 的时候, bff 热更新不生效的问题
|
|
9
|
+
- Updated dependencies [74f7fd7]
|
|
10
|
+
- @modern-js/bff-core@1.1.3
|
|
11
|
+
|
|
3
12
|
## 1.5.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/dist/js/modern/plugin.js
CHANGED
package/dist/js/node/plugin.js
CHANGED
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.5.1
|
|
14
|
+
"version": "1.5.1",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@babel/runtime": "^7.18.0",
|
|
37
37
|
"@modern-js/adapter-helpers": "^1.3.0",
|
|
38
|
-
"@modern-js/bff-core": "^1.1.
|
|
38
|
+
"@modern-js/bff-core": "^1.1.3",
|
|
39
39
|
"@modern-js/bff-runtime": "^1.3.0",
|
|
40
|
-
"@modern-js/utils": "^1.7.
|
|
40
|
+
"@modern-js/utils": "^1.7.12",
|
|
41
41
|
"koa-body": "^4.2.0",
|
|
42
42
|
"koa-router": "^10.0.0",
|
|
43
43
|
"type-is": "^1.6.18"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@modern-js/core": "1.
|
|
47
|
-
"@modern-js/server-core": "1.4.
|
|
46
|
+
"@modern-js/core": "1.13.0",
|
|
47
|
+
"@modern-js/server-core": "1.4.1",
|
|
48
48
|
"@scripts/build": "0.0.0",
|
|
49
49
|
"@scripts/jest-config": "0.0.0",
|
|
50
50
|
"@types/jest": "^27",
|
|
@@ -69,8 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"registry": "https://registry.npmjs.org/",
|
|
72
|
-
"access": "public"
|
|
73
|
-
"types": "./dist/types/index.d.ts"
|
|
72
|
+
"access": "public"
|
|
74
73
|
},
|
|
75
74
|
"wireit": {
|
|
76
75
|
"build": {
|