-
-
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
e1e095b
commit 0644452
Showing
56 changed files
with
426 additions
and
127 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,17 +1,17 @@ | ||
{ | ||
"name": "@secret-agent/client", | ||
"version": "1.2.0-alpha.0", | ||
"version": "1.2.0-alpha.1", | ||
"description": "The client interface for SecretAgent", | ||
"dependencies": { | ||
"@secret-agent/commons": "1.2.0-alpha.0", | ||
"@secret-agent/core": "1.2.0-alpha.0", | ||
"@secret-agent/core-interfaces": "1.2.0-alpha.0", | ||
"@secret-agent/replay": "1.2.0-alpha.0", | ||
"@secret-agent/commons": "1.2.0-alpha.1", | ||
"@secret-agent/core": "1.2.0-alpha.1", | ||
"@secret-agent/core-interfaces": "1.2.0-alpha.1", | ||
"@secret-agent/replay": "1.2.0-alpha.1", | ||
"awaited-dom": "^1.1.7", | ||
"uuid": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"@secret-agent/testing": "1.2.0-alpha.0", | ||
"@secret-agent/testing": "1.2.0-alpha.1", | ||
"@types/node": "^12.7.11" | ||
} | ||
} |
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": "@secret-agent/commons", | ||
"version": "1.2.0-alpha.0", | ||
"version": "1.2.0-alpha.1", | ||
"description": "Common utilities for Secret Agent", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@secret-agent/core-interfaces": "1.2.0-alpha.0", | ||
"@secret-agent/core-interfaces": "1.2.0-alpha.1", | ||
"better-sqlite3": "^7.1.1" | ||
} | ||
} |
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,15 +1,15 @@ | ||
{ | ||
"name": "@secret-agent/emulate-chrome-80", | ||
"version": "1.2.0-alpha.0", | ||
"version": "1.2.0-alpha.1", | ||
"description": "BrowserEmulator for Google Chrome version 80", | ||
"main": "index.js", | ||
"engine": { | ||
"browser": "chromium", | ||
"revision": "722234" | ||
}, | ||
"dependencies": { | ||
"@secret-agent/commons": "1.2.0-alpha.0", | ||
"@secret-agent/core-interfaces": "1.2.0-alpha.0", | ||
"@secret-agent/emulate-browsers-base": "1.2.0-alpha.0" | ||
"@secret-agent/commons": "1.2.0-alpha.1", | ||
"@secret-agent/core-interfaces": "1.2.0-alpha.1", | ||
"@secret-agent/emulate-browsers-base": "1.2.0-alpha.1" | ||
} | ||
} |
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,15 +1,15 @@ | ||
{ | ||
"name": "@secret-agent/emulate-chrome-83", | ||
"version": "1.2.0-alpha.0", | ||
"version": "1.2.0-alpha.1", | ||
"description": "EmulatorPlugin for Google Chrome version 83", | ||
"main": "index.js", | ||
"engine": { | ||
"browser": "chromium", | ||
"revision": "756035" | ||
}, | ||
"dependencies": { | ||
"@secret-agent/commons": "1.2.0-alpha.0", | ||
"@secret-agent/core-interfaces": "1.2.0-alpha.0", | ||
"@secret-agent/emulate-browsers-base": "1.2.0-alpha.0" | ||
"@secret-agent/commons": "1.2.0-alpha.1", | ||
"@secret-agent/core-interfaces": "1.2.0-alpha.1", | ||
"@secret-agent/emulate-browsers-base": "1.2.0-alpha.1" | ||
} | ||
} |
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.