-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
73d0a4a
commit 0e0a06b
Showing
18 changed files
with
144 additions
and
70 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
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,25 +1,25 @@ | ||
{ | ||
"name": "@ulixee/hero-end-to-end", | ||
"version": "2.0.0-alpha.20", | ||
"version": "2.0.0-alpha.21", | ||
"description": "End to end Hero tests", | ||
"private": true, | ||
"dependencies": { | ||
"@ulixee/commons": "2.0.0-alpha.20", | ||
"@ulixee/execute-js-plugin": "2.0.0-alpha.20", | ||
"@ulixee/hero": "2.0.0-alpha.20", | ||
"@ulixee/hero-core": "2.0.0-alpha.20", | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.20", | ||
"@ulixee/net": "2.0.0-alpha.20" | ||
"@ulixee/commons": "2.0.0-alpha.21", | ||
"@ulixee/execute-js-plugin": "2.0.0-alpha.21", | ||
"@ulixee/hero": "2.0.0-alpha.21", | ||
"@ulixee/hero-core": "2.0.0-alpha.21", | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.21", | ||
"@ulixee/net": "2.0.0-alpha.21" | ||
}, | ||
"devDependencies": { | ||
"@ulixee/awaited-dom": "1.4.2", | ||
"@ulixee/default-browser-emulator": "2.0.0-alpha.20", | ||
"@ulixee/default-human-emulator": "2.0.0-alpha.20", | ||
"@ulixee/hero-plugin-utils": "2.0.0-alpha.20", | ||
"@ulixee/hero-testing": "2.0.0-alpha.20", | ||
"@ulixee/hero-timetravel": "2.0.0-alpha.20", | ||
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.20", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.20", | ||
"@ulixee/default-browser-emulator": "2.0.0-alpha.21", | ||
"@ulixee/default-human-emulator": "2.0.0-alpha.21", | ||
"@ulixee/hero-plugin-utils": "2.0.0-alpha.21", | ||
"@ulixee/hero-testing": "2.0.0-alpha.21", | ||
"@ulixee/hero-timetravel": "2.0.0-alpha.21", | ||
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.21", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.21", | ||
"ws": "^7.4.6" | ||
} | ||
} |
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,12 +1,12 @@ | ||
{ | ||
"name": "@ulixee/hero-interfaces", | ||
"version": "2.0.0-alpha.20", | ||
"version": "2.0.0-alpha.21", | ||
"description": "Core interfaces used by Hero", | ||
"dependencies": { | ||
"@ulixee/awaited-dom": "1.4.2", | ||
"@ulixee/commons": "2.0.0-alpha.20", | ||
"@ulixee/js-path": "2.0.0-alpha.20", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.20", | ||
"@ulixee/commons": "2.0.0-alpha.21", | ||
"@ulixee/js-path": "2.0.0-alpha.21", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.21", | ||
"devtools-protocol": "^0.0.981744" | ||
} | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"version": "2.0.0-alpha.20", | ||
"version": "2.0.0-alpha.21", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
} |
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,11 +1,11 @@ | ||
{ | ||
"name": "@ulixee/hero-plugin-utils", | ||
"version": "2.0.0-alpha.20", | ||
"version": "2.0.0-alpha.21", | ||
"description": "Base classes to build hero plugins", | ||
"scripts": {}, | ||
"dependencies": { | ||
"@ulixee/commons": "2.0.0-alpha.20", | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.20", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.20" | ||
"@ulixee/commons": "2.0.0-alpha.21", | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.21", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.21" | ||
} | ||
} |
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,17 +1,17 @@ | ||
{ | ||
"name": "@ulixee/execute-js-plugin", | ||
"version": "2.0.0-alpha.20", | ||
"version": "2.0.0-alpha.21", | ||
"description": "Plugin that allows executing javascript in the remote browser context", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.20", | ||
"@ulixee/hero-plugin-utils": "2.0.0-alpha.20" | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.21", | ||
"@ulixee/hero-plugin-utils": "2.0.0-alpha.21" | ||
}, | ||
"devDependencies": { | ||
"@ulixee/commons": "2.0.0-alpha.20", | ||
"@ulixee/execute-js-plugin": "2.0.0-alpha.20", | ||
"@ulixee/hero": "2.0.0-alpha.20", | ||
"@ulixee/hero-core": "2.0.0-alpha.20", | ||
"@ulixee/hero-testing": "2.0.0-alpha.20" | ||
"@ulixee/commons": "2.0.0-alpha.21", | ||
"@ulixee/execute-js-plugin": "2.0.0-alpha.21", | ||
"@ulixee/hero": "2.0.0-alpha.21", | ||
"@ulixee/hero-core": "2.0.0-alpha.21", | ||
"@ulixee/hero-testing": "2.0.0-alpha.21" | ||
} | ||
} |
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,16 +1,16 @@ | ||
{ | ||
"name": "@ulixee/hero-timetravel", | ||
"version": "2.0.0-alpha.20", | ||
"version": "2.0.0-alpha.21", | ||
"description": "The interface to playback and examine previous Hero sessions", | ||
"dependencies": { | ||
"@ulixee/commons": "2.0.0-alpha.20", | ||
"@ulixee/hero-core": "2.0.0-alpha.20", | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.20", | ||
"@ulixee/unblocked-agent": "2.0.0-alpha.20", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.20", | ||
"@ulixee/commons": "2.0.0-alpha.21", | ||
"@ulixee/hero-core": "2.0.0-alpha.21", | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.21", | ||
"@ulixee/unblocked-agent": "2.0.0-alpha.21", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.21", | ||
"nanoid": "^3.1.30" | ||
}, | ||
"devDependencies": { | ||
"@ulixee/hero-testing": "2.0.0-alpha.20" | ||
"@ulixee/hero-testing": "2.0.0-alpha.21" | ||
} | ||
} |