-
-
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
9a1b18d
commit 8d38d90
Showing
36 changed files
with
247 additions
and
94 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,22 +1,22 @@ | ||
{ | ||
"name": "@secret-agent/client", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "The client interface for SecretAgent", | ||
"exports": { | ||
"import": "./index.mjs", | ||
"require": "./index.cjs" | ||
}, | ||
"dependencies": { | ||
"@secret-agent/commons": "1.6.3", | ||
"@secret-agent/interfaces": "1.6.3", | ||
"@secret-agent/plugin-utils": "1.6.3", | ||
"@secret-agent/replay": "1.6.3", | ||
"@secret-agent/commons": "1.6.4", | ||
"@secret-agent/interfaces": "1.6.4", | ||
"@secret-agent/plugin-utils": "1.6.4", | ||
"@secret-agent/replay": "1.6.4", | ||
"awaited-dom": "1.3.1", | ||
"uuid": "^8.3.2", | ||
"ws": "^7.4.6" | ||
}, | ||
"devDependencies": { | ||
"@secret-agent/core": "1.6.3", | ||
"@secret-agent/testing": "1.6.3" | ||
"@secret-agent/core": "1.6.4", | ||
"@secret-agent/testing": "1.6.4" | ||
} | ||
} |
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/commons", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "Common utilities for Secret Agent", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@secret-agent/interfaces": "1.6.3", | ||
"@secret-agent/interfaces": "1.6.4", | ||
"https-proxy-agent": "^5.0.0", | ||
"source-map-support": "^0.5.19", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@secret-agent/default-browser-emulator": "1.6.3", | ||
"@secret-agent/puppet": "1.6.3", | ||
"@secret-agent/default-browser-emulator": "1.6.4", | ||
"@secret-agent/puppet": "1.6.4", | ||
"@types/better-sqlite3": "^5.4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"npmClient": "yarn", | ||
"packages": [ | ||
"client", | ||
|
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,19 +1,19 @@ | ||
{ | ||
"name": "@secret-agent/plugin-utils", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "SecretAgent client that runs remotely", | ||
"scripts": {}, | ||
"dependencies": { | ||
"@secret-agent/chrome-app": "1.0.0", | ||
"@secret-agent/commons": "1.6.3", | ||
"@secret-agent/interfaces": "1.6.3", | ||
"@secret-agent/commons": "1.6.4", | ||
"@secret-agent/interfaces": "1.6.4", | ||
"progress": "^2.0.3", | ||
"tar": "^6.1.11" | ||
}, | ||
"devDependencies": { | ||
"@secret-agent/core": "1.6.3", | ||
"@secret-agent/default-browser-emulator": "1.6.3", | ||
"@secret-agent/puppet": "1.6.3", | ||
"@secret-agent/testing": "1.6.3" | ||
"@secret-agent/core": "1.6.4", | ||
"@secret-agent/default-browser-emulator": "1.6.4", | ||
"@secret-agent/puppet": "1.6.4", | ||
"@secret-agent/testing": "1.6.4" | ||
} | ||
} |
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.