-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
6737007
commit 6292399
Showing
54 changed files
with
484 additions
and
125 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.0.0-alpha.20", | ||
"version": "1.0.0-alpha.21", | ||
"description": "The client interface for SecretAgent", | ||
"dependencies": { | ||
"@secret-agent/commons": "1.0.0-alpha.20", | ||
"@secret-agent/core": "1.0.0-alpha.20", | ||
"@secret-agent/core-interfaces": "1.0.0-alpha.20", | ||
"@secret-agent/replay": "1.0.0-alpha.20", | ||
"@secret-agent/commons": "1.0.0-alpha.21", | ||
"@secret-agent/core": "1.0.0-alpha.21", | ||
"@secret-agent/core-interfaces": "1.0.0-alpha.21", | ||
"@secret-agent/replay": "1.0.0-alpha.21", | ||
"awaited-dom": "^1.1.5", | ||
"uuid": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"@secret-agent/testing": "1.0.0-alpha.20", | ||
"@secret-agent/testing": "1.0.0-alpha.21", | ||
"@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.0.0-alpha.20", | ||
"version": "1.0.0-alpha.21", | ||
"description": "Common utilities for Secret Agent", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@secret-agent/core-interfaces": "1.0.0-alpha.20", | ||
"@secret-agent/core-interfaces": "1.0.0-alpha.21", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "@secret-agent/core", | ||
"version": "1.0.0-alpha.20", | ||
"version": "1.0.0-alpha.21", | ||
"description": "The core browser API used to run SecretAgent", | ||
"dependencies": { | ||
"@secret-agent/commons": "1.0.0-alpha.20", | ||
"@secret-agent/core-interfaces": "1.0.0-alpha.20", | ||
"@secret-agent/emulate-chrome-83": "1.0.0-alpha.20", | ||
"@secret-agent/emulators": "1.0.0-alpha.20", | ||
"@secret-agent/humanoids": "1.0.0-alpha.20", | ||
"@secret-agent/injected-scripts": "1.0.0-alpha.20", | ||
"@secret-agent/mitm": "1.0.0-alpha.20", | ||
"@secret-agent/puppet": "1.0.0-alpha.20", | ||
"@secret-agent/session-state": "1.0.0-alpha.20", | ||
"@secret-agent/commons": "1.0.0-alpha.21", | ||
"@secret-agent/core-interfaces": "1.0.0-alpha.21", | ||
"@secret-agent/emulate-chrome-83": "1.0.0-alpha.21", | ||
"@secret-agent/emulators": "1.0.0-alpha.21", | ||
"@secret-agent/humanoids": "1.0.0-alpha.21", | ||
"@secret-agent/injected-scripts": "1.0.0-alpha.21", | ||
"@secret-agent/mitm": "1.0.0-alpha.21", | ||
"@secret-agent/puppet": "1.0.0-alpha.21", | ||
"@secret-agent/session-state": "1.0.0-alpha.21", | ||
"awaited-dom": "^1.1.5", | ||
"moment": "^2.24.0", | ||
"typeson": "^5.18.2", | ||
"typeson-registry": "^1.0.0-alpha.38", | ||
"uuid": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"@secret-agent/client": "1.0.0-alpha.20", | ||
"@secret-agent/core": "1.0.0-alpha.20", | ||
"@secret-agent/emulate-safari-13": "1.0.0-alpha.20", | ||
"@secret-agent/puppet-chrome": "1.0.0-alpha.20", | ||
"@secret-agent/testing": "1.0.0-alpha.20", | ||
"@secret-agent/client": "1.0.0-alpha.21", | ||
"@secret-agent/core": "1.0.0-alpha.21", | ||
"@secret-agent/emulate-safari-13": "1.0.0-alpha.21", | ||
"@secret-agent/puppet-chrome": "1.0.0-alpha.21", | ||
"@secret-agent/testing": "1.0.0-alpha.21", | ||
"http-proxy-agent": "^4.0.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-80", | ||
"version": "1.0.0-alpha.20", | ||
"version": "1.0.0-alpha.21", | ||
"description": "EmulatorPlugin for Google Chrome version 80", | ||
"main": "index.js", | ||
"engine": { | ||
"browser": "chromium", | ||
"revision": "722234" | ||
}, | ||
"dependencies": { | ||
"@secret-agent/commons": "1.0.0-alpha.20", | ||
"@secret-agent/emulator-plugins-shared": "1.0.0-alpha.20", | ||
"@secret-agent/emulators": "1.0.0-alpha.20" | ||
"@secret-agent/commons": "1.0.0-alpha.21", | ||
"@secret-agent/emulator-plugins-shared": "1.0.0-alpha.21", | ||
"@secret-agent/emulators": "1.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,15 +1,15 @@ | ||
{ | ||
"name": "@secret-agent/emulate-chrome-83", | ||
"version": "1.0.0-alpha.20", | ||
"version": "1.0.0-alpha.21", | ||
"description": "EmulatorPlugin for Google Chrome version 83", | ||
"main": "index.js", | ||
"engine": { | ||
"browser": "chromium", | ||
"revision": "756035" | ||
}, | ||
"dependencies": { | ||
"@secret-agent/commons": "1.0.0-alpha.20", | ||
"@secret-agent/emulator-plugins-shared": "1.0.0-alpha.20", | ||
"@secret-agent/emulators": "1.0.0-alpha.20" | ||
"@secret-agent/commons": "1.0.0-alpha.21", | ||
"@secret-agent/emulator-plugins-shared": "1.0.0-alpha.21", | ||
"@secret-agent/emulators": "1.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
Oops, something went wrong.