@tachybase/plugin-devtools 1.3.15 → 1.3.17
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/client/index.js +48 -48
- package/dist/externalVersion.js +6 -6
- package/dist/index.js +4 -4
- package/package.json +8 -8
package/dist/externalVersion.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
4
|
-
"@tachybase/sdk": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.17",
|
|
4
|
+
"@tachybase/sdk": "1.3.17",
|
|
5
5
|
"antd": "5.22.5",
|
|
6
6
|
"ahooks": "3.8.4",
|
|
7
7
|
"@ant-design/icons": "5.5.2",
|
|
8
|
-
"@tachybase/actions": "1.3.
|
|
9
|
-
"@tachybase/server": "1.3.
|
|
8
|
+
"@tachybase/actions": "1.3.17",
|
|
9
|
+
"@tachybase/server": "1.3.17",
|
|
10
10
|
"react-i18next": "15.2.0",
|
|
11
|
-
"@tachybase/utils": "1.3.
|
|
12
|
-
"@tachybase/database": "1.3.
|
|
11
|
+
"@tachybase/utils": "1.3.17",
|
|
12
|
+
"@tachybase/database": "1.3.17"
|
|
13
13
|
};
|
package/dist/index.js
CHANGED
|
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var index_exports = {};
|
|
30
|
+
__export(index_exports, {
|
|
31
31
|
default: () => import_server.default
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
34
|
-
__reExport(
|
|
33
|
+
module.exports = __toCommonJS(index_exports);
|
|
34
|
+
__reExport(index_exports, require("./server"), module.exports);
|
|
35
35
|
var import_server = __toESM(require("./server"));
|
|
36
36
|
// Annotate the CommonJS export names for ESM import in node:
|
|
37
37
|
0 && (module.exports = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-devtools",
|
|
3
3
|
"displayName": "Devtools",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.17",
|
|
5
5
|
"description": "Development tools for viewing API documentation, middleware, environment variables, events, and more",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Logging and monitoring"
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
"swagger-ui-dist": "^5.18.2"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@tachybase/actions": "1.3.
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/
|
|
25
|
-
"@tachybase/
|
|
19
|
+
"@tachybase/actions": "1.3.17",
|
|
20
|
+
"@tachybase/client": "1.3.17",
|
|
21
|
+
"@tachybase/database": "1.3.17",
|
|
22
|
+
"@tachybase/sdk": "1.3.17",
|
|
23
|
+
"@tachybase/test": "1.3.17",
|
|
24
|
+
"@tachybase/utils": "1.3.17",
|
|
25
|
+
"@tachybase/server": "1.3.17"
|
|
26
26
|
},
|
|
27
27
|
"description.zh-CN": "开发工具,用于查看Api文档,中间件,环境变量,事件等信息",
|
|
28
28
|
"displayName.zh-CN": "开发工具",
|