@modern-js/bff-core 2.25.2 → 2.27.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @modern-js/bff-core
2
2
 
3
+ ## 2.27.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7d94d03: fix: should export bff-runtime from the plugins
8
+ fix: 应该从插件中导出 bff-runtime
9
+ - Updated dependencies [91d14b8]
10
+ - Updated dependencies [6d7104d]
11
+ - @modern-js/utils@2.27.0
12
+
13
+ ## 2.26.0
14
+
15
+ ### Patch Changes
16
+
17
+ - @modern-js/bff-runtime@2.26.0
18
+ - @modern-js/utils@2.26.0
19
+
3
20
  ## 2.25.2
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.25.2",
18
+ "version": "2.27.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -31,8 +31,7 @@
31
31
  "koa-compose": "^4.1.0",
32
32
  "reflect-metadata": "^0.1.13",
33
33
  "@swc/helpers": "0.5.1",
34
- "@modern-js/bff-runtime": "2.25.2",
35
- "@modern-js/utils": "2.25.2"
34
+ "@modern-js/utils": "2.27.0"
36
35
  },
37
36
  "devDependencies": {
38
37
  "@types/jest": "^29",
@@ -44,9 +43,9 @@
44
43
  "type-fest": "2.15.0",
45
44
  "typescript": "^5",
46
45
  "zod": "^3.17.3",
47
- "@scripts/jest-config": "2.25.2",
48
- "@modern-js/types": "2.25.2",
49
- "@scripts/build": "2.25.2"
46
+ "@modern-js/types": "2.27.0",
47
+ "@scripts/build": "2.27.0",
48
+ "@scripts/jest-config": "2.27.0"
50
49
  },
51
50
  "peerDependencies": {
52
51
  "zod": "^3.17.3",