@modern-js/server-core 1.4.1-beta.1 → 1.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @modern-js/server-plugin
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a27ab8d: feat: add onApiChange hook for bff hot reload
8
+ feat: 为 BFF 热更新优化,添加 onApiChange 钩子
9
+ - @modern-js/utils@1.7.12
10
+
3
11
  ## 1.4.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.4.1-beta.1",
14
+ "version": "1.4.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -32,8 +32,8 @@
32
32
  "@modern-js/utils": "^1.7.12"
33
33
  },
34
34
  "devDependencies": {
35
- "@modern-js/core": "1.12.4",
36
- "@modern-js/types": "1.5.6",
35
+ "@modern-js/core": "1.13.0",
36
+ "@modern-js/types": "1.6.0",
37
37
  "@scripts/build": "0.0.0",
38
38
  "@scripts/jest-config": "0.0.0",
39
39
  "@types/jest": "^27",
@@ -53,8 +53,7 @@
53
53
  },
54
54
  "publishConfig": {
55
55
  "registry": "https://registry.npmjs.org/",
56
- "access": "public",
57
- "types": "./dist/types/index.d.ts"
56
+ "access": "public"
58
57
  },
59
58
  "wireit": {
60
59
  "build": {