Skip to content

Commit

Permalink
v1.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Oct 13, 2020
1 parent 05aa786 commit 3728557
Show file tree
Hide file tree
Showing 38 changed files with 231 additions and 67 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)


### Bug Fixes

* **replay:** bug with monorepo replay versions ([05aa786](https://github.com/ulixee/secret-agent/commit/05aa786527d0b65d7097cbba623633294c615627))





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)


Expand Down
11 changes: 11 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)


### Bug Fixes

* **replay:** bug with monorepo replay versions ([05aa786](https://github.com/ulixee/secret-agent/commit/05aa786527d0b65d7097cbba623633294c615627))





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)

**Note:** Version bump only for package @secret-agent/client
Expand Down
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@secret-agent/client",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "The client interface for SecretAgent",
"dependencies": {
"@secret-agent/commons": "1.0.0-alpha.16",
"@secret-agent/core": "1.0.0-alpha.17",
"@secret-agent/core": "1.0.0-alpha.18",
"@secret-agent/core-interfaces": "1.0.0-alpha.16",
"@secret-agent/replay": "1.0.0-alpha.17",
"@secret-agent/replay": "1.0.0-alpha.18",
"awaited-dom": "^1.1.5",
"uuid": "^8.1.0"
},
"devDependencies": {
"@secret-agent/testing": "1.0.0-alpha.17",
"@secret-agent/testing": "1.0.0-alpha.18",
"@types/node": "^12.7.11"
}
}
8 changes: 8 additions & 0 deletions core-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)

**Note:** Version bump only for package @secret-agent/core-server





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)

**Note:** Version bump only for package @secret-agent/core-server
Expand Down
12 changes: 6 additions & 6 deletions core-server/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@secret-agent/core-server",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "Server framework for running SecretAgent remotely",
"dependencies": {
"@secret-agent/commons": "1.0.0-alpha.16",
"@secret-agent/core": "1.0.0-alpha.17",
"@secret-agent/core": "1.0.0-alpha.18",
"@secret-agent/core-interfaces": "1.0.0-alpha.16",
"@secret-agent/remote-interfaces": "1.0.0-alpha.17"
"@secret-agent/remote-interfaces": "1.0.0-alpha.18"
},
"devDependencies": {
"@secret-agent/core-server": "1.0.0-alpha.17",
"@secret-agent/remote-client": "1.0.0-alpha.17",
"@secret-agent/testing": "1.0.0-alpha.17",
"@secret-agent/core-server": "1.0.0-alpha.18",
"@secret-agent/remote-client": "1.0.0-alpha.18",
"@secret-agent/testing": "1.0.0-alpha.18",
"@types/node": "^12.7.11",
"json-socket": "^0.3.0"
}
Expand Down
8 changes: 8 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)

**Note:** Version bump only for package @secret-agent/core





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)

**Note:** Version bump only for package @secret-agent/core
Expand Down
20 changes: 10 additions & 10 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "@secret-agent/core",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "The core browser API used to run SecretAgent",
"dependencies": {
"@secret-agent/commons": "1.0.0-alpha.16",
"@secret-agent/core-interfaces": "1.0.0-alpha.16",
"@secret-agent/emulate-chrome-83": "1.0.0-alpha.17",
"@secret-agent/emulate-chrome-83": "1.0.0-alpha.18",
"@secret-agent/emulators": "1.0.0-alpha.16",
"@secret-agent/humanoids": "1.0.0-alpha.16",
"@secret-agent/injected-scripts": "1.0.0-alpha.16",
"@secret-agent/mitm": "1.0.0-alpha.17",
"@secret-agent/puppet": "1.0.0-alpha.17",
"@secret-agent/session-state": "1.0.0-alpha.17",
"@secret-agent/mitm": "1.0.0-alpha.18",
"@secret-agent/puppet": "1.0.0-alpha.18",
"@secret-agent/session-state": "1.0.0-alpha.18",
"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.17",
"@secret-agent/core": "1.0.0-alpha.17",
"@secret-agent/emulate-safari-13": "1.0.0-alpha.17",
"@secret-agent/puppet-chrome": "1.0.0-alpha.17",
"@secret-agent/testing": "1.0.0-alpha.17",
"@secret-agent/client": "1.0.0-alpha.18",
"@secret-agent/core": "1.0.0-alpha.18",
"@secret-agent/emulate-safari-13": "1.0.0-alpha.18",
"@secret-agent/puppet-chrome": "1.0.0-alpha.18",
"@secret-agent/testing": "1.0.0-alpha.18",
"http-proxy-agent": "^4.0.1"
}
}
8 changes: 8 additions & 0 deletions emulator-plugins/emulate-chrome-80/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)

**Note:** Version bump only for package @secret-agent/emulate-chrome-80





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)

**Note:** Version bump only for package @secret-agent/emulate-chrome-80
Expand Down
4 changes: 2 additions & 2 deletions emulator-plugins/emulate-chrome-80/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secret-agent/emulate-chrome-80",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "EmulatorPlugin for Google Chrome version 80",
"main": "index.js",
"engine": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@secret-agent/commons": "1.0.0-alpha.16",
"@secret-agent/emulator-plugins-shared": "1.0.0-alpha.17",
"@secret-agent/emulator-plugins-shared": "1.0.0-alpha.18",
"@secret-agent/emulators": "1.0.0-alpha.16"
}
}
8 changes: 8 additions & 0 deletions emulator-plugins/emulate-chrome-83/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)

**Note:** Version bump only for package @secret-agent/emulate-chrome-83





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)

**Note:** Version bump only for package @secret-agent/emulate-chrome-83
Expand Down
4 changes: 2 additions & 2 deletions emulator-plugins/emulate-chrome-83/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secret-agent/emulate-chrome-83",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "EmulatorPlugin for Google Chrome version 83",
"main": "index.js",
"engine": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@secret-agent/commons": "1.0.0-alpha.16",
"@secret-agent/emulator-plugins-shared": "1.0.0-alpha.17",
"@secret-agent/emulator-plugins-shared": "1.0.0-alpha.18",
"@secret-agent/emulators": "1.0.0-alpha.16"
}
}
8 changes: 8 additions & 0 deletions emulator-plugins/emulate-safari-13/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)

**Note:** Version bump only for package @secret-agent/emulate-safari-13





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)

**Note:** Version bump only for package @secret-agent/emulate-safari-13
Expand Down
4 changes: 2 additions & 2 deletions emulator-plugins/emulate-safari-13/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secret-agent/emulate-safari-13",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "EmulatorPlugin for Apple Safari version 13.0",
"main": "index.js",
"engine": {
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@secret-agent/commons": "1.0.0-alpha.16",
"@secret-agent/core-interfaces": "1.0.0-alpha.16",
"@secret-agent/emulator-plugins-shared": "1.0.0-alpha.17",
"@secret-agent/emulator-plugins-shared": "1.0.0-alpha.18",
"@secret-agent/emulators": "1.0.0-alpha.16",
"tough-cookie": "^4.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions emulator-plugins/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)

**Note:** Version bump only for package @secret-agent/emulator-plugins-shared





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)

**Note:** Version bump only for package @secret-agent/emulator-plugins-shared
Expand Down
10 changes: 5 additions & 5 deletions emulator-plugins/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@secret-agent/emulator-plugins-shared",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "SecretAgent client that runs remotely",
"dependencies": {
"@secret-agent/commons": "1.0.0-alpha.16",
"@secret-agent/core-interfaces": "1.0.0-alpha.16",
"@secret-agent/emulators": "1.0.0-alpha.16",
"@secret-agent/puppet": "1.0.0-alpha.17"
"@secret-agent/puppet": "1.0.0-alpha.18"
},
"devDependencies": {
"@secret-agent/core": "1.0.0-alpha.17",
"@secret-agent/emulate-chrome-80": "1.0.0-alpha.17",
"@secret-agent/testing": "1.0.0-alpha.17"
"@secret-agent/core": "1.0.0-alpha.18",
"@secret-agent/emulate-chrome-80": "1.0.0-alpha.18",
"@secret-agent/testing": "1.0.0-alpha.18"
}
}
8 changes: 8 additions & 0 deletions full-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)

**Note:** Version bump only for package @secret-agent/full-client





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)

**Note:** Version bump only for package @secret-agent/full-client
Expand Down
12 changes: 6 additions & 6 deletions full-client/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@secret-agent/full-client",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "The Web Browser Built for Scraping",
"dependencies": {
"@secret-agent/client": "1.0.0-alpha.17",
"@secret-agent/core": "1.0.0-alpha.17",
"@secret-agent/client": "1.0.0-alpha.18",
"@secret-agent/core": "1.0.0-alpha.18",
"@secret-agent/core-interfaces": "1.0.0-alpha.16",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@secret-agent/commons": "1.0.0-alpha.16",
"@secret-agent/emulate-chrome-80": "1.0.0-alpha.17",
"@secret-agent/mitm": "1.0.0-alpha.17",
"@secret-agent/testing": "1.0.0-alpha.17",
"@secret-agent/emulate-chrome-80": "1.0.0-alpha.18",
"@secret-agent/mitm": "1.0.0-alpha.18",
"@secret-agent/testing": "1.0.0-alpha.18",
"@types/node": "^12.7.11",
"awaited-dom": "^1.1.5",
"fpcollect": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"npmClient": "yarn",
"packages": [
"client",
Expand Down
8 changes: 8 additions & 0 deletions mitm-socket/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)

**Note:** Version bump only for package @secret-agent/mitm-socket





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)

**Note:** Version bump only for package @secret-agent/mitm-socket
Expand Down
4 changes: 2 additions & 2 deletions mitm-socket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secret-agent/mitm-socket",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "Man-in-the-middle socket library to emulate TLS and TCP settings",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"uuid": "^3.4.0"
},
"devDependencies": {
"@secret-agent/testing": "1.0.0-alpha.17",
"@secret-agent/testing": "1.0.0-alpha.18",
"@types/ws": "^7.2.4",
"proxy": "^1.0.1",
"ws": "^7.3.0"
Expand Down
8 changes: 8 additions & 0 deletions mitm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-10-13)

**Note:** Version bump only for package @secret-agent/mitm





# [1.0.0-alpha.17](https://github.com/ulixee/secret-agent/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2020-10-13)

**Note:** Version bump only for package @secret-agent/mitm
Expand Down
6 changes: 3 additions & 3 deletions mitm/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@secret-agent/mitm",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "Man-in-the-middle proxy to fix chrome request/response",
"main": "index.js",
"dependencies": {
"@secret-agent/commons": "1.0.0-alpha.16",
"@secret-agent/core-interfaces": "1.0.0-alpha.16",
"@secret-agent/mitm-socket": "1.0.0-alpha.17",
"@secret-agent/mitm-socket": "1.0.0-alpha.18",
"devtools-protocol": "^0.0.799653",
"node-forge": "^0.10.0"
},
"devDependencies": {
"@secret-agent/testing": "1.0.0-alpha.17",
"@secret-agent/testing": "1.0.0-alpha.18",
"@types/node-forge": "^0.9.5",
"@types/ws": "^7.2.4",
"agent-base": "4.3.0",
Expand Down
Loading

0 comments on commit 3728557

Please sign in to comment.