@nocobase/plugin-error-handler 2.0.0-alpha.61 → 2.0.0-alpha.62
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.
- package/dist/externalVersion.js +3 -3
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.62",
|
|
12
12
|
"@formily/json-schema": "2.3.7",
|
|
13
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
14
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
13
|
+
"@nocobase/database": "2.0.0-alpha.62",
|
|
14
|
+
"@nocobase/server": "2.0.0-alpha.62",
|
|
15
15
|
"lodash": "4.17.21"
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description.ru-RU": "Обработка ошибок и исключений приложения.",
|
|
7
7
|
"description": "Handling application errors and exceptions.",
|
|
8
8
|
"description.zh-CN": "处理应用程序中的错误和异常。",
|
|
9
|
-
"version": "2.0.0-alpha.
|
|
9
|
+
"version": "2.0.0-alpha.62",
|
|
10
10
|
"license": "AGPL-3.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/error-handler",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
29
29
|
"directory": "packages/plugin-error-handler"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "a6e543098afba0edc2189edc04f27c1726fff564"
|
|
32
32
|
}
|