Skip to content

Commit

Permalink
v1.2.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Dec 1, 2020
1 parent 1c2e22e commit 0b65dd7
Show file tree
Hide file tree
Showing 54 changed files with 466 additions and 123 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)


### Bug Fixes

* **core:** don’t wait to scroll past bottom ([9f8877b](https://github.com/ulixee/secret-agent/commit/9f8877b0b78924c8cf364b891ec2ed0ca6167d92))
* **core:** fix errors on goto bubbling up ([30d4208](https://github.com/ulixee/secret-agent/commit/30d4208c079e171fd6e0640810a4812e0a9a3d59))
* **docs:** secret agent.md url broken ([167fe5a](https://github.com/ulixee/secret-agent/commit/167fe5a37b7f32257b59ddd38e5142728ffc768c))
* **emulate-humans:** fix some tests ([b1e05d7](https://github.com/ulixee/secret-agent/commit/b1e05d79168fdf60f4ba6c63b8b74441c5c52f56))
* **eslint:** add return types to client code ([c2e31cc](https://github.com/ulixee/secret-agent/commit/c2e31ccba4974f2bda269e77e6df9b82a2695d4f))
* **mitm:** remove auth as separate proxy param ([ec14b30](https://github.com/ulixee/secret-agent/commit/ec14b302ed6389769b61e77337ba9fe873a647ed))
* **mitm-socket:** fix cpu spiking sockets ([b71e141](https://github.com/ulixee/secret-agent/commit/b71e14158c1bb948e9ce33abf01b4522930caafe))
* **replay:** fix stalling loads ([7ca1dbd](https://github.com/ulixee/secret-agent/commit/7ca1dbd91e59d5c5d6812ba62bec517f746b2374))
* don’t use vertical screen orientations ([7121e94](https://github.com/ulixee/secret-agent/commit/7121e940e331e8a15fa9b67dfc3b3d0322ddb161))


### Features

* **proxy:** configure proxy via client + socks5 ([880c938](https://github.com/ulixee/secret-agent/commit/880c93803bebc78b835a8f2fb5133d633a315337))





# [1.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


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

# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)


### Bug Fixes

* **core:** fix errors on goto bubbling up ([30d4208](https://github.com/ulixee/secret-agent/commit/30d4208c079e171fd6e0640810a4812e0a9a3d59))
* **eslint:** add return types to client code ([c2e31cc](https://github.com/ulixee/secret-agent/commit/c2e31ccba4974f2bda269e77e6df9b82a2695d4f))


### Features

* **proxy:** configure proxy via client + socks5 ([880c938](https://github.com/ulixee/secret-agent/commit/880c93803bebc78b835a8f2fb5133d633a315337))





# [1.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


Expand Down
12 changes: 6 additions & 6 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@secret-agent/client",
"version": "1.2.0-alpha.1",
"version": "1.2.0-alpha.2",
"description": "The client interface for SecretAgent",
"dependencies": {
"@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",
"@secret-agent/commons": "1.2.0-alpha.2",
"@secret-agent/core": "1.2.0-alpha.2",
"@secret-agent/core-interfaces": "1.2.0-alpha.2",
"@secret-agent/replay": "1.2.0-alpha.2",
"awaited-dom": "^1.1.7",
"uuid": "^8.1.0"
},
"devDependencies": {
"@secret-agent/testing": "1.2.0-alpha.1",
"@secret-agent/testing": "1.2.0-alpha.2",
"@types/node": "^12.7.11"
}
}
17 changes: 17 additions & 0 deletions commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)


### Bug Fixes

* **core:** fix errors on goto bubbling up ([30d4208](https://github.com/ulixee/secret-agent/commit/30d4208c079e171fd6e0640810a4812e0a9a3d59))
* **eslint:** add return types to client code ([c2e31cc](https://github.com/ulixee/secret-agent/commit/c2e31ccba4974f2bda269e77e6df9b82a2695d4f))


### Features

* **proxy:** configure proxy via client + socks5 ([880c938](https://github.com/ulixee/secret-agent/commit/880c93803bebc78b835a8f2fb5133d633a315337))





# [1.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)

**Note:** Version bump only for package @secret-agent/commons
Expand Down
4 changes: 2 additions & 2 deletions commons/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@secret-agent/commons",
"version": "1.2.0-alpha.1",
"version": "1.2.0-alpha.2",
"description": "Common utilities for Secret Agent",
"main": "index.js",
"dependencies": {
"@secret-agent/core-interfaces": "1.2.0-alpha.1",
"@secret-agent/core-interfaces": "1.2.0-alpha.2",
"better-sqlite3": "^7.1.1"
}
}
18 changes: 18 additions & 0 deletions core-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)


### Bug Fixes

* **core:** fix errors on goto bubbling up ([30d4208](https://github.com/ulixee/secret-agent/commit/30d4208c079e171fd6e0640810a4812e0a9a3d59))
* **eslint:** add return types to client code ([c2e31cc](https://github.com/ulixee/secret-agent/commit/c2e31ccba4974f2bda269e77e6df9b82a2695d4f))
* **mitm:** remove auth as separate proxy param ([ec14b30](https://github.com/ulixee/secret-agent/commit/ec14b302ed6389769b61e77337ba9fe873a647ed))


### Features

* **proxy:** configure proxy via client + socks5 ([880c938](https://github.com/ulixee/secret-agent/commit/880c93803bebc78b835a8f2fb5133d633a315337))





# [1.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


Expand Down
6 changes: 3 additions & 3 deletions core-interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@secret-agent/core-interfaces",
"version": "1.2.0-alpha.1",
"version": "1.2.0-alpha.2",
"description": "Core interfaces used by SecretAgent",
"dependencies": {
"@secret-agent/puppet-interfaces": "1.2.0-alpha.1",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.2",
"awaited-dom": "^1.1.7"
},
"devDependencies": {
"@secret-agent/injected-scripts": "1.2.0-alpha.1",
"@secret-agent/injected-scripts": "1.2.0-alpha.2",
"@types/node": "^12.7.11",
"devtools-protocol": "^0.0.799653"
}
Expand Down
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.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)

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





# [1.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)

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

# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)


### Bug Fixes

* **core:** fix errors on goto bubbling up ([30d4208](https://github.com/ulixee/secret-agent/commit/30d4208c079e171fd6e0640810a4812e0a9a3d59))
* **emulate-humans:** fix some tests ([b1e05d7](https://github.com/ulixee/secret-agent/commit/b1e05d79168fdf60f4ba6c63b8b74441c5c52f56))
* **eslint:** add return types to client code ([c2e31cc](https://github.com/ulixee/secret-agent/commit/c2e31ccba4974f2bda269e77e6df9b82a2695d4f))
* **mitm:** remove auth as separate proxy param ([ec14b30](https://github.com/ulixee/secret-agent/commit/ec14b302ed6389769b61e77337ba9fe873a647ed))
* **mitm-socket:** fix cpu spiking sockets ([b71e141](https://github.com/ulixee/secret-agent/commit/b71e14158c1bb948e9ce33abf01b4522930caafe))


### Features

* **proxy:** configure proxy via client + socks5 ([880c938](https://github.com/ulixee/secret-agent/commit/880c93803bebc78b835a8f2fb5133d633a315337))





# [1.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


Expand Down
36 changes: 18 additions & 18 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@secret-agent/core",
"version": "1.2.0-alpha.1",
"version": "1.2.0-alpha.2",
"description": "The core browser API used to run SecretAgent",
"dependencies": {
"@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",
"@secret-agent/emulate-chrome-83": "1.2.0-alpha.1",
"@secret-agent/emulate-humans-basic": "1.2.0-alpha.1",
"@secret-agent/emulate-humans-ghost": "1.2.0-alpha.1",
"@secret-agent/emulate-humans-skipper": "1.2.0-alpha.1",
"@secret-agent/injected-scripts": "1.2.0-alpha.1",
"@secret-agent/mitm": "1.2.0-alpha.1",
"@secret-agent/puppet": "1.2.0-alpha.1",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.1",
"@secret-agent/session-state": "1.2.0-alpha.1",
"@secret-agent/commons": "1.2.0-alpha.2",
"@secret-agent/core-interfaces": "1.2.0-alpha.2",
"@secret-agent/emulate-browsers-base": "1.2.0-alpha.2",
"@secret-agent/emulate-chrome-83": "1.2.0-alpha.2",
"@secret-agent/emulate-humans-basic": "1.2.0-alpha.2",
"@secret-agent/emulate-humans-ghost": "1.2.0-alpha.2",
"@secret-agent/emulate-humans-skipper": "1.2.0-alpha.2",
"@secret-agent/injected-scripts": "1.2.0-alpha.2",
"@secret-agent/mitm": "1.2.0-alpha.2",
"@secret-agent/puppet": "1.2.0-alpha.2",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.2",
"@secret-agent/session-state": "1.2.0-alpha.2",
"awaited-dom": "^1.1.7",
"core-js-bundle": "^3.7.0",
"moment": "^2.24.0",
Expand All @@ -24,11 +24,11 @@
"uuid": "^8.1.0"
},
"devDependencies": {
"@secret-agent/client": "1.2.0-alpha.1",
"@secret-agent/core": "1.2.0-alpha.1",
"@secret-agent/emulate-safari-13": "1.2.0-alpha.1",
"@secret-agent/puppet-chrome": "1.2.0-alpha.1",
"@secret-agent/testing": "1.2.0-alpha.1",
"@secret-agent/client": "1.2.0-alpha.2",
"@secret-agent/core": "1.2.0-alpha.2",
"@secret-agent/emulate-safari-13": "1.2.0-alpha.2",
"@secret-agent/puppet-chrome": "1.2.0-alpha.2",
"@secret-agent/testing": "1.2.0-alpha.2",
"http-proxy-agent": "^4.0.1"
}
}
13 changes: 13 additions & 0 deletions emulate-browsers/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)


### Bug Fixes

* **emulate-humans:** fix some tests ([b1e05d7](https://github.com/ulixee/secret-agent/commit/b1e05d79168fdf60f4ba6c63b8b74441c5c52f56))
* **mitm-socket:** fix cpu spiking sockets ([b71e141](https://github.com/ulixee/secret-agent/commit/b71e14158c1bb948e9ce33abf01b4522930caafe))
* don’t use vertical screen orientations ([7121e94](https://github.com/ulixee/secret-agent/commit/7121e940e331e8a15fa9b67dfc3b3d0322ddb161))





# [1.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


Expand Down
16 changes: 8 additions & 8 deletions emulate-browsers/base/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@secret-agent/emulate-browsers-base",
"version": "1.2.0-alpha.1",
"version": "1.2.0-alpha.2",
"description": "SecretAgent client that runs remotely",
"scripts": {
"updateStats": "node -e 'require(\"./data-scripts/updateBrowserStats\").default()' && node -e 'require(\"./data-scripts/updateScreenSizesStats\").default()'"
},
"dependencies": {
"@secret-agent/commons": "1.2.0-alpha.1",
"@secret-agent/core-interfaces": "1.2.0-alpha.1",
"@secret-agent/puppet": "1.2.0-alpha.1",
"@secret-agent/commons": "1.2.0-alpha.2",
"@secret-agent/core-interfaces": "1.2.0-alpha.2",
"@secret-agent/puppet": "1.2.0-alpha.2",
"ua-parser-js": "^0.7.21",
"user-agents": "^1.0.559"
},
"devDependencies": {
"@secret-agent/core": "1.2.0-alpha.1",
"@secret-agent/emulate-chrome-80": "1.2.0-alpha.1",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.1",
"@secret-agent/testing": "1.2.0-alpha.1",
"@secret-agent/core": "1.2.0-alpha.2",
"@secret-agent/emulate-chrome-80": "1.2.0-alpha.2",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.2",
"@secret-agent/testing": "1.2.0-alpha.2",
"@types/ua-parser-js": "^0.7.33",
"axios": "^0.19.2",
"csv-parser": "^2.3.2",
Expand Down
8 changes: 8 additions & 0 deletions emulate-browsers/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.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)

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





# [1.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


Expand Down
8 changes: 4 additions & 4 deletions emulate-browsers/chrome-80/package.json
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.1",
"version": "1.2.0-alpha.2",
"description": "BrowserEmulator for Google Chrome version 80",
"main": "index.js",
"engine": {
"browser": "chromium",
"revision": "722234"
},
"dependencies": {
"@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"
"@secret-agent/commons": "1.2.0-alpha.2",
"@secret-agent/core-interfaces": "1.2.0-alpha.2",
"@secret-agent/emulate-browsers-base": "1.2.0-alpha.2"
}
}
8 changes: 8 additions & 0 deletions emulate-browsers/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.2.0-alpha.2](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2020-12-01)

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





# [1.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


Expand Down
8 changes: 4 additions & 4 deletions emulate-browsers/chrome-83/package.json
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.1",
"version": "1.2.0-alpha.2",
"description": "EmulatorPlugin for Google Chrome version 83",
"main": "index.js",
"engine": {
"browser": "chromium",
"revision": "756035"
},
"dependencies": {
"@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"
"@secret-agent/commons": "1.2.0-alpha.2",
"@secret-agent/core-interfaces": "1.2.0-alpha.2",
"@secret-agent/emulate-browsers-base": "1.2.0-alpha.2"
}
}
Loading

0 comments on commit 0b65dd7

Please sign in to comment.