@qy_better_lib/hooks 0.2.8 → 0.2.10

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qy_better_lib/hooks",
3
3
  "private": false,
4
- "version": "0.2.8",
4
+ "version": "0.2.10",
5
5
  "description": "qy better lib hooks",
6
6
  "author": "luhuiming",
7
7
  "license": "MIT",
@@ -52,18 +52,24 @@
52
52
  "./use-mqtt": {
53
53
  "import": "./lib/use-mqtt/index.mjs",
54
54
  "types": "./lib/use-mqtt/index.d.ts"
55
+ },
56
+ "./use-three": {
57
+ "import": "./lib/use-three/index.mjs",
58
+ "types": "./lib/use-three/index.d.ts"
55
59
  }
56
60
  },
57
61
  "devDependencies": {
58
62
  "@antv/x6": "^2.18.1",
59
- "@qy_better_lib/core": "^0.2.6",
63
+ "@qy_better_lib/core": "^0.2.8",
60
64
  "@types/dagre": "^0.7.53",
61
65
  "@types/node": "^24.5.2",
66
+ "@types/three": "^0.182.0",
62
67
  "@vitejs/plugin-vue": "^6.0.1",
63
68
  "dagre": "^0.8.5",
64
69
  "echarts": "5.6.0",
65
70
  "mitt": "^3.0.1",
66
71
  "mqtt": "^5.14.1",
72
+ "three": "^0.182.0",
67
73
  "vite": "^7.1.7",
68
74
  "vite-plugin-dts": "^4.5.4",
69
75
  "vitest": "^4.0.18",
@@ -76,6 +82,7 @@
76
82
  "echarts": "5.6.0",
77
83
  "mitt": "^3.0.1",
78
84
  "mqtt": "^5.14.1",
85
+ "three": "^0.182.0",
79
86
  "vue": "^3.5.22"
80
87
  },
81
88
  "peerDependenciesMeta": {
@@ -94,6 +101,9 @@
94
101
  "mqtt": {
95
102
  "optional": true
96
103
  },
104
+ "three": {
105
+ "optional": true
106
+ },
97
107
  "@qy_better_lib/core": {
98
108
  "optional": false
99
109
  }