@ulixee/unblocked-specification
Advanced tools
Comparing version 2.0.0-alpha.17 to 2.0.0-alpha.18
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.0.0-alpha.18](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2023-01-17) | ||
### Features | ||
* **plugins:** disable ip proxy by default ([a9a79bc](https://github.com/ulixee/unblocked/commit/a9a79bcc56bba9c107a8f380298e38a28a90af1e)), closes [#29](https://github.com/ulixee/unblocked/issues/29) | ||
# [2.0.0-alpha.17](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.15...v2.0.0-alpha.17) (2022-12-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@ulixee/unblocked-specification", | ||
"version": "2.0.0-alpha.17", | ||
"version": "2.0.0-alpha.18", | ||
"description": "Interfaces to interact with Unblocked Agent Plugins", | ||
@@ -23,6 +23,6 @@ "homepage": "https://ulixee.org/unblocked", | ||
"dependencies": { | ||
"@ulixee/js-path": "2.0.0-alpha.17", | ||
"@ulixee/js-path": "2.0.0-alpha.18", | ||
"devtools-protocol": "^0.0.981744" | ||
}, | ||
"gitHead": "7ca3a01680dc5f7af7a220d0efdf15d5cecef1c7" | ||
"gitHead": "500fb5eca0f26795933d8b377ffe7b654dee4cc0" | ||
} |
@@ -53,3 +53,3 @@ # Unblocked Specification | ||
- upstreamProxyIpMask `object`. Optional settings to mask the Public IP Address of a host machine when using a proxy. This is used by the default BrowserEmulator to mask WebRTC IPs. | ||
- ipLookupService `string`. The URL of an http based IpLookupService. Defaults to `ipify.org`. | ||
- ipLookupService `string`. The URL of an http based IpLookupService. | ||
- proxyIp `string`. The optional IP address of your proxy, if known ahead of time. | ||
@@ -56,0 +56,0 @@ - publicIp `string`. The optional IP address of your host machine, if known ahead of time. |
103437
+ Added@ulixee/js-path@2.0.0-alpha.18(transitive)
- Removed@ulixee/js-path@2.0.0-alpha.17(transitive)