@elizaos/plugin-screenshare 2.0.3-beta.2 → 2.0.11-beta.7
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-screenshare",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11-beta.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Screen Share app: authenticated desktop screen streaming and remote mouse/keyboard control for local, Linux, macOS, and Windows runtimes.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@elizaos/agent": "2.0.
|
|
23
|
-
"@elizaos/app-core": "2.0.
|
|
24
|
-
"@elizaos/core": "2.0.
|
|
25
|
-
"@elizaos/plugin-computeruse": "2.0.
|
|
26
|
-
"@elizaos/shared": "2.0.
|
|
27
|
-
"@elizaos/ui": "2.0.
|
|
22
|
+
"@elizaos/agent": "2.0.11-beta.7",
|
|
23
|
+
"@elizaos/app-core": "2.0.11-beta.7",
|
|
24
|
+
"@elizaos/core": "2.0.11-beta.7",
|
|
25
|
+
"@elizaos/plugin-computeruse": "2.0.11-beta.7",
|
|
26
|
+
"@elizaos/shared": "2.0.11-beta.7",
|
|
27
|
+
"@elizaos/ui": "2.0.11-beta.7",
|
|
28
28
|
"lucide-react": "^1.0.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"vite": "^8.0.0",
|
|
93
93
|
"vitest": "^4.1.5"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "cdbc876f793d96073d7eb0d09715a031ce0cd32e"
|
|
96
96
|
}
|