@yh-ui/yh-ui 1.0.52 → 1.0.54

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.
Files changed (2) hide show
  1. package/dist/full.mjs +1 -1
  2. package/package.json +12 -8
package/dist/full.mjs CHANGED
@@ -11,7 +11,7 @@ export { Loading as LoadingIcon, createIconComponent as createPresetIconComponen
11
11
  export * from '@yh-ui/locale';
12
12
  export { en, zhCn } from '@yh-ui/locale';
13
13
 
14
- const version$1 = "1.0.52";
14
+ const version$1 = "1.0.54";
15
15
  const packageJson = {
16
16
  version: version$1};
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yh-ui/yh-ui",
3
- "version": "1.0.52",
3
+ "version": "1.0.54",
4
4
  "description": "YH-UI - A Modern Vue 3 Component Library",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -49,12 +49,12 @@
49
49
  ]
50
50
  },
51
51
  "dependencies": {
52
- "@yh-ui/components": "^1.0.52",
53
- "@yh-ui/hooks": "^1.0.52",
54
- "@yh-ui/icons": "^1.0.52",
55
- "@yh-ui/locale": "^1.0.52",
56
- "@yh-ui/theme": "^1.0.52",
57
- "@yh-ui/utils": "^1.0.52"
52
+ "@yh-ui/components": "^1.0.54",
53
+ "@yh-ui/hooks": "^1.0.54",
54
+ "@yh-ui/icons": "^1.0.54",
55
+ "@yh-ui/locale": "^1.0.54",
56
+ "@yh-ui/theme": "^1.0.54",
57
+ "@yh-ui/utils": "^1.0.54"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "vue": "^3.5.35",
@@ -68,7 +68,8 @@
68
68
  "echarts": ">=5.0.0",
69
69
  "highlight.js": ">=11.0.0",
70
70
  "mermaid": ">=11.0.0",
71
- "@langchain/core": ">=0.3.0"
71
+ "@langchain/core": ">=0.3.0",
72
+ "html-to-image": ">=1.11.0"
72
73
  },
73
74
  "peerDependenciesMeta": {
74
75
  "monaco-editor": {
@@ -103,6 +104,9 @@
103
104
  },
104
105
  "@langchain/core": {
105
106
  "optional": true
107
+ },
108
+ "html-to-image": {
109
+ "optional": true
106
110
  }
107
111
  },
108
112
  "publishConfig": {