egg 4.1.0-beta.32 → 4.1.0-beta.33

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.
@@ -0,0 +1 @@
1
+ export * from '@eggjs/errors';
package/dist/errors.js ADDED
@@ -0,0 +1,2 @@
1
+ export * from '@eggjs/errors';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3JzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2Vycm9ycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGVBQWUsQ0FBQyJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egg",
3
- "version": "4.1.0-beta.32",
3
+ "version": "4.1.0-beta.33",
4
4
  "engines": {
5
5
  "node": ">=22.18.0"
6
6
  },
@@ -31,6 +31,7 @@
31
31
  "./config/config.unittest": "./dist/config/config.unittest.js",
32
32
  "./config/plugin": "./dist/config/plugin.js",
33
33
  "./dal": "./dist/dal.js",
34
+ "./errors": "./dist/errors.js",
34
35
  "./helper": "./dist/helper.js",
35
36
  "./lib/agent": "./dist/lib/agent.js",
36
37
  "./lib/application": "./dist/lib/application.js",
@@ -93,33 +94,34 @@
93
94
  "type-fest": "^5.0.1",
94
95
  "urllib": "^4.8.2",
95
96
  "utility": "^2.5.0",
96
- "@eggjs/cluster": "4.0.0-beta.32",
97
- "@eggjs/core": "7.0.0-beta.32",
98
- "@eggjs/cookies": "4.0.0-beta.32",
99
- "@eggjs/development": "5.0.0-beta.32",
100
- "@eggjs/extend2": "5.0.0-beta.32",
101
- "@eggjs/i18n": "4.0.0-beta.32",
102
- "@eggjs/jsonp": "4.0.0-beta.32",
103
- "@eggjs/logrotator": "5.0.0-beta.32",
104
- "@eggjs/multipart": "5.0.0-beta.32",
105
- "@eggjs/schedule": "6.0.0-beta.32",
106
- "@eggjs/onerror": "4.0.0-beta.32",
107
- "@eggjs/session": "5.0.0-beta.32",
108
- "@eggjs/security": "5.0.0-beta.32",
109
- "@eggjs/static": "4.0.0-beta.32",
110
- "@eggjs/tegg": "4.0.0-beta.32",
111
- "@eggjs/ajv-plugin": "4.0.0-beta.32",
112
- "@eggjs/aop-plugin": "4.0.0-beta.32",
113
- "@eggjs/tegg-config": "4.0.0-beta.32",
114
- "@eggjs/eventbus-plugin": "4.0.0-beta.32",
115
- "@eggjs/controller-plugin": "4.0.0-beta.32",
116
- "@eggjs/orm-plugin": "4.0.0-beta.32",
117
- "@eggjs/dal-plugin": "4.0.0-beta.32",
118
- "@eggjs/tegg-plugin": "4.0.0-beta.32",
119
- "@eggjs/schedule-plugin": "4.0.0-beta.32",
120
- "@eggjs/view": "4.0.0-beta.32",
121
- "@eggjs/watcher": "5.0.0-beta.32",
122
- "@eggjs/utils": "5.0.0-beta.32"
97
+ "@eggjs/ajv-plugin": "4.0.0-beta.33",
98
+ "@eggjs/aop-plugin": "4.0.0-beta.33",
99
+ "@eggjs/cluster": "4.0.0-beta.33",
100
+ "@eggjs/controller-plugin": "4.0.0-beta.33",
101
+ "@eggjs/core": "7.0.0-beta.33",
102
+ "@eggjs/cookies": "4.0.0-beta.33",
103
+ "@eggjs/dal-plugin": "4.0.0-beta.33",
104
+ "@eggjs/errors": "3.0.0-beta.33",
105
+ "@eggjs/development": "5.0.0-beta.33",
106
+ "@eggjs/eventbus-plugin": "4.0.0-beta.33",
107
+ "@eggjs/extend2": "5.0.0-beta.33",
108
+ "@eggjs/i18n": "4.0.0-beta.33",
109
+ "@eggjs/jsonp": "4.0.0-beta.33",
110
+ "@eggjs/logrotator": "5.0.0-beta.33",
111
+ "@eggjs/schedule": "6.0.0-beta.33",
112
+ "@eggjs/multipart": "5.0.0-beta.33",
113
+ "@eggjs/schedule-plugin": "4.0.0-beta.33",
114
+ "@eggjs/onerror": "4.0.0-beta.33",
115
+ "@eggjs/orm-plugin": "4.0.0-beta.33",
116
+ "@eggjs/security": "5.0.0-beta.33",
117
+ "@eggjs/session": "5.0.0-beta.33",
118
+ "@eggjs/static": "4.0.0-beta.33",
119
+ "@eggjs/tegg": "4.0.0-beta.33",
120
+ "@eggjs/tegg-config": "4.0.0-beta.33",
121
+ "@eggjs/tegg-plugin": "4.0.0-beta.33",
122
+ "@eggjs/utils": "5.0.0-beta.33",
123
+ "@eggjs/view": "4.0.0-beta.33",
124
+ "@eggjs/watcher": "5.0.0-beta.33"
123
125
  },
124
126
  "devDependencies": {
125
127
  "@types/koa-bodyparser": "^4.3.12",
@@ -134,12 +136,12 @@
134
136
  "runscript": "^2.0.1",
135
137
  "sdk-base": "^5.0.1",
136
138
  "spy": "^1.0.0",
137
- "tsdown": "0.15.10",
139
+ "tsdown": "0.15.11",
138
140
  "typescript": "^5.9.3",
139
- "@eggjs/koa": "3.1.0-beta.32",
140
- "@eggjs/mock": "7.0.0-beta.32",
141
- "@eggjs/tracer": "4.0.0-beta.32",
142
- "@eggjs/supertest": "9.0.0-beta.32"
141
+ "@eggjs/mock": "7.0.0-beta.33",
142
+ "@eggjs/koa": "3.1.0-beta.33",
143
+ "@eggjs/supertest": "9.0.0-beta.33",
144
+ "@eggjs/tracer": "4.0.0-beta.33"
143
145
  },
144
146
  "repository": {
145
147
  "type": "git",