@nocobase/plugin-error-handler 0.10.0-alpha.3 → 0.10.0-alpha.4

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 +3 -3
package/package.json CHANGED
@@ -4,18 +4,18 @@
4
4
  "displayName.zh-CN": "错误处理",
5
5
  "description": "Managing and handling errors and exceptions in an application.",
6
6
  "description.zh-CN": "管理和处理应用程序中的错误和异常。",
7
- "version": "0.10.0-alpha.3",
7
+ "version": "0.10.0-alpha.4",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./lib/index.js",
10
10
  "types": "./lib/index.d.ts",
11
11
  "dependencies": {
12
12
  "@formily/json-schema": "2.2.26",
13
- "@nocobase/server": "0.10.0-alpha.3"
13
+ "@nocobase/server": "0.10.0-alpha.4"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
17
  "url": "git+https://github.com/nocobase/nocobase.git",
18
18
  "directory": "packages/plugin-error-handler"
19
19
  },
20
- "gitHead": "1f0b27fc9ab2398cd41c308a6b01a986e025cd20"
20
+ "gitHead": "62dacadb2a83d30cb36dda9074f2f3a072a37484"
21
21
  }