egg 4.1.2-beta.1 → 4.1.2-beta.2

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 +33 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egg",
3
- "version": "4.1.2-beta.1",
3
+ "version": "4.1.2-beta.2",
4
4
  "description": "A web application framework for Node.js",
5
5
  "keywords": [
6
6
  "app",
@@ -98,34 +98,34 @@
98
98
  "type-fest": "^5.0.1",
99
99
  "urllib": "^4.8.2",
100
100
  "utility": "^2.5.0",
101
- "@eggjs/ajv-plugin": "4.0.2-beta.1",
102
- "@eggjs/cluster": "4.0.2-beta.1",
103
- "@eggjs/aop-plugin": "4.0.2-beta.1",
104
- "@eggjs/core": "7.0.2-beta.1",
105
- "@eggjs/controller-plugin": "4.0.2-beta.1",
106
- "@eggjs/cookies": "4.0.2-beta.1",
107
- "@eggjs/development": "5.0.2-beta.1",
108
- "@eggjs/dal-plugin": "4.0.2-beta.1",
109
- "@eggjs/eventbus-plugin": "4.0.2-beta.1",
110
- "@eggjs/errors": "3.0.2-beta.1",
111
- "@eggjs/i18n": "4.0.2-beta.1",
112
- "@eggjs/multipart": "5.0.2-beta.1",
113
- "@eggjs/jsonp": "4.0.2-beta.1",
114
- "@eggjs/extend2": "5.0.2-beta.1",
115
- "@eggjs/logrotator": "5.0.2-beta.1",
116
- "@eggjs/onerror": "4.0.2-beta.1",
117
- "@eggjs/security": "5.0.2-beta.1",
118
- "@eggjs/schedule-plugin": "4.0.2-beta.1",
119
- "@eggjs/static": "4.0.2-beta.1",
120
- "@eggjs/session": "5.0.2-beta.1",
121
- "@eggjs/tegg-config": "4.0.2-beta.1",
122
- "@eggjs/schedule": "6.0.2-beta.1",
123
- "@eggjs/tegg-plugin": "4.0.2-beta.1",
124
- "@eggjs/orm-plugin": "4.0.2-beta.1",
125
- "@eggjs/tegg": "4.0.2-beta.1",
126
- "@eggjs/view": "4.0.2-beta.1",
127
- "@eggjs/utils": "5.0.2-beta.1",
128
- "@eggjs/watcher": "5.0.2-beta.1"
101
+ "@eggjs/ajv-plugin": "4.0.2-beta.2",
102
+ "@eggjs/cluster": "4.0.2-beta.2",
103
+ "@eggjs/aop-plugin": "4.0.2-beta.2",
104
+ "@eggjs/controller-plugin": "4.0.2-beta.2",
105
+ "@eggjs/core": "7.0.2-beta.2",
106
+ "@eggjs/cookies": "4.0.2-beta.2",
107
+ "@eggjs/dal-plugin": "4.0.2-beta.2",
108
+ "@eggjs/development": "5.0.2-beta.2",
109
+ "@eggjs/errors": "3.0.2-beta.2",
110
+ "@eggjs/eventbus-plugin": "4.0.2-beta.2",
111
+ "@eggjs/i18n": "4.0.2-beta.2",
112
+ "@eggjs/extend2": "5.0.2-beta.2",
113
+ "@eggjs/jsonp": "4.0.2-beta.2",
114
+ "@eggjs/logrotator": "5.0.2-beta.2",
115
+ "@eggjs/multipart": "5.0.2-beta.2",
116
+ "@eggjs/onerror": "4.0.2-beta.2",
117
+ "@eggjs/orm-plugin": "4.0.2-beta.2",
118
+ "@eggjs/schedule": "6.0.2-beta.2",
119
+ "@eggjs/schedule-plugin": "4.0.2-beta.2",
120
+ "@eggjs/security": "5.0.2-beta.2",
121
+ "@eggjs/session": "5.0.2-beta.2",
122
+ "@eggjs/static": "4.0.2-beta.2",
123
+ "@eggjs/tegg-config": "4.0.2-beta.2",
124
+ "@eggjs/tegg-plugin": "4.0.2-beta.2",
125
+ "@eggjs/utils": "5.0.2-beta.2",
126
+ "@eggjs/view": "4.0.2-beta.2",
127
+ "@eggjs/tegg": "4.0.2-beta.2",
128
+ "@eggjs/watcher": "5.0.2-beta.2"
129
129
  },
130
130
  "devDependencies": {
131
131
  "@types/koa-bodyparser": "^4.3.12",
@@ -141,10 +141,10 @@
141
141
  "sdk-base": "^5.0.1",
142
142
  "spy": "^1.0.0",
143
143
  "typescript": "^5.9.3",
144
- "@eggjs/koa": "3.1.2-beta.1",
145
- "@eggjs/mock": "7.0.2-beta.1",
146
- "@eggjs/tracer": "4.0.2-beta.1",
147
- "@eggjs/supertest": "9.0.2-beta.1"
144
+ "@eggjs/koa": "3.1.2-beta.2",
145
+ "@eggjs/supertest": "9.0.2-beta.2",
146
+ "@eggjs/tracer": "4.0.2-beta.2",
147
+ "@eggjs/mock": "7.0.2-beta.2"
148
148
  },
149
149
  "engines": {
150
150
  "node": ">=22.18.0"