@elizaos/plugin-browser 1.0.1 → 1.0.2

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 +2 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-browser",
3
3
  "description": "Plugin for browser actions and web scraping",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -70,12 +70,6 @@
70
70
  "gitHead": "646c632924826e2b75c2304a75ee56959fe4a460",
71
71
  "agentConfig": {
72
72
  "pluginType": "elizaos:plugin:1.0.0",
73
- "pluginParameters": {
74
- "CAPSOLVER_API_KEY": {
75
- "type": "string",
76
- "description": "API key for CAPTCHA solving service used by the browser plugin.",
77
- "required": false
78
- }
79
- }
73
+ "pluginParameters": {}
80
74
  }
81
75
  }