@tachybase/plugin-api-logs 1.6.5 → 1.6.6

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,6 +1,6 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.6.5",
3
+ "@tachybase/client": "1.6.6",
4
4
  "@tachybase/schema": "1.6.2",
5
5
  "@ant-design/icons": "6.1.0",
6
6
  "react-i18next": "16.2.1",
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.6.5",
4
+ "version": "1.6.6",
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"
@@ -17,7 +17,7 @@
17
17
  "lodash": "4.17.21",
18
18
  "react-i18next": "16.2.1",
19
19
  "react-router-dom": "6.28.1",
20
- "@tachybase/client": "1.6.5"
20
+ "@tachybase/client": "1.6.6"
21
21
  },
22
22
  "description.zh-CN": "Api Logs通过增强的用户界面组件、配置面板和仪表板提供对 API 操作的无缝跟踪",
23
23
  "displayName.zh-CN": "Api 日志"