Skip to content

Commit

Permalink
v1.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Nov 20, 2020
1 parent e1e095b commit 0644452
Show file tree
Hide file tree
Showing 56 changed files with 426 additions and 127 deletions.
18 changes: 18 additions & 0 deletions 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.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


### Bug Fixes

* emulators should not use accept-language values from json if using custom locale ([fc00660](https://github.com/ulixee/secret-agent/commit/fc0066009a95bba60df2d7de6ed9a5435a807d4b))
* emulators were failing some double-agent tests ([5ae4f55](https://github.com/ulixee/secret-agent/commit/5ae4f5507662ed91d19086d9dbab192e50a8f5c5))
* unwind some dependencies ([240bea6](https://github.com/ulixee/secret-agent/commit/240bea6ac7cb87bfcccbc56fb54043f5c2ff7b4b))


### Features

* **human-emulators:** ghost emulator ([70bcf27](https://github.com/ulixee/secret-agent/commit/70bcf273a2e995f8168dced9797d441b6eaec80b))





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


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.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


### Bug Fixes

* emulators were failing some double-agent tests ([5ae4f55](https://github.com/ulixee/secret-agent/commit/5ae4f5507662ed91d19086d9dbab192e50a8f5c5))





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


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.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"
}
}
8 changes: 8 additions & 0 deletions commons/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.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





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

**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.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"
}
}
16 changes: 16 additions & 0 deletions core-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


### Bug Fixes

* unwind some dependencies ([240bea6](https://github.com/ulixee/secret-agent/commit/240bea6ac7cb87bfcccbc56fb54043f5c2ff7b4b))


### Features

* **human-emulators:** ghost emulator ([70bcf27](https://github.com/ulixee/secret-agent/commit/70bcf273a2e995f8168dced9797d441b6eaec80b))





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


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.0",
"version": "1.2.0-alpha.1",
"description": "Core interfaces used by SecretAgent",
"dependencies": {
"@secret-agent/puppet-interfaces": "1.2.0-alpha.0",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.1",
"awaited-dom": "^1.1.7"
},
"devDependencies": {
"@secret-agent/injected-scripts": "1.2.0-alpha.0",
"@secret-agent/injected-scripts": "1.2.0-alpha.1",
"@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.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





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

**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.0",
"version": "1.2.0-alpha.1",
"description": "Server framework for running SecretAgent remotely",
"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/remote-interfaces": "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/remote-interfaces": "1.2.0-alpha.1"
},
"devDependencies": {
"@secret-agent/core-server": "1.2.0-alpha.0",
"@secret-agent/remote-client": "1.2.0-alpha.0",
"@secret-agent/testing": "1.2.0-alpha.0",
"@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",
"@types/node": "^12.7.11",
"json-socket": "^0.3.0"
}
Expand Down
16 changes: 16 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


### Bug Fixes

* unwind some dependencies ([240bea6](https://github.com/ulixee/secret-agent/commit/240bea6ac7cb87bfcccbc56fb54043f5c2ff7b4b))


### Features

* **human-emulators:** ghost emulator ([70bcf27](https://github.com/ulixee/secret-agent/commit/70bcf273a2e995f8168dced9797d441b6eaec80b))





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


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.0",
"version": "1.2.0-alpha.1",
"description": "The core browser API used to run SecretAgent",
"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/emulate-chrome-83": "1.2.0-alpha.0",
"@secret-agent/emulate-humans-basic": "1.2.0-alpha.0",
"@secret-agent/emulate-humans-skipper": "1.2.0-alpha.0",
"@secret-agent/emulate-humans-ghost": "1.2.0-alpha.0",
"@secret-agent/injected-scripts": "1.2.0-alpha.0",
"@secret-agent/mitm": "1.2.0-alpha.0",
"@secret-agent/puppet": "1.2.0-alpha.0",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.0",
"@secret-agent/session-state": "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",
"@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",
"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.0",
"@secret-agent/core": "1.2.0-alpha.0",
"@secret-agent/emulate-safari-13": "1.2.0-alpha.0",
"@secret-agent/puppet-chrome": "1.2.0-alpha.0",
"@secret-agent/testing": "1.2.0-alpha.0",
"@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",
"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.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


### Bug Fixes

* emulators should not use accept-language values from json if using custom locale ([fc00660](https://github.com/ulixee/secret-agent/commit/fc0066009a95bba60df2d7de6ed9a5435a807d4b))
* emulators were failing some double-agent tests ([5ae4f55](https://github.com/ulixee/secret-agent/commit/5ae4f5507662ed91d19086d9dbab192e50a8f5c5))
* unwind some dependencies ([240bea6](https://github.com/ulixee/secret-agent/commit/240bea6ac7cb87bfcccbc56fb54043f5c2ff7b4b))





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


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.0",
"version": "1.2.0-alpha.1",
"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.0",
"@secret-agent/core-interfaces": "1.2.0-alpha.0",
"@secret-agent/puppet": "1.2.0-alpha.0",
"@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",
"ua-parser-js": "^0.7.21",
"user-agents": "^1.0.559"
},
"devDependencies": {
"@secret-agent/core": "1.2.0-alpha.0",
"@secret-agent/emulate-chrome-80": "1.2.0-alpha.0",
"@secret-agent/puppet-interfaces": "1.2.0-alpha.0",
"@secret-agent/testing": "1.2.0-alpha.0",
"@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",
"@types/ua-parser-js": "^0.7.33",
"axios": "^0.19.2",
"csv-parser": "^2.3.2",
Expand Down
12 changes: 12 additions & 0 deletions emulate-browsers/chrome-80/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


### Bug Fixes

* emulators should not use accept-language values from json if using custom locale ([fc00660](https://github.com/ulixee/secret-agent/commit/fc0066009a95bba60df2d7de6ed9a5435a807d4b))
* emulators were failing some double-agent tests ([5ae4f55](https://github.com/ulixee/secret-agent/commit/5ae4f5507662ed91d19086d9dbab192e50a8f5c5))





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


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.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"
}
}
12 changes: 12 additions & 0 deletions emulate-browsers/chrome-83/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


### Bug Fixes

* emulators should not use accept-language values from json if using custom locale ([fc00660](https://github.com/ulixee/secret-agent/commit/fc0066009a95bba60df2d7de6ed9a5435a807d4b))
* emulators were failing some double-agent tests ([5ae4f55](https://github.com/ulixee/secret-agent/commit/5ae4f5507662ed91d19086d9dbab192e50a8f5c5))





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


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.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"
}
}
11 changes: 11 additions & 0 deletions emulate-browsers/safari-13/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.2.0-alpha.1](https://github.com/ulixee/secret-agent/compare/v1.2.0-alpha.0...v1.2.0-alpha.1) (2020-11-20)


### Bug Fixes

* emulators should not use accept-language values from json if using custom locale ([fc00660](https://github.com/ulixee/secret-agent/commit/fc0066009a95bba60df2d7de6ed9a5435a807d4b))





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


Expand Down
Loading

0 comments on commit 0644452

Please sign in to comment.