This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3484224
commit aa30bc7
Showing
94 changed files
with
666 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "@ulixee/unblocked-agent-examples", | ||
"private": true, | ||
"version": "2.0.0-alpha.28", | ||
"version": "2.0.0-alpha.29", | ||
"dependencies": { | ||
"@ulixee/js-path": "2.0.0-alpha.28", | ||
"@ulixee/unblocked-agent": "2.0.0-alpha.28" | ||
"@ulixee/js-path": "2.0.0-alpha.29", | ||
"@ulixee/unblocked-agent": "2.0.0-alpha.29" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"name": "@ulixee/unblocked-browser-emulator-builder", | ||
"version": "2.0.0-alpha.28", | ||
"version": "2.0.0-alpha.29", | ||
"private": true, | ||
"license": "MIT", | ||
"scripts": { | ||
"generate": "node --inspect ../build/browser-emulator-builder/scripts/generateEmulatorData" | ||
}, | ||
"dependencies": { | ||
"@double-agent/analyze": "2.0.0-alpha.28", | ||
"@double-agent/analyze-http-basic-headers": "2.0.0-alpha.28", | ||
"@double-agent/collect": "2.0.0-alpha.28", | ||
"@double-agent/collect-browser-codecs": "2.0.0-alpha.28", | ||
"@double-agent/collect-browser-dom-environment": "2.0.0-alpha.28", | ||
"@double-agent/collect-browser-fonts": "2.0.0-alpha.28", | ||
"@double-agent/collect-browser-speech": "2.0.0-alpha.28", | ||
"@double-agent/collect-http-basic-headers": "2.0.0-alpha.28", | ||
"@double-agent/collect-http-ua-hints": "2.0.0-alpha.28", | ||
"@double-agent/collect-http2-session": "2.0.0-alpha.28", | ||
"@double-agent/collect-tls-clienthello": "2.0.0-alpha.28", | ||
"@ulixee/commons": "2.0.0-alpha.28", | ||
"@ulixee/real-user-agents": "2.0.0-alpha.28", | ||
"@ulixee/unblocked-browser-profiler": "2.0.0-alpha.28", | ||
"@ulixee/unblocked-browser-profiler-dom-bridger": "2.0.0-alpha.28", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.28", | ||
"@double-agent/analyze": "2.0.0-alpha.29", | ||
"@double-agent/analyze-http-basic-headers": "2.0.0-alpha.29", | ||
"@double-agent/collect": "2.0.0-alpha.29", | ||
"@double-agent/collect-browser-codecs": "2.0.0-alpha.29", | ||
"@double-agent/collect-browser-dom-environment": "2.0.0-alpha.29", | ||
"@double-agent/collect-browser-fonts": "2.0.0-alpha.29", | ||
"@double-agent/collect-browser-speech": "2.0.0-alpha.29", | ||
"@double-agent/collect-http-basic-headers": "2.0.0-alpha.29", | ||
"@double-agent/collect-http-ua-hints": "2.0.0-alpha.29", | ||
"@double-agent/collect-http2-session": "2.0.0-alpha.29", | ||
"@double-agent/collect-tls-clienthello": "2.0.0-alpha.29", | ||
"@ulixee/commons": "2.0.0-alpha.29", | ||
"@ulixee/real-user-agents": "2.0.0-alpha.29", | ||
"@ulixee/unblocked-browser-profiler": "2.0.0-alpha.29", | ||
"@ulixee/unblocked-browser-profiler-dom-bridger": "2.0.0-alpha.29", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.29", | ||
"lodash": "^4.17.20" | ||
}, | ||
"devDependencies": { | ||
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.28" | ||
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.29" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.