-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
7f8d07d
commit 181bb68
Showing
21 changed files
with
2,172 additions
and
1,721 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
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,4 +1,5 @@ | ||
{ | ||
"version": "2.0.0-alpha.25", | ||
"npmClient": "yarn" | ||
"version": "2.0.0-alpha.26", | ||
"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
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,10 +1,10 @@ | ||
{ | ||
"name": "@ulixee/hero-plugin-utils", | ||
"version": "2.0.0-alpha.25", | ||
"version": "2.0.0-alpha.26", | ||
"description": "Base classes to build hero plugins", | ||
"dependencies": { | ||
"@ulixee/commons": "2.0.0-alpha.26", | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.25", | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.26", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.26" | ||
} | ||
} |
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.25", | ||
"version": "2.0.0-alpha.26", | ||
"description": "Plugin that allows executing javascript in the remote browser context", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.25", | ||
"@ulixee/hero-plugin-utils": "2.0.0-alpha.25" | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.26", | ||
"@ulixee/hero-plugin-utils": "2.0.0-alpha.26" | ||
}, | ||
"devDependencies": { | ||
"@ulixee/commons": "2.0.0-alpha.26", | ||
"@ulixee/execute-js-plugin": "2.0.0-alpha.25", | ||
"@ulixee/hero": "2.0.0-alpha.25", | ||
"@ulixee/hero-core": "2.0.0-alpha.25", | ||
"@ulixee/hero-testing": "2.0.0-alpha.25" | ||
"@ulixee/execute-js-plugin": "2.0.0-alpha.26", | ||
"@ulixee/hero": "2.0.0-alpha.26", | ||
"@ulixee/hero-core": "2.0.0-alpha.26", | ||
"@ulixee/hero-testing": "2.0.0-alpha.26" | ||
} | ||
} |
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.25", | ||
"version": "2.0.0-alpha.26", | ||
"description": "The interface to playback and examine previous Hero sessions", | ||
"dependencies": { | ||
"@ulixee/commons": "2.0.0-alpha.26", | ||
"@ulixee/hero-core": "2.0.0-alpha.25", | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.25", | ||
"@ulixee/hero-core": "2.0.0-alpha.26", | ||
"@ulixee/hero-interfaces": "2.0.0-alpha.26", | ||
"@ulixee/unblocked-agent": "2.0.0-alpha.26", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.26", | ||
"nanoid": "^3.3.6" | ||
}, | ||
"devDependencies": { | ||
"@ulixee/hero-testing": "2.0.0-alpha.25" | ||
"@ulixee/hero-testing": "2.0.0-alpha.26" | ||
} | ||
} |
Oops, something went wrong.