@modern-js/bff-core 1.17.1-beta.1 → 1.18.1-alpha.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 +21 -0
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @modern-js/bff-core
2
2
 
3
+ ## 1.18.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9fcfbd4]
8
+ - Updated dependencies [6c2c745]
9
+ - @modern-js/utils@1.18.1-alpha.0
10
+ - @modern-js/bff-runtime@1.18.1-alpha.0
11
+
12
+ ## 1.18.0
13
+
14
+ ### Patch Changes
15
+
16
+ - 3d5e3a5: chore: get api mode from bff core
17
+ chore: 从 bff core 中获取 api mode
18
+ - Updated dependencies [8280920]
19
+ - Updated dependencies [5227370]
20
+ - Updated dependencies [7928bae]
21
+ - @modern-js/utils@1.18.0
22
+ - @modern-js/bff-runtime@1.18.0
23
+
3
24
  ## 1.17.0
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.17.1-beta.1",
14
+ "version": "1.18.1-alpha.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -25,16 +25,16 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.18.0",
28
- "@modern-js/bff-runtime": "1.17.0",
29
- "@modern-js/utils": "1.17.0",
28
+ "@modern-js/bff-runtime": "1.18.1-alpha.0",
29
+ "@modern-js/utils": "1.18.1-alpha.0",
30
30
  "esbuild": "^0.14.38",
31
31
  "esbuild-register": "^3.3.3",
32
32
  "koa-compose": "^4.1.0",
33
33
  "reflect-metadata": "^0.1.13"
34
34
  },
35
35
  "devDependencies": {
36
- "@scripts/build": "1.17.0",
37
- "@scripts/jest-config": "1.17.0",
36
+ "@scripts/build": "1.18.1-alpha.0",
37
+ "@scripts/jest-config": "1.18.1-alpha.0",
38
38
  "@types/jest": "^27",
39
39
  "@types/koa-compose": "^3.2.5",
40
40
  "@types/node": "^14",
@@ -58,8 +58,7 @@
58
58
  },
59
59
  "publishConfig": {
60
60
  "registry": "https://registry.npmjs.org/",
61
- "access": "public",
62
- "types": "./dist/types/index.d.ts"
61
+ "access": "public"
63
62
  },
64
63
  "wireit": {
65
64
  "build": {