@tachybase/plugin-pagespy 1.5.0 → 1.5.1

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,5 +1,5 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.5.0",
2
+ "@tachybase/client": "1.5.1",
3
3
  "@ant-design/icons": "5.6.1",
4
4
  "antd": "5.22.5",
5
5
  "@tachybase/schema": "1.3.52",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-pagespy",
3
3
  "displayName": "PageSpy",
4
- "version": "1.5.0",
4
+ "version": "1.5.1",
5
5
  "description": "PageSpy plugin for low-code platform, capturing user behavior and analytics",
6
6
  "keywords": [
7
7
  "Others"
@@ -12,13 +12,13 @@
12
12
  "@huolala-tech/page-spy-browser": "^2.2.5",
13
13
  "@huolala-tech/page-spy-plugin-data-harbor": "^2.2.5",
14
14
  "@huolala-tech/page-spy-plugin-rrweb": "^2.2.3",
15
- "@tachybase/schema": "*",
15
+ "@tachybase/schema": "1.3.52",
16
16
  "@tachybase/test": "1.3.52",
17
17
  "@tego/client": "1.3.52",
18
18
  "@tego/server": "1.3.52",
19
19
  "antd": "5.22.5",
20
20
  "lodash": "^4.17.21",
21
- "@tachybase/client": "1.5.0"
21
+ "@tachybase/client": "1.5.1"
22
22
  },
23
23
  "description.zh-CN": "PageSpy 插件, 方便前端测试和记录",
24
24
  "displayName.zh-CN": "页面监控"