@gientech/modual 2.3.55 → 2.3.58

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.
package/package.json CHANGED
@@ -3,15 +3,11 @@
3
3
  "license": "MIT",
4
4
  "style": "assets/style.css",
5
5
  "private": false,
6
- "version": "2.3.55",
6
+ "version": "2.3.58",
7
7
  "author": "hanfeng_Zhang",
8
8
  "type": "module",
9
9
  "main": "index.js",
10
10
  "types": "index.d.ts",
11
- "scripts": {
12
- "test": "yarn link",
13
- "disconnect": "yarn unlink"
14
- },
15
11
  "peerDependencies": {
16
12
  "@mxmweb/aichat": "^1.8.0",
17
13
  "@mxmweb/fviewer": "^1.5.3",
@@ -104,12 +100,16 @@
104
100
  "./assets/style.css": "./assets/style.css"
105
101
  },
106
102
  "dependencies": {
107
- "@mxmweb/aichat": "2.2.1",
103
+ "@mxmweb/aichat": "2.2.4",
108
104
  "@mxmweb/fviewer": "1.5.7",
109
- "@mxmweb/rtext": "1.8.1",
105
+ "@mxmweb/rtext": "1.8.3",
110
106
  "@mxmweb/xviewer": "1.4.18",
111
107
  "@mxmweb/zui": "1.4.0",
112
108
  "antd": "^5.18.0",
113
109
  "axios": "^1.7.2"
110
+ },
111
+ "scripts": {
112
+ "test": "yarn link",
113
+ "disconnect": "yarn unlink"
114
114
  }
115
- }
115
+ }