@tachybase/module-instrumentation 1.4.0 → 1.5.0

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.4.0",
3
+ "@tachybase/client": "1.5.0",
4
4
  "@tachybase/schema": "1.3.52",
5
5
  "@tego/client": "1.3.52",
6
6
  "antd": "5.22.5",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/module-instrumentation",
3
3
  "displayName": "Custom instrumentation",
4
- "version": "1.4.0",
4
+ "version": "1.5.0",
5
5
  "description": "A module for tracking and instrumentation in Tachybase.",
6
6
  "keywords": [
7
7
  "Logging and monitoring"
@@ -17,7 +17,7 @@
17
17
  "antd": "5.22.5",
18
18
  "dayjs": "1.11.13",
19
19
  "lodash": "4.17.21",
20
- "@tachybase/client": "1.4.0"
20
+ "@tachybase/client": "1.5.0"
21
21
  },
22
22
  "description.zh-CN": "Tachybase 应用的追踪和埋点模块",
23
23
  "displayName.zh-CN": "埋点追踪"