@opencode/plugin-browser 0.0.0-beta-19381 → 0.0.0-beta-19419
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/dist/connection.d.ts +1 -1
- package/dist/tools.d.ts +1 -1
- package/package.json +3 -3
package/dist/connection.d.ts
CHANGED
|
@@ -155,7 +155,7 @@ export declare const make: (ctx: Pick<Context, "location" | "rpc" | "event" | "s
|
|
|
155
155
|
readonly type: "network.list";
|
|
156
156
|
readonly tabID: string & import("effect/Brand").Brand<"Browser.TabID">;
|
|
157
157
|
readonly limit?: number | undefined;
|
|
158
|
-
readonly resourceType?: "
|
|
158
|
+
readonly resourceType?: "websocket" | "image" | "media" | "document" | "fetch" | "stylesheet" | "font" | "script" | "xhr" | "eventsource" | "manifest" | "other" | undefined;
|
|
159
159
|
readonly urlContains?: string | undefined;
|
|
160
160
|
} | {
|
|
161
161
|
readonly id: string;
|
package/dist/tools.d.ts
CHANGED
|
@@ -154,7 +154,7 @@ export declare const register: (ctx: Pick<Context, "location" | "tool">, connect
|
|
|
154
154
|
readonly type: "network.list";
|
|
155
155
|
readonly tabID: string & import("effect/Brand").Brand<"Browser.TabID">;
|
|
156
156
|
readonly limit?: number | undefined;
|
|
157
|
-
readonly resourceType?: "
|
|
157
|
+
readonly resourceType?: "websocket" | "image" | "media" | "document" | "fetch" | "stylesheet" | "font" | "script" | "xhr" | "eventsource" | "manifest" | "other" | undefined;
|
|
158
158
|
readonly urlContains?: string | undefined;
|
|
159
159
|
} | {
|
|
160
160
|
readonly id: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@opencode/plugin-browser",
|
|
4
|
-
"version": "0.0.0-beta-
|
|
4
|
+
"version": "0.0.0-beta-19419",
|
|
5
5
|
"description": "OpenCode's desktop browser plugin",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"test": "bun test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@opencode/plugin": "0.0.0-beta-
|
|
40
|
-
"@opencode/schema": "0.0.0-beta-
|
|
39
|
+
"@opencode/plugin": "0.0.0-beta-19419",
|
|
40
|
+
"@opencode/schema": "0.0.0-beta-19419",
|
|
41
41
|
"effect": "4.0.0-rc.112"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|