@executioncontrolprotocol/browser 0.10.1 → 0.11.0
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/README.md +2 -2
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Browser runtime host** for ECP: in-browser executor, registry extensions, session/local config, and helpers to initialize `Ecp` in a web page.
|
|
4
4
|
|
|
5
|
-
This is **not** the browser demo application. UI, provider picker, harness selection, and demo-only persistence belong in the standalone [browser demo repo](https://github.com/
|
|
5
|
+
This is **not** the browser demo application. UI, provider picker, harness selection, and demo-only persistence belong in the standalone [browser demo repo](https://github.com/executioncontrolprotocol/browser-demo).
|
|
6
6
|
|
|
7
7
|
## What belongs here
|
|
8
8
|
|
|
@@ -47,4 +47,4 @@ npm run test:browser:install # once
|
|
|
47
47
|
npm run test:browser
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
See [AGENTS.md](../../AGENTS.md) and the [browser demo repo](https://github.com/
|
|
50
|
+
See [AGENTS.md](../../AGENTS.md) and the [browser demo repo](https://github.com/executioncontrolprotocol/browser-demo).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@executioncontrolprotocol/browser",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "ECP browser runtime and environment extensions",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"zod": "^3.24.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@executioncontrolprotocol/core": "0.
|
|
27
|
-
"@executioncontrolprotocol/browser-secrets": "0.
|
|
28
|
-
"@executioncontrolprotocol/policies": "0.
|
|
29
|
-
"@executioncontrolprotocol/types": "0.
|
|
26
|
+
"@executioncontrolprotocol/core": "0.11.0",
|
|
27
|
+
"@executioncontrolprotocol/browser-secrets": "0.11.0",
|
|
28
|
+
"@executioncontrolprotocol/policies": "0.11.0",
|
|
29
|
+
"@executioncontrolprotocol/types": "0.11.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@executioncontrolprotocol/chrome-ai": "0.
|
|
33
|
-
"@executioncontrolprotocol/format-eql": "0.
|
|
34
|
-
"@executioncontrolprotocol/format-toon": "0.
|
|
35
|
-
"@executioncontrolprotocol/format-mermaid": "0.
|
|
36
|
-
"@executioncontrolprotocol/harnesses-browser-nano": "0.
|
|
32
|
+
"@executioncontrolprotocol/chrome-ai": "0.11.0",
|
|
33
|
+
"@executioncontrolprotocol/format-eql": "0.11.0",
|
|
34
|
+
"@executioncontrolprotocol/format-toon": "0.11.0",
|
|
35
|
+
"@executioncontrolprotocol/format-mermaid": "0.11.0",
|
|
36
|
+
"@executioncontrolprotocol/harnesses-browser-nano": "0.11.0",
|
|
37
37
|
"@executioncontrolprotocol/extension-fal": "0.10.1",
|
|
38
38
|
"@executioncontrolprotocol/extension-image-sharp": "0.10.1",
|
|
39
39
|
"typescript": "^5.7.0",
|