@tachybase/module-error-handler 0.23.8 → 0.23.16

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.
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.8",
3
- "@tachybase/database": "0.23.8",
4
- "@tachybase/server": "0.23.8",
2
+ "@tachybase/client": "0.23.16",
3
+ "@tachybase/database": "0.23.16",
4
+ "@tachybase/server": "0.23.16",
5
5
  "@formily/json-schema": "2.3.2",
6
6
  "lodash": "4.17.21"
7
7
  };
package/package.json CHANGED
@@ -1,21 +1,22 @@
1
1
  {
2
2
  "name": "@tachybase/module-error-handler",
3
3
  "displayName": "Error handler",
4
- "version": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "description": "Handling application errors and exceptions.",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/server/index.js",
8
+ "dependencies": {},
8
9
  "devDependencies": {
9
10
  "@formily/json-schema": "2.3.2",
10
11
  "lodash": "4.17.21",
11
12
  "supertest": "^6.3.4"
12
13
  },
13
14
  "peerDependencies": {
14
- "@tachybase/client": "0.23.8",
15
- "@tachybase/database": "0.23.8",
16
- "@tachybase/server": "0.23.8",
17
- "@tachybase/utils": "0.23.8",
18
- "@tachybase/test": "0.23.8"
15
+ "@tachybase/client": "0.23.16",
16
+ "@tachybase/database": "0.23.16",
17
+ "@tachybase/test": "0.23.16",
18
+ "@tachybase/server": "0.23.16",
19
+ "@tachybase/utils": "0.23.16"
19
20
  },
20
21
  "description.zh-CN": "处理应用程序中的错误和异常。",
21
22
  "displayName.zh-CN": "错误处理器",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/module-error-handler@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/module-error-handler
4
- > tachybase-build --no-dts @tachybase/module-error-handler
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/module-error-handler: module-error-handler build start
8
- @tachybase/module-error-handler: build plugin client
9
- @tachybase/module-error-handler: build plugin server source
10
- @tachybase/module-error-handler: delete server files
11
- @tachybase/module-error-handler: build plugin server dependencies
12
- @tachybase/module-error-handler: These packages @tachybase/database, @tachybase/server, @formily/json-schema, lodash will be exclude.
13
- @tachybase/module-error-handler: write external version
14
-