@modern-js/plugin-koa 2.67.10 → 2.68.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.
@@ -59,7 +59,7 @@ const koaPlugin = () => ({
59
59
  "@modern-js/runtime/koa": runtimePath
60
60
  }
61
61
  },
62
- source: {
62
+ resolve: {
63
63
  alias: {
64
64
  "@modern-js/runtime/server$": alias,
65
65
  "@modern-js/runtime/koa": alias
@@ -27,7 +27,7 @@ var koaPlugin = function() {
27
27
  "@modern-js/runtime/koa": runtimePath
28
28
  }
29
29
  },
30
- source: {
30
+ resolve: {
31
31
  alias: {
32
32
  "@modern-js/runtime/server$": alias,
33
33
  "@modern-js/runtime/koa": alias
@@ -25,7 +25,7 @@ const koaPlugin = () => ({
25
25
  "@modern-js/runtime/koa": runtimePath
26
26
  }
27
27
  },
28
- source: {
28
+ resolve: {
29
29
  alias: {
30
30
  "@modern-js/runtime/server$": alias,
31
31
  "@modern-js/runtime/koa": alias
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.67.10",
18
+ "version": "2.68.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/cli/index.d.ts",
21
21
  "main": "./dist/cjs/cli/index.js",
@@ -66,13 +66,13 @@
66
66
  "dependencies": {
67
67
  "@swc/helpers": "^0.5.17",
68
68
  "koa-body": "^4.2.0",
69
- "koa-router": "^10.0.0",
69
+ "koa-router": "^10.1.1",
70
70
  "type-is": "^1.6.18",
71
- "@modern-js/bff-core": "2.67.10",
72
- "@modern-js/bff-runtime": "2.67.10",
73
- "@modern-js/server-core": "2.67.10",
74
- "@modern-js/types": "2.67.10",
75
- "@modern-js/utils": "2.67.10"
71
+ "@modern-js/bff-core": "2.68.0",
72
+ "@modern-js/bff-runtime": "2.68.0",
73
+ "@modern-js/types": "2.68.0",
74
+ "@modern-js/server-core": "2.68.0",
75
+ "@modern-js/utils": "2.68.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@types/jest": "^29",
@@ -86,9 +86,9 @@
86
86
  "supertest": "^6.1.6",
87
87
  "typescript": "^5",
88
88
  "zod": "^3.22.3",
89
- "@modern-js/app-tools": "2.67.10",
90
- "@modern-js/plugin-v2": "2.67.10",
91
- "@modern-js/core": "2.67.10",
89
+ "@modern-js/app-tools": "2.68.0",
90
+ "@modern-js/core": "2.68.0",
91
+ "@modern-js/plugin-v2": "2.68.0",
92
92
  "@scripts/build": "2.66.0",
93
93
  "@scripts/jest-config": "2.66.0"
94
94
  },