@spatialwalk/avatarkit 1.0.0-beta.7 → 1.0.0-beta.8
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/CHANGELOG.md +11 -0
- package/dist/{StreamingAudioPlayer-D7s8q5h0.js → StreamingAudioPlayer-fSZLLTe1.js} +2 -2
- package/dist/{StreamingAudioPlayer-D7s8q5h0.js.map → StreamingAudioPlayer-fSZLLTe1.js.map} +1 -1
- package/dist/avatar_core_wasm.wasm +0 -0
- package/dist/core/AvatarController.d.ts.map +1 -1
- package/dist/{index-CpSvWi6A.js → index-B-JbfZD-.js} +81 -81
- package/dist/index-B-JbfZD-.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +11 -12
- package/dist/index-CpSvWi6A.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, b as o, c as e, a as t, d as n, h as A, g as v, f as l, C as c, E as g, L as i, R as M, S as P, i as d, j as u, k as C } from "./index-
|
|
1
|
+
import { A as s, b as o, c as e, a as t, d as n, h as A, g as v, f as l, C as c, E as g, L as i, R as M, S as P, i as d, j as u, k as C } from "./index-B-JbfZD-.js";
|
|
2
2
|
export {
|
|
3
3
|
s as APP_CONFIG,
|
|
4
4
|
o as Avatar,
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spatialwalk/avatarkit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
5
|
-
"packageManager": "pnpm@10.18.2",
|
|
4
|
+
"version": "1.0.0-beta.8",
|
|
6
5
|
"description": "SPAvatar SDK - 3D Gaussian Splatting Avatar Rendering SDK",
|
|
7
6
|
"author": "SPAvatar Team",
|
|
8
7
|
"license": "MIT",
|
|
@@ -32,15 +31,6 @@
|
|
|
32
31
|
"CHANGELOG.md",
|
|
33
32
|
"dist"
|
|
34
33
|
],
|
|
35
|
-
"scripts": {
|
|
36
|
-
"build": "SDK_BUILD=true vite build --mode library",
|
|
37
|
-
"dev": "vite build --mode library --watch",
|
|
38
|
-
"clean": "rm -rf dist",
|
|
39
|
-
"typecheck": "tsc --noEmit",
|
|
40
|
-
"test": "cd tests && pnpm test",
|
|
41
|
-
"test:watch": "cd tests && pnpm run test:watch",
|
|
42
|
-
"test:e2e": "cd tests && pnpm run test:e2e"
|
|
43
|
-
},
|
|
44
34
|
"peerDependencies": {
|
|
45
35
|
"@webgpu/types": "*"
|
|
46
36
|
},
|
|
@@ -55,5 +45,14 @@
|
|
|
55
45
|
"typescript": "^5.0.0",
|
|
56
46
|
"vite": "^5.0.0",
|
|
57
47
|
"vite-plugin-dts": "^4.5.4"
|
|
48
|
+
},
|
|
49
|
+
"scripts": {
|
|
50
|
+
"build": "SDK_BUILD=true vite build --mode library",
|
|
51
|
+
"dev": "vite build --mode library --watch",
|
|
52
|
+
"clean": "rm -rf dist",
|
|
53
|
+
"typecheck": "tsc --noEmit",
|
|
54
|
+
"test": "cd tests && pnpm test",
|
|
55
|
+
"test:watch": "cd tests && pnpm run test:watch",
|
|
56
|
+
"test:e2e": "cd tests && pnpm run test:e2e"
|
|
58
57
|
}
|
|
59
|
-
}
|
|
58
|
+
}
|