@tachybase/plugin-api-logs 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.
@@ -1,15 +1,15 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.15",
4
- "@tachybase/schema": "1.3.15",
3
+ "@tachybase/client": "1.3.17",
4
+ "@tachybase/schema": "1.3.17",
5
5
  "@ant-design/icons": "5.6.1",
6
6
  "react-i18next": "15.4.0",
7
- "@tachybase/database": "1.3.15",
8
- "@tachybase/actions": "1.3.15",
9
- "@tachybase/server": "1.3.15",
10
- "@tachybase/utils": "1.3.15",
7
+ "@tachybase/database": "1.3.17",
8
+ "@tachybase/actions": "1.3.17",
9
+ "@tachybase/server": "1.3.17",
10
+ "@tachybase/utils": "1.3.17",
11
11
  "antd": "5.22.5",
12
- "@tachybase/components": "1.3.15",
13
- "@tachybase/data-source": "1.3.15",
14
- "@tachybase/resourcer": "1.3.15"
12
+ "@tachybase/components": "1.3.17",
13
+ "@tachybase/data-source": "1.3.17",
14
+ "@tachybase/resourcer": "1.3.17"
15
15
  };
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 src_exports = {};
30
- __export(src_exports, {
29
+ var index_exports = {};
30
+ __export(index_exports, {
31
31
  default: () => import_server.default
32
32
  });
33
- module.exports = __toCommonJS(src_exports);
34
- __reExport(src_exports, require("./server"), module.exports);
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-api-logs",
3
3
  "displayName": "Api Logs",
4
- "version": "1.3.15",
4
+ "version": "1.3.17",
5
5
  "description": "Provides seamless tracking of API actions through enhanced user interface components, configuration panels, and dashboards",
6
6
  "keywords": [
7
7
  "Logging and monitoring"
@@ -15,16 +15,16 @@
15
15
  "react-router-dom": "6.28.1"
16
16
  },
17
17
  "peerDependencies": {
18
- "@tachybase/actions": "1.3.15",
19
- "@tachybase/client": "1.3.15",
20
- "@tachybase/data-source": "1.3.15",
21
- "@tachybase/components": "1.3.15",
22
- "@tachybase/resourcer": "1.3.15",
23
- "@tachybase/database": "1.3.15",
24
- "@tachybase/server": "1.3.15",
25
- "@tachybase/schema": "1.3.15",
26
- "@tachybase/test": "1.3.15",
27
- "@tachybase/utils": "1.3.15"
18
+ "@tachybase/actions": "1.3.17",
19
+ "@tachybase/components": "1.3.17",
20
+ "@tachybase/client": "1.3.17",
21
+ "@tachybase/data-source": "1.3.17",
22
+ "@tachybase/database": "1.3.17",
23
+ "@tachybase/resourcer": "1.3.17",
24
+ "@tachybase/schema": "1.3.17",
25
+ "@tachybase/server": "1.3.17",
26
+ "@tachybase/test": "1.3.17",
27
+ "@tachybase/utils": "1.3.17"
28
28
  },
29
29
  "description.zh-CN": "Api Logs通过增强的用户界面组件、配置面板和仪表板提供对 API 操作的无缝跟踪",
30
30
  "displayName.zh-CN": "Api 日志"