@elizaos/plugin-screenshare 2.0.3-beta.2 → 2.0.3-beta.4

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.
Files changed (1) hide show
  1. package/package.json +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-screenshare",
3
- "version": "2.0.3-beta.2",
3
+ "version": "2.0.3-beta.4",
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.3-beta.2",
23
- "@elizaos/app-core": "2.0.3-beta.2",
24
- "@elizaos/core": "2.0.3-beta.2",
25
- "@elizaos/plugin-computeruse": "2.0.3-beta.2",
26
- "@elizaos/shared": "2.0.3-beta.2",
27
- "@elizaos/ui": "2.0.3-beta.2",
22
+ "@elizaos/agent": "2.0.3-beta.4",
23
+ "@elizaos/app-core": "2.0.3-beta.4",
24
+ "@elizaos/core": "2.0.3-beta.4",
25
+ "@elizaos/plugin-computeruse": "2.0.3-beta.4",
26
+ "@elizaos/shared": "2.0.3-beta.4",
27
+ "@elizaos/ui": "2.0.3-beta.4",
28
28
  "lucide-react": "^1.0.0"
29
29
  },
30
30
  "peerDependencies": {
@@ -72,6 +72,7 @@
72
72
  "scripts": {
73
73
  "build": "bun run build:js && bun run build:views && bun run build:types",
74
74
  "clean": "rm -rf dist",
75
+ "typecheck": "tsgo --noEmit -p tsconfig.json",
75
76
  "test": "vitest run --config vitest.config.ts",
76
77
  "build:js": "tsup --config ../tsup.plugin-packages.shared.ts",
77
78
  "build:views": "bunx --bun vite build --config vite.config.views.ts",
@@ -92,5 +93,5 @@
92
93
  "vite": "^8.0.0",
93
94
  "vitest": "^4.1.5"
94
95
  },
95
- "gitHead": "82fe0f44215954c2417328203f5bd6510985c1fc"
96
+ "gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
96
97
  }