juce-webview-agent-bridge 0.3.0 → 0.3.1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -85,7 +85,7 @@ or with CMake `FetchContent` (after JUCE has been added, so
|
|
|
85
85
|
include(FetchContent)
|
|
86
86
|
FetchContent_Declare(juce_webview_agent_bridge
|
|
87
87
|
GIT_REPOSITORY https://github.com/mateusz28011/juce-webview-agent-bridge.git
|
|
88
|
-
GIT_TAG v0.3.
|
|
88
|
+
GIT_TAG v0.3.1)
|
|
89
89
|
FetchContent_MakeAvailable(juce_webview_agent_bridge)
|
|
90
90
|
```
|
|
91
91
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "juce-webview-agent-bridge",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "CLI + protocol client for the juce_webview_agent_bridge debug WebView bridge (eval/console/network/click/fill/screenshot over a loopback socket, no CDP).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./tools/e2e.d.mts",
|