@elizaos/plugin-facewear 2.0.3-beta.4 → 2.0.3-beta.6
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-facewear",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Unified facewear plugin — Meta Quest 3, XReal, Even Realities G1/G2, Apple Vision Pro. Bidirectional voice+camera streaming, smartglasses display, view panels, device management.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
|
-
"typecheck": "
|
|
36
|
+
"typecheck": "tsgo --noEmit -p tsconfig.json",
|
|
37
37
|
"lint": "bunx @biomejs/biome check src",
|
|
38
38
|
"test": "bun run build:views && bun run emulator:build && NODE_OPTIONS='--experimental-sqlite' vitest run --config ./vitest.config.ts",
|
|
39
39
|
"build": "bun run build:js && bun run build:views && bun run build:types",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"verify:app": "bunx vitest --root ../.. run packages/registry/src/first-party/facewear-registry.test.ts packages/app/src/plugin-registrations.test.ts"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@elizaos/agent": "2.0.3-beta.
|
|
50
|
-
"@elizaos/core": "2.0.3-beta.
|
|
51
|
-
"@elizaos/ui": "2.0.3-beta.
|
|
49
|
+
"@elizaos/agent": "2.0.3-beta.6",
|
|
50
|
+
"@elizaos/core": "2.0.3-beta.6",
|
|
51
|
+
"@elizaos/ui": "2.0.3-beta.6",
|
|
52
52
|
"lucide-react": "^1.0.0",
|
|
53
53
|
"ws": "^8.18.0",
|
|
54
54
|
"zod": "^4.4.3"
|
|
@@ -137,5 +137,5 @@
|
|
|
137
137
|
"dist",
|
|
138
138
|
"docs"
|
|
139
139
|
],
|
|
140
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
|
|
141
141
|
}
|