@ulixee/unblocked-specification
Advanced tools
Comparing version 2.0.0-alpha.15 to 2.0.0-alpha.17
export default interface IBrowserLaunchArgs { | ||
proxyPort?: number; | ||
showChrome?: boolean; | ||
disableDevtools?: boolean; | ||
showDevtools?: boolean; | ||
disableGpu?: boolean; | ||
@@ -6,0 +6,0 @@ disableIncognito?: boolean; |
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.0.0-alpha.17](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.15...v2.0.0-alpha.17) (2022-12-15) | ||
### Features | ||
* invert disableDevtools and default to off ([b66d8cc](https://github.com/ulixee/unblocked/commit/b66d8cc13d716acc99014ffcb818650ebc2624a2)) | ||
# [2.0.0-alpha.15](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2022-12-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@ulixee/unblocked-specification", | ||
"version": "2.0.0-alpha.15", | ||
"version": "2.0.0-alpha.17", | ||
"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.15", | ||
"@ulixee/js-path": "2.0.0-alpha.17", | ||
"devtools-protocol": "^0.0.981744" | ||
}, | ||
"gitHead": "b17dd5cd954d93452325fb8f3645980d20f1142b" | ||
"gitHead": "7ca3a01680dc5f7af7a220d0efdf15d5cecef1c7" | ||
} |
@@ -57,3 +57,3 @@ # Unblocked Specification | ||
- showChrome `boolean`. A boolean whether to show the Chrome browser window. | ||
- disableDevtools `boolean`. Do not automatically show devtools when `showChrome` is enabled. | ||
- showDevtools `boolean`. Automatically show devtools when `showChrome` is enabled. | ||
- disableIncognito `boolean`. Disable the use of an incognito context. | ||
@@ -60,0 +60,0 @@ - disableMitm `boolean`. Disable the use of a man-in-the-middle server. This stops the ability to mimic the TLS signature of a headed Chrome version. |
103129
+ Added@ulixee/js-path@2.0.0-alpha.17(transitive)
- Removed@ulixee/js-path@2.0.0-alpha.15(transitive)