@elizaos/plugin-browser 2.0.3-beta.3 → 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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-browser",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Browser plugin: BROWSER action and MANAGE_BROWSER_BRIDGE management action. Owns the workspace browser (electrobun-embedded + jsdom fallback) and the Chrome/Safari companion bridge. Targets are registered with the BrowserService; the agent uses what is available.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"build:types": "tsc --noCheck -p tsconfig.build.json"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@elizaos/core": "2.0.3-beta.
|
|
41
|
-
"@elizaos/vault": "2.0.3-beta.
|
|
40
|
+
"@elizaos/core": "2.0.3-beta.4",
|
|
41
|
+
"@elizaos/vault": "2.0.3-beta.4",
|
|
42
42
|
"drizzle-orm": "0.45.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"dist",
|
|
71
71
|
"auto-enable.ts"
|
|
72
72
|
],
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
|
|
74
74
|
}
|