@ulixee/hero-interfaces
Advanced tools
Comparing version 2.0.0-alpha.11 to 2.0.0-alpha.12
@@ -5,4 +5,5 @@ import ISessionCreateOptions from './ISessionCreateOptions'; | ||
operatingSystemName: string; | ||
operatingSystemPlatform: string; | ||
operatingSystemVersion: string; | ||
windowNavigatorPlatform: string; | ||
uaClientHintsPlatformVersion: string; | ||
browserName: string; | ||
@@ -9,0 +10,0 @@ browserFullVersion: string; |
{ | ||
"name": "@ulixee/hero-interfaces", | ||
"version": "2.0.0-alpha.11", | ||
"version": "2.0.0-alpha.12", | ||
"description": "Core interfaces used by Hero", | ||
@@ -23,9 +23,9 @@ "homepage": "https://ulixee.org", | ||
"dependencies": { | ||
"@ulixee/commons": "2.0.0-alpha.11", | ||
"@ulixee/commons": "2.0.0-alpha.12", | ||
"@unblocked-web/js-path": "2.0.0-alpha.1", | ||
"@unblocked-web/specifications": "2.0.0-alpha.3", | ||
"@unblocked-web/specifications": "2.0.0-alpha.11", | ||
"awaited-dom": "1.4.0", | ||
"devtools-protocol": "^0.0.981744" | ||
}, | ||
"gitHead": "0923399a7277ef89bd7fa3afda8ce3072f184a48" | ||
"gitHead": "ae3b88f49b5149d51cc7a89d640beb9a532f02e5" | ||
} |
49039
138
631
+ Added@ulixee/commons@2.0.0-alpha.12(transitive)
+ Added@unblocked-web/specifications@2.0.0-alpha.11(transitive)
- Removed@ulixee/commons@2.0.0-alpha.11(transitive)
- Removed@unblocked-web/specifications@2.0.0-alpha.3(transitive)