@modern-js/server-core 1.17.0 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @modern-js/server-plugin
2
2
 
3
+ ## 1.18.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c1a4d9b]
8
+ - Updated dependencies [9fcfbd4]
9
+ - Updated dependencies [6c2c745]
10
+ - @modern-js/plugin@1.18.1-alpha.0
11
+ - @modern-js/utils@1.18.1-alpha.0
12
+
13
+ ## 1.18.0
14
+
15
+ ### Patch Changes
16
+
17
+ - 3d5e3a5: chore: get api mode from bff core
18
+ chore: 从 bff core 中获取 api mode
19
+ - Updated dependencies [8280920]
20
+ - Updated dependencies [5227370]
21
+ - Updated dependencies [7928bae]
22
+ - @modern-js/utils@1.18.0
23
+ - @modern-js/plugin@1.18.0
24
+
3
25
  ## 1.17.0
4
26
 
5
27
  ### Patch Changes
@@ -21,7 +21,6 @@ export declare type WebServerStartInput = {
21
21
  };
22
22
  export declare type APIServerStartInput = {
23
23
  pwd: string;
24
- mode: 'function' | 'framework';
25
24
  prefix?: string;
26
25
  config?: {
27
26
  middleware?: Array<any>;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.17.0",
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",
@@ -28,14 +28,14 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@modern-js/plugin": "1.17.0",
32
- "@modern-js/utils": "1.17.0"
31
+ "@modern-js/plugin": "1.18.1-alpha.0",
32
+ "@modern-js/utils": "1.18.1-alpha.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@modern-js/core": "1.17.0",
36
- "@modern-js/types": "1.17.0",
37
- "@scripts/build": "1.17.0",
38
- "@scripts/jest-config": "1.17.0",
35
+ "@modern-js/core": "1.18.1-alpha.0",
36
+ "@modern-js/types": "1.18.1-alpha.0",
37
+ "@scripts/build": "1.18.1-alpha.0",
38
+ "@scripts/jest-config": "1.18.1-alpha.0",
39
39
  "@types/jest": "^27",
40
40
  "@types/node": "^14",
41
41
  "http-proxy-middleware": "^2.0.4",