@tachybase/plugin-devtools 1.3.22 → 1.3.24

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,10 +1,10 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.22",
4
- "@tego/client": "1.3.39",
3
+ "@tachybase/client": "1.3.24",
4
+ "@tego/client": "1.3.49",
5
5
  "antd": "5.22.5",
6
6
  "ahooks": "3.9.0",
7
7
  "@ant-design/icons": "5.6.1",
8
- "@tego/server": "1.3.39",
8
+ "@tego/server": "1.3.49",
9
9
  "react-i18next": "15.2.0"
10
10
  };
@@ -48,7 +48,7 @@ class SwaggerManager {
48
48
  }
49
49
  async generateSwagger(options = {}) {
50
50
  const base = await this.getBaseSwagger();
51
- const core = options.plugins ? {} : await (0, import_loader.loadSwagger)("@tachybase/server");
51
+ const core = options.plugins ? {} : await (0, import_loader.loadSwagger)("@tego/core");
52
52
  const plugins = await this.loadSwaggers(options.plugins);
53
53
  return (0, import_merge.merge)((0, import_merge.merge)(core, plugins), base);
54
54
  }
@@ -96,7 +96,7 @@ class SwaggerManager {
96
96
  });
97
97
  }
98
98
  async getCoreSwagger() {
99
- return (0, import_merge.merge)(await this.getBaseSwagger(), await (0, import_loader.loadSwagger)("@tachybase/server"));
99
+ return (0, import_merge.merge)(await this.getBaseSwagger(), await (0, import_loader.loadSwagger)("@tego/core"));
100
100
  }
101
101
  getURL(pathname) {
102
102
  return process.env.API_BASE_PATH + pathname;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-devtools",
3
3
  "displayName": "Devtools",
4
- "version": "1.3.22",
4
+ "version": "1.3.24",
5
5
  "description": "Development tools for viewing API documentation, middleware, environment variables, events, and more",
6
6
  "keywords": [
7
7
  "Logging and monitoring"
@@ -10,14 +10,14 @@
10
10
  "dependencies": {},
11
11
  "devDependencies": {
12
12
  "@ant-design/icons": "^5.6.1",
13
- "@tachybase/test": "^1.3.39",
14
- "@tego/client": "^1.3.39",
15
- "@tego/server": "^1.3.39",
13
+ "@tachybase/test": "^1.3.49",
14
+ "@tego/client": "^1.3.49",
15
+ "@tego/server": "^1.3.49",
16
16
  "ahooks": "^3.9.0",
17
17
  "antd": "5.22.5",
18
18
  "react-i18next": "15.2.0",
19
19
  "swagger-ui-dist": "^5.26.2",
20
- "@tachybase/client": "1.3.22"
20
+ "@tachybase/client": "1.3.24"
21
21
  },
22
22
  "description.zh-CN": "开发工具,用于查看Api文档,中间件,环境变量,事件等信息",
23
23
  "displayName.zh-CN": "开发工具",