egg 4.1.0-beta.22 → 4.1.0-beta.23

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 (1) hide show
  1. package/package.json +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egg",
3
- "version": "4.1.0-beta.22",
3
+ "version": "4.1.0-beta.23",
4
4
  "engines": {
5
5
  "node": ">=22.18.0"
6
6
  },
@@ -86,23 +86,23 @@
86
86
  "type-fest": "^5.0.1",
87
87
  "urllib": "^4.8.2",
88
88
  "utility": "^2.5.0",
89
- "@eggjs/cluster": "4.0.0-beta.22",
90
- "@eggjs/cookies": "4.0.0-beta.22",
91
- "@eggjs/core": "7.0.0-beta.22",
92
- "@eggjs/development": "5.0.0-beta.22",
93
- "@eggjs/i18n": "4.0.0-beta.22",
94
- "@eggjs/jsonp": "4.0.0-beta.22",
95
- "@eggjs/extend2": "5.0.0-beta.22",
96
- "@eggjs/multipart": "5.0.0-beta.22",
97
- "@eggjs/logrotator": "5.0.0-beta.22",
98
- "@eggjs/onerror": "4.0.0-beta.22",
99
- "@eggjs/security": "5.0.0-beta.22",
100
- "@eggjs/session": "5.0.0-beta.22",
101
- "@eggjs/schedule": "6.0.0-beta.22",
102
- "@eggjs/utils": "5.0.0-beta.22",
103
- "@eggjs/view": "4.0.0-beta.22",
104
- "@eggjs/watcher": "5.0.0-beta.22",
105
- "@eggjs/static": "4.0.0-beta.22"
89
+ "@eggjs/cluster": "4.0.0-beta.23",
90
+ "@eggjs/cookies": "4.0.0-beta.23",
91
+ "@eggjs/core": "7.0.0-beta.23",
92
+ "@eggjs/extend2": "5.0.0-beta.23",
93
+ "@eggjs/development": "5.0.0-beta.23",
94
+ "@eggjs/i18n": "4.0.0-beta.23",
95
+ "@eggjs/logrotator": "5.0.0-beta.23",
96
+ "@eggjs/multipart": "5.0.0-beta.23",
97
+ "@eggjs/onerror": "4.0.0-beta.23",
98
+ "@eggjs/jsonp": "4.0.0-beta.23",
99
+ "@eggjs/schedule": "6.0.0-beta.23",
100
+ "@eggjs/static": "4.0.0-beta.23",
101
+ "@eggjs/security": "5.0.0-beta.23",
102
+ "@eggjs/session": "5.0.0-beta.23",
103
+ "@eggjs/utils": "5.0.0-beta.23",
104
+ "@eggjs/view": "4.0.0-beta.23",
105
+ "@eggjs/watcher": "5.0.0-beta.23"
106
106
  },
107
107
  "devDependencies": {
108
108
  "@types/koa-bodyparser": "^4.3.12",
@@ -119,10 +119,10 @@
119
119
  "spy": "^1.0.0",
120
120
  "tsdown": "^0.15.4",
121
121
  "typescript": "^5.9.3",
122
- "@eggjs/koa": "3.1.0-beta.22",
123
- "@eggjs/supertest": "9.0.0-beta.22",
124
- "@eggjs/tracer": "4.0.0-beta.22",
125
- "@eggjs/mock": "7.0.0-beta.22"
122
+ "@eggjs/mock": "7.0.0-beta.23",
123
+ "@eggjs/supertest": "9.0.0-beta.23",
124
+ "@eggjs/koa": "3.1.0-beta.23",
125
+ "@eggjs/tracer": "4.0.0-beta.23"
126
126
  },
127
127
  "repository": {
128
128
  "type": "git",
@@ -137,7 +137,7 @@
137
137
  "scripts": {
138
138
  "lint": "oxlint",
139
139
  "typecheck": "tsc --noEmit",
140
- "build": "tsdown && rimraf dist && tsc -b --clean && tsc && cp src/config/favicon.png dist/config/favicon.png",
140
+ "build": "tsdown && rimraf dist *.tsbuildinfo && tsc -p tsconfig.build.json && cp src/config/favicon.png dist/config/favicon.png",
141
141
  "test": "vitest run"
142
142
  }
143
143
  }