@aether-stack-dev/client-sdk 1.3.0 → 1.3.2

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": "@aether-stack-dev/client-sdk",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "description": "JavaScript/TypeScript SDK for AStack video-to-video AI conversations",
6
6
  "main": "dist/index.js",
@@ -43,40 +43,49 @@
43
43
  "author": "AStack Team",
44
44
  "license": "MIT",
45
45
  "dependencies": {
46
- "@pixiv/three-vrm": "^3.5.1",
47
- "@pixiv/three-vrm-animation": "^3.5.1",
48
- "@supabase/supabase-js": "^2.100.0",
46
+ "@supabase/supabase-js": "^2.101.1",
49
47
  "eventemitter3": "^5.0.1",
50
- "three": "^0.181.2",
51
- "uuid": "^9.0.1"
48
+ "uuid": "^13.0.0"
52
49
  },
53
50
  "devDependencies": {
54
- "@rollup/plugin-node-resolve": "^15.2.3",
55
- "@rollup/plugin-typescript": "^11.1.5",
51
+ "@rollup/plugin-node-resolve": "^16.0.3",
52
+ "@rollup/plugin-typescript": "^12.3.0",
56
53
  "@types/jest": "^30.0.0",
57
54
  "@types/react": "^19.0.0",
58
- "@types/three": "^0.181.0",
59
- "@types/uuid": "^9.0.7",
60
- "@typescript-eslint/eslint-plugin": "^8.57.1",
61
- "@typescript-eslint/parser": "^8.57.1",
62
- "eslint": "^8.57.0",
55
+ "@types/three": "^0.183.1",
56
+ "@types/uuid": "^10.0.0",
57
+ "@typescript-eslint/eslint-plugin": "^8.58.0",
58
+ "@typescript-eslint/parser": "^8.58.0",
59
+ "eslint": "^10.2.0",
63
60
  "jest": "^30.3.0",
64
61
  "jest-environment-jsdom": "^30.3.0",
65
- "rollup": "^4.5.0",
66
- "ts-jest": "^29.1.1",
62
+ "rollup": "^4.60.1",
63
+ "ts-jest": "^29.4.9",
67
64
  "tslib": "^2.6.2",
68
- "typescript": "^5.3.2"
65
+ "typescript": "^6.0.2"
69
66
  },
70
67
  "peerDependencies": {
68
+ "@pixiv/three-vrm": "^3.5.1",
69
+ "@pixiv/three-vrm-animation": "^3.5.1",
71
70
  "react": ">=16.8.0",
72
- "react-dom": ">=16.8.0"
71
+ "react-dom": ">=16.8.0",
72
+ "three": ">=0.150.0"
73
73
  },
74
74
  "peerDependenciesMeta": {
75
+ "@pixiv/three-vrm": {
76
+ "optional": true
77
+ },
78
+ "@pixiv/three-vrm-animation": {
79
+ "optional": true
80
+ },
75
81
  "react": {
76
82
  "optional": true
77
83
  },
78
84
  "react-dom": {
79
85
  "optional": true
86
+ },
87
+ "three": {
88
+ "optional": true
80
89
  }
81
90
  },
82
91
  "repository": {