@gui-chat-plugin/present3d 0.0.2 → 0.0.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@gui-chat-plugin/present3d",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "3D shape presentation plugin using ShapeScript for GUI Chat applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -26,26 +26,36 @@
26
26
  "dev": "vite",
27
27
  "build": "vite build && vue-tsc -p tsconfig.build.json --emitDeclarationOnly",
28
28
  "lint": "eslint .",
29
- "preview": "vite preview"
29
+ "preview": "vite preview",
30
+ "test:shapescript": "tsx test-shapescript.ts",
31
+ "test:wave": "tsx test-wave-script.ts"
30
32
  },
31
33
  "dependencies": {
32
- "gui-chat-protocol": "^0.0.1",
33
- "three": "^0.172.0",
34
+ "gui-chat-protocol": "^0.0.3",
35
+ "three": "^0.182.0",
34
36
  "three-bvh-csg": "^0.0.17",
35
37
  "three-mesh-bvh": "^0.9.7"
36
38
  },
37
39
  "devDependencies": {
40
+ "@eslint/js": "^9.39.2",
38
41
  "@tailwindcss/vite": "^4.0.0",
39
- "@types/node": "^22.10.5",
40
- "@types/three": "^0.172.0",
41
- "@vitejs/plugin-vue": "^5.2.1",
42
+ "@types/node": "^25.0.9",
43
+ "@types/three": "^0.182.0",
44
+ "@typescript-eslint/eslint-plugin": "^8.53.0",
45
+ "@typescript-eslint/parser": "^8.53.0",
46
+ "@vitejs/plugin-vue": "^6.0.3",
42
47
  "eslint": "^9.17.0",
48
+ "eslint-plugin-vue": "^10.7.0",
49
+ "globals": "^17.0.0",
43
50
  "tailwindcss": "^4.0.0",
51
+ "tsx": "^4.21.0",
44
52
  "typescript": "^5.7.2",
45
- "vite": "^6.0.7",
53
+ "typescript-eslint": "^8.53.0",
54
+ "vite": "^7.3.1",
46
55
  "vite-plugin-dts": "^4.4.0",
47
56
  "vue": "^3.5.13",
48
- "vue-tsc": "^2.2.0"
57
+ "vue-eslint-parser": "^10.2.0",
58
+ "vue-tsc": "^3.2.2"
49
59
  },
50
60
  "peerDependencies": {
51
61
  "vue": "^3.5.0"