From aa30bc70ca707b8ba61fe67f5030933dccc91782 Mon Sep 17 00:00:00 2001 From: Blake Byrnes Date: Tue, 16 Jul 2024 11:36:05 -0400 Subject: [PATCH] v2.0.0-alpha.29 --- CHANGELOG.md | 38 +++++++++++++++++++ agent/examples/CHANGELOG.md | 11 ++++++ agent/examples/package.json | 6 +-- agent/main/CHANGELOG.md | 21 ++++++++++ agent/main/package.json | 12 +++--- agent/mitm-socket/CHANGELOG.md | 12 ++++++ agent/mitm-socket/package.json | 8 ++-- agent/mitm/CHANGELOG.md | 11 ++++++ agent/mitm/package.json | 12 +++--- agent/testing/CHANGELOG.md | 8 ++++ agent/testing/package.json | 12 +++--- browser-emulator-builder/CHANGELOG.md | 8 ++++ browser-emulator-builder/package.json | 36 +++++++++--------- browser-profiler/dom-bridger/CHANGELOG.md | 12 ++++++ browser-profiler/dom-bridger/package.json | 8 ++-- browser-profiler/main/CHANGELOG.md | 8 ++++ browser-profiler/main/package.json | 14 +++---- double-agent-stacks/CHANGELOG.md | 8 ++++ double-agent-stacks/package.json | 20 +++++----- double-agent/analyze/CHANGELOG.md | 8 ++++ double-agent/analyze/package.json | 10 ++--- .../plugins/browser-codecs/CHANGELOG.md | 8 ++++ .../plugins/browser-codecs/package.json | 6 +-- .../browser-dom-environment/CHANGELOG.md | 8 ++++ .../browser-dom-environment/package.json | 10 ++--- .../plugins/browser-fingerprints/CHANGELOG.md | 8 ++++ .../plugins/browser-fingerprints/package.json | 6 +-- .../analyze/plugins/http-assets/CHANGELOG.md | 8 ++++ .../analyze/plugins/http-assets/package.json | 6 +-- .../plugins/http-basic-cookies/CHANGELOG.md | 8 ++++ .../plugins/http-basic-cookies/package.json | 6 +-- .../plugins/http-basic-headers/CHANGELOG.md | 8 ++++ .../plugins/http-basic-headers/package.json | 6 +-- .../plugins/http-websockets/CHANGELOG.md | 8 ++++ .../plugins/http-websockets/package.json | 6 +-- .../analyze/plugins/http-xhr/CHANGELOG.md | 8 ++++ .../analyze/plugins/http-xhr/package.json | 6 +-- .../plugins/http2-session/CHANGELOG.md | 8 ++++ .../plugins/http2-session/package.json | 6 +-- double-agent/analyze/plugins/tcp/CHANGELOG.md | 8 ++++ double-agent/analyze/plugins/tcp/package.json | 12 +++--- .../plugins/tls-clienthello/CHANGELOG.md | 8 ++++ .../plugins/tls-clienthello/package.json | 8 ++-- double-agent/collect-controller/CHANGELOG.md | 8 ++++ double-agent/collect-controller/package.json | 10 ++--- double-agent/collect/CHANGELOG.md | 8 ++++ double-agent/collect/package.json | 10 ++--- .../plugins/browser-codecs/CHANGELOG.md | 8 ++++ .../plugins/browser-codecs/package.json | 4 +- .../browser-dom-environment/CHANGELOG.md | 8 ++++ .../browser-dom-environment/package.json | 4 +- .../plugins/browser-fingerprints/CHANGELOG.md | 8 ++++ .../plugins/browser-fingerprints/package.json | 4 +- .../plugins/browser-fonts/CHANGELOG.md | 8 ++++ .../plugins/browser-fonts/package.json | 4 +- .../plugins/browser-speech/CHANGELOG.md | 8 ++++ .../plugins/browser-speech/package.json | 6 +-- .../collect/plugins/http-assets/CHANGELOG.md | 8 ++++ .../collect/plugins/http-assets/package.json | 6 +-- .../plugins/http-basic-cookies/CHANGELOG.md | 8 ++++ .../plugins/http-basic-cookies/package.json | 8 ++-- .../plugins/http-basic-headers/CHANGELOG.md | 8 ++++ .../plugins/http-basic-headers/package.json | 6 +-- .../plugins/http-ua-hints/CHANGELOG.md | 8 ++++ .../plugins/http-ua-hints/package.json | 6 +-- .../plugins/http-websockets/CHANGELOG.md | 8 ++++ .../plugins/http-websockets/package.json | 6 +-- .../collect/plugins/http-xhr/CHANGELOG.md | 8 ++++ .../collect/plugins/http-xhr/package.json | 6 +-- .../plugins/http2-session/CHANGELOG.md | 8 ++++ .../plugins/http2-session/package.json | 6 +-- double-agent/collect/plugins/tcp/CHANGELOG.md | 8 ++++ double-agent/collect/plugins/tcp/package.json | 6 +-- .../plugins/tls-clienthello/CHANGELOG.md | 8 ++++ .../plugins/tls-clienthello/package.json | 8 ++-- double-agent/config/CHANGELOG.md | 8 ++++ double-agent/config/package.json | 10 ++--- double-agent/docs/CHANGELOG.md | 8 ++++ double-agent/docs/package.json | 6 +-- double-agent/runner/CHANGELOG.md | 8 ++++ double-agent/runner/package.json | 14 +++---- double-agent/tls-server/CHANGELOG.md | 8 ++++ double-agent/tls-server/package.json | 6 +-- js-path/CHANGELOG.md | 8 ++++ js-path/package.json | 2 +- lerna.json | 2 +- plugins/default-browser-emulator/CHANGELOG.md | 31 +++++++++++++++ plugins/default-browser-emulator/package.json | 20 +++++----- plugins/default-human-emulator/CHANGELOG.md | 11 ++++++ plugins/default-human-emulator/package.json | 12 +++--- real-user-agents/CHANGELOG.md | 8 ++++ real-user-agents/package.json | 8 ++-- specification/CHANGELOG.md | 14 +++++++ specification/package.json | 6 +-- 94 files changed, 666 insertions(+), 201 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cbc27e75..d0ecc975a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + + +### Bug Fixes + +* **agent:** clear frames when url context changes ([#98](https://github.com/ulixee/unblocked/issues/98)) ([0eb95dc](https://github.com/ulixee/unblocked/commit/0eb95dcdcadb35c6a726ff2a1fd1d6eba1edb19e)) +* **agent:** create navigation for empty frame ([a043a7b](https://github.com/ulixee/unblocked/commit/a043a7b3cc143c883c3dfd168a78537d35a29222)) +* **agent:** don’t call page callbacks w/o frame ([9036ce8](https://github.com/ulixee/unblocked/commit/9036ce84c42d211489358c6c747f32802789ed85)), closes [#86](https://github.com/ulixee/unblocked/issues/86) +* **agent:** don’t show headless warning if headed ([559f3bc](https://github.com/ulixee/unblocked/commit/559f3bcc43d80f536e82b5bf6e1284260da84f70)) +* **agent:** ws is buffer by default now ([3484224](https://github.com/ulixee/unblocked/commit/34842243c66131d2411169c545ed0e37f45f8214)) +* **browser-emulator:** properly clean error stack ([05521ad](https://github.com/ulixee/unblocked/commit/05521ad783fcd5c5ad7ad1ea7a7d611fdff0927a)) +* **browser-profiler:** need to call dom bridger ([cf3b226](https://github.com/ulixee/unblocked/commit/cf3b22610a87ddf50e778c36a3468ae461f28bf8)) +* console leaking info ([#89](https://github.com/ulixee/unblocked/issues/89)) ([c10c174](https://github.com/ulixee/unblocked/commit/c10c174f20112a13f8d5a7cb636dcb4f2bf8add6)) +* **default-browser-emulator:** console leaking debugger active ([#97](https://github.com/ulixee/unblocked/issues/97)) ([bdca4b0](https://github.com/ulixee/unblocked/commit/bdca4b00a61b90eb613ae37bc3c8442eadbbefcf)) +* **default-browser-emulator:** undefined destructure ([#99](https://github.com/ulixee/unblocked/issues/99)) ([02d2cf1](https://github.com/ulixee/unblocked/commit/02d2cf11ae0ccfa25186713f807b68b4131b0c55)) +* **dom-bridger:** update path patterns first ([f8e0d63](https://github.com/ulixee/unblocked/commit/f8e0d63de88f3de8e0ab647539bc823b8bd78f90)) +* don't crash on prototype overflow ([#90](https://github.com/ulixee/unblocked/issues/90)) ([cfdb498](https://github.com/ulixee/unblocked/commit/cfdb498ee25e3cd4001efbb25954892dd7809284)) +* even more console leaks ([#92](https://github.com/ulixee/unblocked/issues/92)) ([b9eea30](https://github.com/ulixee/unblocked/commit/b9eea30cf93b237c2439364c65da321fa507b39b)) +* **plugins:** correct error stack for setPrototype ([776aaa8](https://github.com/ulixee/unblocked/commit/776aaa8daa5bda5613e107a37a25f373204df0ca)) +* **plugins:** don’t scope emulator vars in window ([4775864](https://github.com/ulixee/unblocked/commit/477586429d1fb8147110e142783075d980f00026)) +* **plugins:** proxy issues with stack traces ([#91](https://github.com/ulixee/unblocked/issues/91)) ([14354f0](https://github.com/ulixee/unblocked/commit/14354f0d43fe3f2382ef046c69efaceac65c83a1)) +* **plugins:** stack for setPrototype ([f735eef](https://github.com/ulixee/unblocked/commit/f735eefcc7a3454ded032942542c26e0ba806e96)) +* stack traces in utils ([9ec622e](https://github.com/ulixee/unblocked/commit/9ec622e4eef8d276c6c8e8e16a1cc625da013239)) + + +### Features + +* **browser-emulator:** hide unhandled errors and rejections ([#102](https://github.com/ulixee/unblocked/issues/102)) ([bb6fa5e](https://github.com/ulixee/unblocked/commit/bb6fa5efb2d9e9d16f787e825c0387fffcbe7cda)) +* **browser:** instructions to update data files ([3bd93c0](https://github.com/ulixee/unblocked/commit/3bd93c0f21b281ee8d5ecfc8a6f7ef37faca3a87)) +* chrome remote debugger over websocket ([#88](https://github.com/ulixee/unblocked/issues/88)) ([964df92](https://github.com/ulixee/unblocked/commit/964df92e73557d95690f206fcf5fe77765fec07b)) +* make headless=new the default mode ([#95](https://github.com/ulixee/unblocked/issues/95)) ([c7297dd](https://github.com/ulixee/unblocked/commit/c7297dd0f90541fae430b28dc3c728df77591844)) +* **plugins:** ability to configure plugins ([5bc079b](https://github.com/ulixee/unblocked/commit/5bc079bba85f50a54457c41d5c6039041ceb1e9e)) +* **plugins:** option to output all json stringify ([009b032](https://github.com/ulixee/unblocked/commit/009b0325af3e4ffd61306414eb02ad7d25f3c6c2)) + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) diff --git a/agent/examples/CHANGELOG.md b/agent/examples/CHANGELOG.md index 733cd52a8..470dd9b3b 100644 --- a/agent/examples/CHANGELOG.md +++ b/agent/examples/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + + +### Bug Fixes + +* **default-browser-emulator:** undefined destructure ([#99](https://github.com/ulixee/unblocked/issues/99)) ([02d2cf1](https://github.com/ulixee/unblocked/commit/02d2cf11ae0ccfa25186713f807b68b4131b0c55)) + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/unblocked-agent-examples diff --git a/agent/examples/package.json b/agent/examples/package.json index 22b0644a1..fa962b47c 100644 --- a/agent/examples/package.json +++ b/agent/examples/package.json @@ -1,9 +1,9 @@ { "name": "@ulixee/unblocked-agent-examples", "private": true, - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "dependencies": { - "@ulixee/js-path": "2.0.0-alpha.28", - "@ulixee/unblocked-agent": "2.0.0-alpha.28" + "@ulixee/js-path": "2.0.0-alpha.29", + "@ulixee/unblocked-agent": "2.0.0-alpha.29" } } diff --git a/agent/main/CHANGELOG.md b/agent/main/CHANGELOG.md index 18a88fee0..abd658338 100644 --- a/agent/main/CHANGELOG.md +++ b/agent/main/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + + +### Bug Fixes + +* **agent:** clear frames when url context changes ([#98](https://github.com/ulixee/unblocked/issues/98)) ([0eb95dc](https://github.com/ulixee/unblocked/commit/0eb95dcdcadb35c6a726ff2a1fd1d6eba1edb19e)) +* **agent:** create navigation for empty frame ([a043a7b](https://github.com/ulixee/unblocked/commit/a043a7b3cc143c883c3dfd168a78537d35a29222)) +* **agent:** don’t call page callbacks w/o frame ([9036ce8](https://github.com/ulixee/unblocked/commit/9036ce84c42d211489358c6c747f32802789ed85)), closes [#86](https://github.com/ulixee/unblocked/issues/86) +* **agent:** don’t show headless warning if headed ([559f3bc](https://github.com/ulixee/unblocked/commit/559f3bcc43d80f536e82b5bf6e1284260da84f70)) + + +### Features + +* chrome remote debugger over websocket ([#88](https://github.com/ulixee/unblocked/issues/88)) ([964df92](https://github.com/ulixee/unblocked/commit/964df92e73557d95690f206fcf5fe77765fec07b)) +* make headless=new the default mode ([#95](https://github.com/ulixee/unblocked/issues/95)) ([c7297dd](https://github.com/ulixee/unblocked/commit/c7297dd0f90541fae430b28dc3c728df77591844)) +* **plugins:** ability to configure plugins ([5bc079b](https://github.com/ulixee/unblocked/commit/5bc079bba85f50a54457c41d5c6039041ceb1e9e)) + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) diff --git a/agent/main/package.json b/agent/main/package.json index de23e8afe..acd619e54 100644 --- a/agent/main/package.json +++ b/agent/main/package.json @@ -1,22 +1,22 @@ { "name": "@ulixee/unblocked-agent", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "description": "Fully programmable Devtools Protocol based browser", "main": "index.js", "dependencies": { "@ulixee/chrome-124-0": "^6367.208.10", "@ulixee/chrome-app": "^1.0.3", - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/js-path": "2.0.0-alpha.28", - "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.28", - "@ulixee/unblocked-specification": "2.0.0-alpha.28", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/js-path": "2.0.0-alpha.29", + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.29", + "@ulixee/unblocked-specification": "2.0.0-alpha.29", "devtools-protocol": "^0.0.1137505", "nanoid": "^3.3.6", "tough-cookie": "^4.1.3", "ws": "^8.18.0" }, "devDependencies": { - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.28", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.29", "image-size": "^1.0.1", "vue": "^2.6.14" } diff --git a/agent/mitm-socket/CHANGELOG.md b/agent/mitm-socket/CHANGELOG.md index 22bb91434..f7687a0d3 100644 --- a/agent/mitm-socket/CHANGELOG.md +++ b/agent/mitm-socket/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + + +### Bug Fixes + +* **agent:** don’t show headless warning if headed ([559f3bc](https://github.com/ulixee/unblocked/commit/559f3bcc43d80f536e82b5bf6e1284260da84f70)) +* **agent:** ws is buffer by default now ([3484224](https://github.com/ulixee/unblocked/commit/34842243c66131d2411169c545ed0e37f45f8214)) + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/unblocked-agent-mitm-socket diff --git a/agent/mitm-socket/package.json b/agent/mitm-socket/package.json index 978437e19..4c00d88d1 100644 --- a/agent/mitm-socket/package.json +++ b/agent/mitm-socket/package.json @@ -1,6 +1,6 @@ { "name": "@ulixee/unblocked-agent-mitm-socket", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "description": "Man-in-the-middle socket library to emulate TLS and TCP settings", "main": "index.js", "scripts": { @@ -8,13 +8,13 @@ "build-install": "npm run build" }, "dependencies": { - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/unblocked-specification": "2.0.0-alpha.28", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/unblocked-specification": "2.0.0-alpha.29", "nanoid": "^3.3.6" }, "devDependencies": { "@types/ws": "^7.2.4", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.28", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.29", "proxy": "^1.0.1", "simple-socks": "^2.1.0", "ws": "^8.18.0" diff --git a/agent/mitm/CHANGELOG.md b/agent/mitm/CHANGELOG.md index aa20fea41..0266968c4 100644 --- a/agent/mitm/CHANGELOG.md +++ b/agent/mitm/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + + +### Bug Fixes + +* **agent:** ws is buffer by default now ([3484224](https://github.com/ulixee/unblocked/commit/34842243c66131d2411169c545ed0e37f45f8214)) + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/unblocked-agent-mitm diff --git a/agent/mitm/package.json b/agent/mitm/package.json index 684517bc4..5d645e61b 100644 --- a/agent/mitm/package.json +++ b/agent/mitm/package.json @@ -1,20 +1,20 @@ { "name": "@ulixee/unblocked-agent-mitm", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "description": "Man-in-the-middle proxy to fix chrome request/response", "main": "index.js", "dependencies": { - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.28", - "@ulixee/unblocked-specification": "2.0.0-alpha.28", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.29", + "@ulixee/unblocked-specification": "2.0.0-alpha.29", "dns-packet": "^5.2.4", "moment": "^2.29.4" }, "devDependencies": { "@types/node": "^18.19.10", "@types/ws": "^7.4.7", - "@ulixee/unblocked-agent": "2.0.0-alpha.28", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.28", + "@ulixee/unblocked-agent": "2.0.0-alpha.29", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.29", "http-proxy-agent": "^4.0.1", "proxy": "^1.0.1", "ws": "^8.18.0" diff --git a/agent/testing/CHANGELOG.md b/agent/testing/CHANGELOG.md index 61e749c9b..b7373fc34 100644 --- a/agent/testing/CHANGELOG.md +++ b/agent/testing/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @ulixee/unblocked-agent-testing + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/unblocked-agent-testing diff --git a/agent/testing/package.json b/agent/testing/package.json index 2c5323de2..1a4743690 100644 --- a/agent/testing/package.json +++ b/agent/testing/package.json @@ -1,6 +1,6 @@ { "name": "@ulixee/unblocked-agent-testing", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "description": "Helpers and stubs for testing", "main": "index.js", "private": true, @@ -10,10 +10,10 @@ "dependencies": { "@koa/multer": "^3.0.0", "@koa/router": "^8.0.8", - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/unblocked-agent": "2.0.0-alpha.28", - "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.28", - "@ulixee/unblocked-specification": "2.0.0-alpha.28", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/unblocked-agent": "2.0.0-alpha.29", + "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.29", + "@ulixee/unblocked-specification": "2.0.0-alpha.29", "http-proxy-agent": "^4.0.1", "https-proxy-agent": "^5.0.0", "koa": "^2.11.0", @@ -24,6 +24,6 @@ "@types/koa__multer": "^2.0.2", "@types/koa__router": "^8.0.2", "@types/node": "^18.19.10", - "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.28" + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.29" } } diff --git a/browser-emulator-builder/CHANGELOG.md b/browser-emulator-builder/CHANGELOG.md index c72a99924..bcb3551c5 100644 --- a/browser-emulator-builder/CHANGELOG.md +++ b/browser-emulator-builder/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @ulixee/unblocked-browser-emulator-builder + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/unblocked-browser-emulator-builder diff --git a/browser-emulator-builder/package.json b/browser-emulator-builder/package.json index 4cc81e281..c03634425 100644 --- a/browser-emulator-builder/package.json +++ b/browser-emulator-builder/package.json @@ -1,31 +1,31 @@ { "name": "@ulixee/unblocked-browser-emulator-builder", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "private": true, "license": "MIT", "scripts": { "generate": "node --inspect ../build/browser-emulator-builder/scripts/generateEmulatorData" }, "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/analyze-http-basic-headers": "2.0.0-alpha.28", - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/collect-browser-codecs": "2.0.0-alpha.28", - "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.28", - "@double-agent/collect-browser-fonts": "2.0.0-alpha.28", - "@double-agent/collect-browser-speech": "2.0.0-alpha.28", - "@double-agent/collect-http-basic-headers": "2.0.0-alpha.28", - "@double-agent/collect-http-ua-hints": "2.0.0-alpha.28", - "@double-agent/collect-http2-session": "2.0.0-alpha.28", - "@double-agent/collect-tls-clienthello": "2.0.0-alpha.28", - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/real-user-agents": "2.0.0-alpha.28", - "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.28", - "@ulixee/unblocked-browser-profiler-dom-bridger": "2.0.0-alpha.28", - "@ulixee/unblocked-specification": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/analyze-http-basic-headers": "2.0.0-alpha.29", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/collect-browser-codecs": "2.0.0-alpha.29", + "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.29", + "@double-agent/collect-browser-fonts": "2.0.0-alpha.29", + "@double-agent/collect-browser-speech": "2.0.0-alpha.29", + "@double-agent/collect-http-basic-headers": "2.0.0-alpha.29", + "@double-agent/collect-http-ua-hints": "2.0.0-alpha.29", + "@double-agent/collect-http2-session": "2.0.0-alpha.29", + "@double-agent/collect-tls-clienthello": "2.0.0-alpha.29", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/real-user-agents": "2.0.0-alpha.29", + "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.29", + "@ulixee/unblocked-browser-profiler-dom-bridger": "2.0.0-alpha.29", + "@ulixee/unblocked-specification": "2.0.0-alpha.29", "lodash": "^4.17.20" }, "devDependencies": { - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.28" + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.29" } } diff --git a/browser-profiler/dom-bridger/CHANGELOG.md b/browser-profiler/dom-bridger/CHANGELOG.md index 983826f0c..ef5379fd6 100644 --- a/browser-profiler/dom-bridger/CHANGELOG.md +++ b/browser-profiler/dom-bridger/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + + +### Bug Fixes + +* **browser-profiler:** need to call dom bridger ([cf3b226](https://github.com/ulixee/unblocked/commit/cf3b22610a87ddf50e778c36a3468ae461f28bf8)) +* **dom-bridger:** update path patterns first ([f8e0d63](https://github.com/ulixee/unblocked/commit/f8e0d63de88f3de8e0ab647539bc823b8bd78f90)) + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/unblocked-browser-profiler-dom-bridger diff --git a/browser-profiler/dom-bridger/package.json b/browser-profiler/dom-bridger/package.json index 339a71eef..2563d70ae 100644 --- a/browser-profiler/dom-bridger/package.json +++ b/browser-profiler/dom-bridger/package.json @@ -1,6 +1,6 @@ { "name": "@ulixee/unblocked-browser-profiler-dom-bridger", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", @@ -10,9 +10,9 @@ "generate": "yarn generateRawMappings && yarn generatePathPatterns" }, "dependencies": { - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.28", - "@ulixee/unblocked-specification": "2.0.0-alpha.28", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.29", + "@ulixee/unblocked-specification": "2.0.0-alpha.29", "lodash": "^4.17.20" } } diff --git a/browser-profiler/main/CHANGELOG.md b/browser-profiler/main/CHANGELOG.md index fd20d5f9f..e9e195671 100644 --- a/browser-profiler/main/CHANGELOG.md +++ b/browser-profiler/main/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @ulixee/unblocked-browser-profiler + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/unblocked-browser-profiler diff --git a/browser-profiler/main/package.json b/browser-profiler/main/package.json index dd2fcf2b1..01086f0e6 100644 --- a/browser-profiler/main/package.json +++ b/browser-profiler/main/package.json @@ -1,6 +1,6 @@ { "name": "@ulixee/unblocked-browser-profiler", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", @@ -15,14 +15,14 @@ "profile:dom-local": "node --inspect -e 'require(\"../../build/browser-profiler/main/scripts/runLocalDoms.js\").default()'" }, "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", - "@double-agent/runner": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", + "@double-agent/runner": "2.0.0-alpha.29", "@types/selenium-webdriver": "^4.1.5", "@ulixee/chrome-app": "^1.0.3", - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/double-agent-stacks": "2.0.0-alpha.28", - "@ulixee/real-user-agents": "2.0.0-alpha.28", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/double-agent-stacks": "2.0.0-alpha.29", + "@ulixee/real-user-agents": "2.0.0-alpha.29", "axios": "^1.6.7", "chrome-launcher": "^0.13.4", "chrome-remote-interface": "0.32.1", diff --git a/double-agent-stacks/CHANGELOG.md b/double-agent-stacks/CHANGELOG.md index 45c60d63d..dd9415a6a 100644 --- a/double-agent-stacks/CHANGELOG.md +++ b/double-agent-stacks/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @ulixee/double-agent-stacks + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/double-agent-stacks diff --git a/double-agent-stacks/package.json b/double-agent-stacks/package.json index a9aaebe34..98b90b9c1 100644 --- a/double-agent-stacks/package.json +++ b/double-agent-stacks/package.json @@ -1,6 +1,6 @@ { "name": "@ulixee/double-agent-stacks", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "private": true, "scripts": { "0": "cd ../build/double-agent-stacks && yarn 0", @@ -14,15 +14,15 @@ "3-puppeteer": "cd ../build/double-agent-stacks && yarn 3-puppeteer" }, "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/collect-controller": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", - "@double-agent/runner": "2.0.0-alpha.28", - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/default-browser-emulator": "2.0.0-alpha.28", - "@ulixee/default-human-emulator": "2.0.0-alpha.28", - "@ulixee/real-user-agents": "2.0.0-alpha.28", - "@ulixee/unblocked-agent": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/collect-controller": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", + "@double-agent/runner": "2.0.0-alpha.29", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/default-browser-emulator": "2.0.0-alpha.29", + "@ulixee/default-human-emulator": "2.0.0-alpha.29", + "@ulixee/real-user-agents": "2.0.0-alpha.29", + "@ulixee/unblocked-agent": "2.0.0-alpha.29", "commander": "^9.5.0", "puppeteer": "17.1.3", "selenium-webdriver": "4.4.0" diff --git a/double-agent/analyze/CHANGELOG.md b/double-agent/analyze/CHANGELOG.md index 3c2e92387..71fd42902 100644 --- a/double-agent/analyze/CHANGELOG.md +++ b/double-agent/analyze/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze diff --git a/double-agent/analyze/package.json b/double-agent/analyze/package.json index 23f082814..d070ce797 100644 --- a/double-agent/analyze/package.json +++ b/double-agent/analyze/package.json @@ -1,14 +1,14 @@ { "name": "@double-agent/analyze", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "private": true, "main": "index.js", "license": "MIT", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/real-user-agents": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/real-user-agents": "2.0.0-alpha.29", "humanize-string": "^2.1.0", "initialism": "^1.0.2", "lodash": "^4.17.21", diff --git a/double-agent/analyze/plugins/browser-codecs/CHANGELOG.md b/double-agent/analyze/plugins/browser-codecs/CHANGELOG.md index bae7cdbbe..ec0e95a91 100644 --- a/double-agent/analyze/plugins/browser-codecs/CHANGELOG.md +++ b/double-agent/analyze/plugins/browser-codecs/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-browser-codecs + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-browser-codecs diff --git a/double-agent/analyze/plugins/browser-codecs/package.json b/double-agent/analyze/plugins/browser-codecs/package.json index 8d07ea596..be82b9003 100644 --- a/double-agent/analyze/plugins/browser-codecs/package.json +++ b/double-agent/analyze/plugins/browser-codecs/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/analyze-browser-codecs", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes that the audio, video and WebRTC codecs match the given user agent", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect-browser-codecs": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect-browser-codecs": "2.0.0-alpha.29", "csv-parse": "^4.8.5", "source-map-support": "^0.5.16" } diff --git a/double-agent/analyze/plugins/browser-dom-environment/CHANGELOG.md b/double-agent/analyze/plugins/browser-dom-environment/CHANGELOG.md index 34658fe58..e4ddb9f74 100644 --- a/double-agent/analyze/plugins/browser-dom-environment/CHANGELOG.md +++ b/double-agent/analyze/plugins/browser-dom-environment/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-browser-dom-environment + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-browser-dom-environment diff --git a/double-agent/analyze/plugins/browser-dom-environment/package.json b/double-agent/analyze/plugins/browser-dom-environment/package.json index d92447ab7..9126f9608 100644 --- a/double-agent/analyze/plugins/browser-dom-environment/package.json +++ b/double-agent/analyze/plugins/browser-dom-environment/package.json @@ -1,15 +1,15 @@ { "name": "@double-agent/analyze-browser-dom-environment", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes the DOM environment, such as functionality and object structure, match the given user-agent", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", "csv-parse": "^4.8.5", "source-map-support": "^0.5.16" } diff --git a/double-agent/analyze/plugins/browser-fingerprints/CHANGELOG.md b/double-agent/analyze/plugins/browser-fingerprints/CHANGELOG.md index 56cbe693a..3a3e32517 100644 --- a/double-agent/analyze/plugins/browser-fingerprints/CHANGELOG.md +++ b/double-agent/analyze/plugins/browser-fingerprints/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-browser-fingerprints + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-browser-fingerprints diff --git a/double-agent/analyze/plugins/browser-fingerprints/package.json b/double-agent/analyze/plugins/browser-fingerprints/package.json index 66021b4eb..16e466aba 100644 --- a/double-agent/analyze/plugins/browser-fingerprints/package.json +++ b/double-agent/analyze/plugins/browser-fingerprints/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/analyze-browser-fingerprints", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes whether the browser's fingerprints leak across sessions", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect-browser-fingerprints": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect-browser-fingerprints": "2.0.0-alpha.29", "source-map-support": "^0.5.16" } } diff --git a/double-agent/analyze/plugins/http-assets/CHANGELOG.md b/double-agent/analyze/plugins/http-assets/CHANGELOG.md index 9c9a42184..a8416c903 100644 --- a/double-agent/analyze/plugins/http-assets/CHANGELOG.md +++ b/double-agent/analyze/plugins/http-assets/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-http-assets + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-http-assets diff --git a/double-agent/analyze/plugins/http-assets/package.json b/double-agent/analyze/plugins/http-assets/package.json index 1e3cc1839..8b33b77e9 100644 --- a/double-agent/analyze/plugins/http-assets/package.json +++ b/double-agent/analyze/plugins/http-assets/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/analyze-http-assets", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes http header order, capitalization and default values for common document assets (images, fonts, media, scripts, stylesheet, etc)", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect-http-assets": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect-http-assets": "2.0.0-alpha.29", "source-map-support": "^0.5.16" } } diff --git a/double-agent/analyze/plugins/http-basic-cookies/CHANGELOG.md b/double-agent/analyze/plugins/http-basic-cookies/CHANGELOG.md index 388179305..6a1166bba 100644 --- a/double-agent/analyze/plugins/http-basic-cookies/CHANGELOG.md +++ b/double-agent/analyze/plugins/http-basic-cookies/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-http-basic-cookies + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-http-basic-cookies diff --git a/double-agent/analyze/plugins/http-basic-cookies/package.json b/double-agent/analyze/plugins/http-basic-cookies/package.json index 804c58d00..0cc8b2e12 100644 --- a/double-agent/analyze/plugins/http-basic-cookies/package.json +++ b/double-agent/analyze/plugins/http-basic-cookies/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/analyze-http-basic-cookies", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes whether cookies are enabled correctly, including same-site and secure", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect-http-basic-cookies": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect-http-basic-cookies": "2.0.0-alpha.29", "source-map-support": "^0.5.16" } } diff --git a/double-agent/analyze/plugins/http-basic-headers/CHANGELOG.md b/double-agent/analyze/plugins/http-basic-headers/CHANGELOG.md index a66b2b7cc..f5124c008 100644 --- a/double-agent/analyze/plugins/http-basic-headers/CHANGELOG.md +++ b/double-agent/analyze/plugins/http-basic-headers/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-http-basic-headers + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-http-basic-headers diff --git a/double-agent/analyze/plugins/http-basic-headers/package.json b/double-agent/analyze/plugins/http-basic-headers/package.json index a47c597cc..e3174b288 100644 --- a/double-agent/analyze/plugins/http-basic-headers/package.json +++ b/double-agent/analyze/plugins/http-basic-headers/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/analyze-http-basic-headers", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes header order, capitalization and default values", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect-http-basic-headers": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect-http-basic-headers": "2.0.0-alpha.29", "source-map-support": "^0.5.16" } } diff --git a/double-agent/analyze/plugins/http-websockets/CHANGELOG.md b/double-agent/analyze/plugins/http-websockets/CHANGELOG.md index 7b9dae1bc..62b88d115 100644 --- a/double-agent/analyze/plugins/http-websockets/CHANGELOG.md +++ b/double-agent/analyze/plugins/http-websockets/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-http-websockets + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-http-websockets diff --git a/double-agent/analyze/plugins/http-websockets/package.json b/double-agent/analyze/plugins/http-websockets/package.json index cb3139bdd..0d0dcdf69 100644 --- a/double-agent/analyze/plugins/http-websockets/package.json +++ b/double-agent/analyze/plugins/http-websockets/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/analyze-http-websockets", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes websocket upgrade request header order, capitalization and default values", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect-http-websockets": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect-http-websockets": "2.0.0-alpha.29", "source-map-support": "^0.5.16" } } diff --git a/double-agent/analyze/plugins/http-xhr/CHANGELOG.md b/double-agent/analyze/plugins/http-xhr/CHANGELOG.md index e729a6e06..29e5fe885 100644 --- a/double-agent/analyze/plugins/http-xhr/CHANGELOG.md +++ b/double-agent/analyze/plugins/http-xhr/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-http-xhr + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-http-xhr diff --git a/double-agent/analyze/plugins/http-xhr/package.json b/double-agent/analyze/plugins/http-xhr/package.json index 6eafcf9b1..7d1f01d51 100644 --- a/double-agent/analyze/plugins/http-xhr/package.json +++ b/double-agent/analyze/plugins/http-xhr/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/analyze-http-xhr", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes header order, capitalization and default values of XHR requests", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect-http-basic-headers": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect-http-basic-headers": "2.0.0-alpha.29", "source-map-support": "^0.5.16" } } diff --git a/double-agent/analyze/plugins/http2-session/CHANGELOG.md b/double-agent/analyze/plugins/http2-session/CHANGELOG.md index c28c108c6..5e344464b 100644 --- a/double-agent/analyze/plugins/http2-session/CHANGELOG.md +++ b/double-agent/analyze/plugins/http2-session/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-http2-session + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-http2-session diff --git a/double-agent/analyze/plugins/http2-session/package.json b/double-agent/analyze/plugins/http2-session/package.json index 255c2d77b..9ed6525b2 100644 --- a/double-agent/analyze/plugins/http2-session/package.json +++ b/double-agent/analyze/plugins/http2-session/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/analyze-http2-session", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes http2 session settings and frames", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect-http2-session": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect-http2-session": "2.0.0-alpha.29", "source-map-support": "^0.5.16" } } diff --git a/double-agent/analyze/plugins/tcp/CHANGELOG.md b/double-agent/analyze/plugins/tcp/CHANGELOG.md index 5405d90ad..1aff5de94 100644 --- a/double-agent/analyze/plugins/tcp/CHANGELOG.md +++ b/double-agent/analyze/plugins/tcp/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-tcp-ttl + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-tcp-ttl diff --git a/double-agent/analyze/plugins/tcp/package.json b/double-agent/analyze/plugins/tcp/package.json index 74d2640ba..64323a253 100644 --- a/double-agent/analyze/plugins/tcp/package.json +++ b/double-agent/analyze/plugins/tcp/package.json @@ -1,16 +1,16 @@ { "name": "@double-agent/analyze-tcp-ttl", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes tcp packet values, including window-size and time-to-live", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/collect-tcp": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", - "@ulixee/real-user-agents": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/collect-tcp": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", + "@ulixee/real-user-agents": "2.0.0-alpha.29", "source-map-support": "^0.5.16" } } diff --git a/double-agent/analyze/plugins/tls-clienthello/CHANGELOG.md b/double-agent/analyze/plugins/tls-clienthello/CHANGELOG.md index 67c4be52f..5e9d16756 100644 --- a/double-agent/analyze/plugins/tls-clienthello/CHANGELOG.md +++ b/double-agent/analyze/plugins/tls-clienthello/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/analyze-tls-clienthello + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/analyze-tls-clienthello diff --git a/double-agent/analyze/plugins/tls-clienthello/package.json b/double-agent/analyze/plugins/tls-clienthello/package.json index ae15a46a6..8abaef31a 100644 --- a/double-agent/analyze/plugins/tls-clienthello/package.json +++ b/double-agent/analyze/plugins/tls-clienthello/package.json @@ -1,14 +1,14 @@ { "name": "@double-agent/analyze-tls-clienthello", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes clienthello handshake signatures, including ciphers, extensions and version", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect-tls-clienthello": "2.0.0-alpha.28", - "@double-agent/tls-server": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect-tls-clienthello": "2.0.0-alpha.29", + "@double-agent/tls-server": "2.0.0-alpha.29", "source-map-support": "^0.5.16" } } diff --git a/double-agent/collect-controller/CHANGELOG.md b/double-agent/collect-controller/CHANGELOG.md index 35a7acb24..f0b592934 100644 --- a/double-agent/collect-controller/CHANGELOG.md +++ b/double-agent/collect-controller/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-controller + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-controller diff --git a/double-agent/collect-controller/package.json b/double-agent/collect-controller/package.json index 94327744b..499909f8f 100644 --- a/double-agent/collect-controller/package.json +++ b/double-agent/collect-controller/package.json @@ -1,14 +1,14 @@ { "name": "@double-agent/collect-controller", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/real-user-agents": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/real-user-agents": "2.0.0-alpha.29", "axios": "^1.6.7", "cookie": "^0.4.0", "diff": "^4.0.2", diff --git a/double-agent/collect/CHANGELOG.md b/double-agent/collect/CHANGELOG.md index 8f7657e59..a012b55e5 100644 --- a/double-agent/collect/CHANGELOG.md +++ b/double-agent/collect/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect diff --git a/double-agent/collect/package.json b/double-agent/collect/package.json index 7c3f1032a..4549e99ee 100644 --- a/double-agent/collect/package.json +++ b/double-agent/collect/package.json @@ -1,14 +1,14 @@ { "name": "@double-agent/collect", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "dependencies": { - "@double-agent/collect-controller": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", - "@double-agent/tls-server": "2.0.0-alpha.28", - "@ulixee/commons": "2.0.0-alpha.28", + "@double-agent/collect-controller": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", + "@double-agent/tls-server": "2.0.0-alpha.29", + "@ulixee/commons": "2.0.0-alpha.29", "axios": "^1.6.7", "cookie": "^0.4.0", "diff": "^4.0.2", diff --git a/double-agent/collect/plugins/browser-codecs/CHANGELOG.md b/double-agent/collect/plugins/browser-codecs/CHANGELOG.md index 9231719bf..e42b1640f 100644 --- a/double-agent/collect/plugins/browser-codecs/CHANGELOG.md +++ b/double-agent/collect/plugins/browser-codecs/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-browser-codecs + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-browser-codecs diff --git a/double-agent/collect/plugins/browser-codecs/package.json b/double-agent/collect/plugins/browser-codecs/package.json index 28896c97f..d0251f803 100644 --- a/double-agent/collect/plugins/browser-codecs/package.json +++ b/double-agent/collect/plugins/browser-codecs/package.json @@ -1,12 +1,12 @@ { "name": "@double-agent/collect-browser-codecs", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects the audio, video and WebRTC codecs of the browser", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", "csv-parse": "^4.8.5", "source-map-support": "^0.5.16" } diff --git a/double-agent/collect/plugins/browser-dom-environment/CHANGELOG.md b/double-agent/collect/plugins/browser-dom-environment/CHANGELOG.md index b5dcdf878..449a1a785 100644 --- a/double-agent/collect/plugins/browser-dom-environment/CHANGELOG.md +++ b/double-agent/collect/plugins/browser-dom-environment/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-browser-dom-environment + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-browser-dom-environment diff --git a/double-agent/collect/plugins/browser-dom-environment/package.json b/double-agent/collect/plugins/browser-dom-environment/package.json index 7c3172180..d38ed31ea 100644 --- a/double-agent/collect/plugins/browser-dom-environment/package.json +++ b/double-agent/collect/plugins/browser-dom-environment/package.json @@ -1,11 +1,11 @@ { "name": "@double-agent/collect-browser-dom-environment", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects the browser's DOM environment such as object structure, class inheritance amd key order", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28" + "@double-agent/collect": "2.0.0-alpha.29" } } diff --git a/double-agent/collect/plugins/browser-fingerprints/CHANGELOG.md b/double-agent/collect/plugins/browser-fingerprints/CHANGELOG.md index b8dc77c4c..e4585bb2d 100644 --- a/double-agent/collect/plugins/browser-fingerprints/CHANGELOG.md +++ b/double-agent/collect/plugins/browser-fingerprints/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-browser-fingerprints + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-browser-fingerprints diff --git a/double-agent/collect/plugins/browser-fingerprints/package.json b/double-agent/collect/plugins/browser-fingerprints/package.json index d1e5bcfbd..5db9cad16 100644 --- a/double-agent/collect/plugins/browser-fingerprints/package.json +++ b/double-agent/collect/plugins/browser-fingerprints/package.json @@ -1,6 +1,6 @@ { "name": "@double-agent/collect-browser-fingerprints", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", @@ -13,7 +13,7 @@ "prod": "GENERATE_PROFILES=1 PORT=3001 DOMAIN=a1.ulixee.org node index.js" }, "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", "cookie": "^0.4.0", "fingerprintjs2": "^2.1.0" } diff --git a/double-agent/collect/plugins/browser-fonts/CHANGELOG.md b/double-agent/collect/plugins/browser-fonts/CHANGELOG.md index 348904606..1d776a38a 100644 --- a/double-agent/collect/plugins/browser-fonts/CHANGELOG.md +++ b/double-agent/collect/plugins/browser-fonts/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-browser-fonts + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-browser-fonts diff --git a/double-agent/collect/plugins/browser-fonts/package.json b/double-agent/collect/plugins/browser-fonts/package.json index 754108e3a..6d675f5e0 100644 --- a/double-agent/collect/plugins/browser-fonts/package.json +++ b/double-agent/collect/plugins/browser-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@double-agent/collect-browser-fonts", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", @@ -12,6 +12,6 @@ "analyze": "node -e 'require(\"./lib/FontProfile\").analyze()'" }, "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28" + "@double-agent/collect": "2.0.0-alpha.29" } } diff --git a/double-agent/collect/plugins/browser-speech/CHANGELOG.md b/double-agent/collect/plugins/browser-speech/CHANGELOG.md index 4842ec856..bd23c5f51 100644 --- a/double-agent/collect/plugins/browser-speech/CHANGELOG.md +++ b/double-agent/collect/plugins/browser-speech/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-browser-speech + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-browser-speech diff --git a/double-agent/collect/plugins/browser-speech/package.json b/double-agent/collect/plugins/browser-speech/package.json index e8e917041..cbd31460d 100644 --- a/double-agent/collect/plugins/browser-speech/package.json +++ b/double-agent/collect/plugins/browser-speech/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/collect-browser-speech", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects browser speech synthesis voices", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28" + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29" }, "devDependencies": { "@types/diff": "^4.0.2" diff --git a/double-agent/collect/plugins/http-assets/CHANGELOG.md b/double-agent/collect/plugins/http-assets/CHANGELOG.md index b4bb0e24d..ff5bdd388 100644 --- a/double-agent/collect/plugins/http-assets/CHANGELOG.md +++ b/double-agent/collect/plugins/http-assets/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-http-assets + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-http-assets diff --git a/double-agent/collect/plugins/http-assets/package.json b/double-agent/collect/plugins/http-assets/package.json index 84afce604..147bce109 100644 --- a/double-agent/collect/plugins/http-assets/package.json +++ b/double-agent/collect/plugins/http-assets/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/collect-http-assets", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects the headers used when loading assets such as css, js, and images in a browser", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", "axios": "^1.6.7", "diff": "^4.0.2", "source-map-support": "^0.5.16", diff --git a/double-agent/collect/plugins/http-basic-cookies/CHANGELOG.md b/double-agent/collect/plugins/http-basic-cookies/CHANGELOG.md index 4baf3147e..563ef43fa 100644 --- a/double-agent/collect/plugins/http-basic-cookies/CHANGELOG.md +++ b/double-agent/collect/plugins/http-basic-cookies/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-http-basic-cookies + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-http-basic-cookies diff --git a/double-agent/collect/plugins/http-basic-cookies/package.json b/double-agent/collect/plugins/http-basic-cookies/package.json index 56a3b22bb..aa3131e8b 100644 --- a/double-agent/collect/plugins/http-basic-cookies/package.json +++ b/double-agent/collect/plugins/http-basic-cookies/package.json @@ -1,14 +1,14 @@ { "name": "@double-agent/collect-http-basic-cookies", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects a wide range of cookies configuration options and whether they're settable/gettable", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", - "@ulixee/real-user-agents": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", + "@ulixee/real-user-agents": "2.0.0-alpha.29", "cookie": "^0.4.0", "diff": "^4.0.2", "source-map-support": "^0.5.16", diff --git a/double-agent/collect/plugins/http-basic-headers/CHANGELOG.md b/double-agent/collect/plugins/http-basic-headers/CHANGELOG.md index b1ca5ee04..f611c755f 100644 --- a/double-agent/collect/plugins/http-basic-headers/CHANGELOG.md +++ b/double-agent/collect/plugins/http-basic-headers/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-http-basic-headers + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-http-basic-headers diff --git a/double-agent/collect/plugins/http-basic-headers/package.json b/double-agent/collect/plugins/http-basic-headers/package.json index 8dcfca04a..b99268142 100644 --- a/double-agent/collect/plugins/http-basic-headers/package.json +++ b/double-agent/collect/plugins/http-basic-headers/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/collect-http-basic-headers", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects the headers sent by browser when requesting documents in various contexts", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", "diff": "^4.0.2", "source-map-support": "^0.5.16", "uuid": "^7.0.2", diff --git a/double-agent/collect/plugins/http-ua-hints/CHANGELOG.md b/double-agent/collect/plugins/http-ua-hints/CHANGELOG.md index 5374379c8..28662f803 100644 --- a/double-agent/collect/plugins/http-ua-hints/CHANGELOG.md +++ b/double-agent/collect/plugins/http-ua-hints/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-http-ua-hints + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-http-ua-hints diff --git a/double-agent/collect/plugins/http-ua-hints/package.json b/double-agent/collect/plugins/http-ua-hints/package.json index 1e3bdacdf..1d2727f83 100644 --- a/double-agent/collect/plugins/http-ua-hints/package.json +++ b/double-agent/collect/plugins/http-ua-hints/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/collect-http-ua-hints", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects User Agent hints for a browser", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28" + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29" }, "devDependencies": { "@types/diff": "^4.0.2" diff --git a/double-agent/collect/plugins/http-websockets/CHANGELOG.md b/double-agent/collect/plugins/http-websockets/CHANGELOG.md index 513e52d05..9d9eb0b45 100644 --- a/double-agent/collect/plugins/http-websockets/CHANGELOG.md +++ b/double-agent/collect/plugins/http-websockets/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-http-websockets + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-http-websockets diff --git a/double-agent/collect/plugins/http-websockets/package.json b/double-agent/collect/plugins/http-websockets/package.json index 348a26c29..3b2ccbbe3 100644 --- a/double-agent/collect/plugins/http-websockets/package.json +++ b/double-agent/collect/plugins/http-websockets/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/collect-http-websockets", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects the headers used when initializing and facilitating web sockets", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", "axios": "^1.6.7", "diff": "^4.0.2", "source-map-support": "^0.5.16", diff --git a/double-agent/collect/plugins/http-xhr/CHANGELOG.md b/double-agent/collect/plugins/http-xhr/CHANGELOG.md index cfee415cd..90eadce0a 100644 --- a/double-agent/collect/plugins/http-xhr/CHANGELOG.md +++ b/double-agent/collect/plugins/http-xhr/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-http-xhr + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-http-xhr diff --git a/double-agent/collect/plugins/http-xhr/package.json b/double-agent/collect/plugins/http-xhr/package.json index d19c560c9..66bddc78d 100644 --- a/double-agent/collect/plugins/http-xhr/package.json +++ b/double-agent/collect/plugins/http-xhr/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/collect-http-xhr", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects the headers used by browsers when facilitating XHR requests", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", "axios": "^1.6.7", "diff": "^4.0.2", "source-map-support": "^0.5.16", diff --git a/double-agent/collect/plugins/http2-session/CHANGELOG.md b/double-agent/collect/plugins/http2-session/CHANGELOG.md index f324703d1..c6ace272d 100644 --- a/double-agent/collect/plugins/http2-session/CHANGELOG.md +++ b/double-agent/collect/plugins/http2-session/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-http2-session + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-http2-session diff --git a/double-agent/collect/plugins/http2-session/package.json b/double-agent/collect/plugins/http2-session/package.json index 491260a46..e8f2ede52 100644 --- a/double-agent/collect/plugins/http2-session/package.json +++ b/double-agent/collect/plugins/http2-session/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/collect-http2-session", "disabled": false, - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects the settings, pings and frames sent across by a browser http2 client", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28" + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29" } } diff --git a/double-agent/collect/plugins/tcp/CHANGELOG.md b/double-agent/collect/plugins/tcp/CHANGELOG.md index 7de465071..bba36c7b5 100644 --- a/double-agent/collect/plugins/tcp/CHANGELOG.md +++ b/double-agent/collect/plugins/tcp/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-tcp + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-tcp diff --git a/double-agent/collect/plugins/tcp/package.json b/double-agent/collect/plugins/tcp/package.json index 74fa0bfd9..7df701fb9 100644 --- a/double-agent/collect/plugins/tcp/package.json +++ b/double-agent/collect/plugins/tcp/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/collect-tcp", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects tcp packet values such as window-size and time-to-live", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", "source-map-support": "^0.5.16" }, "optionalDependencies": { diff --git a/double-agent/collect/plugins/tls-clienthello/CHANGELOG.md b/double-agent/collect/plugins/tls-clienthello/CHANGELOG.md index 361fb6405..f01e05553 100644 --- a/double-agent/collect/plugins/tls-clienthello/CHANGELOG.md +++ b/double-agent/collect/plugins/tls-clienthello/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/collect-tls-clienthello + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/collect-tls-clienthello diff --git a/double-agent/collect/plugins/tls-clienthello/package.json b/double-agent/collect/plugins/tls-clienthello/package.json index b32d5a7a9..1b38fcca1 100644 --- a/double-agent/collect/plugins/tls-clienthello/package.json +++ b/double-agent/collect/plugins/tls-clienthello/package.json @@ -1,13 +1,13 @@ { "name": "@double-agent/collect-tls-clienthello", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "index.js", "private": true, "license": "MIT", "description": "Collects the TLS clienthello handshake when initiating a secure connection", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", - "@double-agent/tls-server": "2.0.0-alpha.28" + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", + "@double-agent/tls-server": "2.0.0-alpha.29" } } diff --git a/double-agent/config/CHANGELOG.md b/double-agent/config/CHANGELOG.md index f8ac6a787..02bae3efe 100644 --- a/double-agent/config/CHANGELOG.md +++ b/double-agent/config/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/config + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/config diff --git a/double-agent/config/package.json b/double-agent/config/package.json index 425551aa9..937439800 100644 --- a/double-agent/config/package.json +++ b/double-agent/config/package.json @@ -1,12 +1,12 @@ { "name": "@double-agent/config", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "license": "MIT", "private": true, "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect": "2.0.0-alpha.28", - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/real-user-agents": "2.0.0-alpha.28" + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect": "2.0.0-alpha.29", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/real-user-agents": "2.0.0-alpha.29" } } diff --git a/double-agent/docs/CHANGELOG.md b/double-agent/docs/CHANGELOG.md index d4e88fe05..ae87dd0e7 100644 --- a/double-agent/docs/CHANGELOG.md +++ b/double-agent/docs/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/docs + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/docs diff --git a/double-agent/docs/package.json b/double-agent/docs/package.json index 6598a1158..02ee60689 100644 --- a/double-agent/docs/package.json +++ b/double-agent/docs/package.json @@ -1,6 +1,6 @@ { "name": "@double-agent/docs", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "main": "generator/index.js", "private": true, "license": "MIT", @@ -8,7 +8,7 @@ "start": "node generator/index.js" }, "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect": "2.0.0-alpha.28" + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect": "2.0.0-alpha.29" } } diff --git a/double-agent/runner/CHANGELOG.md b/double-agent/runner/CHANGELOG.md index 2a6cd9db8..d06a3c8fe 100644 --- a/double-agent/runner/CHANGELOG.md +++ b/double-agent/runner/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/runner + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/runner diff --git a/double-agent/runner/package.json b/double-agent/runner/package.json index 1dc90273d..424ba7216 100644 --- a/double-agent/runner/package.json +++ b/double-agent/runner/package.json @@ -1,14 +1,14 @@ { "name": "@double-agent/runner", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "private": true, "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.28", - "@double-agent/collect": "2.0.0-alpha.28", - "@double-agent/collect-controller": "2.0.0-alpha.28", - "@double-agent/config": "2.0.0-alpha.28", - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/real-user-agents": "2.0.0-alpha.28", + "@double-agent/analyze": "2.0.0-alpha.29", + "@double-agent/collect": "2.0.0-alpha.29", + "@double-agent/collect-controller": "2.0.0-alpha.29", + "@double-agent/config": "2.0.0-alpha.29", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/real-user-agents": "2.0.0-alpha.29", "commander": "^9.5.0", "node-fetch": "^2.6.1", "p-queue": "^6.6.2", diff --git a/double-agent/tls-server/CHANGELOG.md b/double-agent/tls-server/CHANGELOG.md index db30c8750..088e887b2 100644 --- a/double-agent/tls-server/CHANGELOG.md +++ b/double-agent/tls-server/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @double-agent/tls-server + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @double-agent/tls-server diff --git a/double-agent/tls-server/package.json b/double-agent/tls-server/package.json index cee6b5d90..69c59cd5c 100644 --- a/double-agent/tls-server/package.json +++ b/double-agent/tls-server/package.json @@ -1,12 +1,12 @@ { "name": "@double-agent/tls-server", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "private": true, "main": "index.js", "license": "MIT", "description": "TLS server for capturing clienthello", "dependencies": { - "@double-agent/config": "2.0.0-alpha.28", - "@ulixee/commons": "2.0.0-alpha.28" + "@double-agent/config": "2.0.0-alpha.29", + "@ulixee/commons": "2.0.0-alpha.29" } } diff --git a/js-path/CHANGELOG.md b/js-path/CHANGELOG.md index 0373ac06f..c76d49899 100644 --- a/js-path/CHANGELOG.md +++ b/js-path/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @ulixee/js-path + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/js-path diff --git a/js-path/package.json b/js-path/package.json index ffd397a0d..efce81a1b 100644 --- a/js-path/package.json +++ b/js-path/package.json @@ -1,5 +1,5 @@ { "name": "@ulixee/js-path", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "description": "The Serialization format to reference Paths to elements/nodes and properties in the DOM" } diff --git a/lerna.json b/lerna.json index b9c7b99a1..4b548ee61 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "npmClient": "yarn", "useWorkspaces": true } diff --git a/plugins/default-browser-emulator/CHANGELOG.md b/plugins/default-browser-emulator/CHANGELOG.md index 3afb53d7e..639d4ca59 100644 --- a/plugins/default-browser-emulator/CHANGELOG.md +++ b/plugins/default-browser-emulator/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + + +### Bug Fixes + +* **agent:** clear frames when url context changes ([#98](https://github.com/ulixee/unblocked/issues/98)) ([0eb95dc](https://github.com/ulixee/unblocked/commit/0eb95dcdcadb35c6a726ff2a1fd1d6eba1edb19e)) +* **browser-emulator:** properly clean error stack ([05521ad](https://github.com/ulixee/unblocked/commit/05521ad783fcd5c5ad7ad1ea7a7d611fdff0927a)) +* console leaking info ([#89](https://github.com/ulixee/unblocked/issues/89)) ([c10c174](https://github.com/ulixee/unblocked/commit/c10c174f20112a13f8d5a7cb636dcb4f2bf8add6)) +* **default-browser-emulator:** console leaking debugger active ([#97](https://github.com/ulixee/unblocked/issues/97)) ([bdca4b0](https://github.com/ulixee/unblocked/commit/bdca4b00a61b90eb613ae37bc3c8442eadbbefcf)) +* **default-browser-emulator:** undefined destructure ([#99](https://github.com/ulixee/unblocked/issues/99)) ([02d2cf1](https://github.com/ulixee/unblocked/commit/02d2cf11ae0ccfa25186713f807b68b4131b0c55)) +* don't crash on prototype overflow ([#90](https://github.com/ulixee/unblocked/issues/90)) ([cfdb498](https://github.com/ulixee/unblocked/commit/cfdb498ee25e3cd4001efbb25954892dd7809284)) +* even more console leaks ([#92](https://github.com/ulixee/unblocked/issues/92)) ([b9eea30](https://github.com/ulixee/unblocked/commit/b9eea30cf93b237c2439364c65da321fa507b39b)) +* **plugins:** correct error stack for setPrototype ([776aaa8](https://github.com/ulixee/unblocked/commit/776aaa8daa5bda5613e107a37a25f373204df0ca)) +* **plugins:** don’t scope emulator vars in window ([4775864](https://github.com/ulixee/unblocked/commit/477586429d1fb8147110e142783075d980f00026)) +* **plugins:** proxy issues with stack traces ([#91](https://github.com/ulixee/unblocked/issues/91)) ([14354f0](https://github.com/ulixee/unblocked/commit/14354f0d43fe3f2382ef046c69efaceac65c83a1)) +* **plugins:** stack for setPrototype ([f735eef](https://github.com/ulixee/unblocked/commit/f735eefcc7a3454ded032942542c26e0ba806e96)) +* stack traces in utils ([9ec622e](https://github.com/ulixee/unblocked/commit/9ec622e4eef8d276c6c8e8e16a1cc625da013239)) + + +### Features + +* **browser-emulator:** hide unhandled errors and rejections ([#102](https://github.com/ulixee/unblocked/issues/102)) ([bb6fa5e](https://github.com/ulixee/unblocked/commit/bb6fa5efb2d9e9d16f787e825c0387fffcbe7cda)) +* **browser:** instructions to update data files ([3bd93c0](https://github.com/ulixee/unblocked/commit/3bd93c0f21b281ee8d5ecfc8a6f7ef37faca3a87)) +* make headless=new the default mode ([#95](https://github.com/ulixee/unblocked/issues/95)) ([c7297dd](https://github.com/ulixee/unblocked/commit/c7297dd0f90541fae430b28dc3c728df77591844)) +* **plugins:** ability to configure plugins ([5bc079b](https://github.com/ulixee/unblocked/commit/5bc079bba85f50a54457c41d5c6039041ceb1e9e)) +* **plugins:** option to output all json stringify ([009b032](https://github.com/ulixee/unblocked/commit/009b0325af3e4ffd61306414eb02ad7d25f3c6c2)) + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/default-browser-emulator diff --git a/plugins/default-browser-emulator/package.json b/plugins/default-browser-emulator/package.json index 421a8c661..080764dd2 100644 --- a/plugins/default-browser-emulator/package.json +++ b/plugins/default-browser-emulator/package.json @@ -1,6 +1,6 @@ { "name": "@ulixee/default-browser-emulator", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "description": "Browser emulator generated from DoubleAgent data", "main": "index.js", "bin": { @@ -8,21 +8,21 @@ }, "dependencies": { "@ulixee/chrome-app": "^1.0.3", - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/real-user-agents": "2.0.0-alpha.28", - "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.28", - "@ulixee/unblocked-specification": "2.0.0-alpha.28", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/real-user-agents": "2.0.0-alpha.29", + "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.29", + "@ulixee/unblocked-specification": "2.0.0-alpha.29", "compare-versions": "^6.1.0", "nanoid": "^3.3.6", + "tar": "^6.2.0", "tough-cookie": "^4.1.3", - "ua-parser-js": "^1.0.37", - "tar": "^6.2.0" + "ua-parser-js": "^1.0.37" }, "devDependencies": { "@types/tough-cookie": "^4.0.0", - "@ulixee/unblocked-agent": "2.0.0-alpha.28", - "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.28", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.28", + "@ulixee/unblocked-agent": "2.0.0-alpha.29", + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.29", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.29", "fpcollect": "^1.0.4", "fpscanner": "^0.1.5", "proxy": "^1.0.1", diff --git a/plugins/default-human-emulator/CHANGELOG.md b/plugins/default-human-emulator/CHANGELOG.md index 6f38a4ba6..9556c4272 100644 --- a/plugins/default-human-emulator/CHANGELOG.md +++ b/plugins/default-human-emulator/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + + +### Features + +* **plugins:** ability to configure plugins ([5bc079b](https://github.com/ulixee/unblocked/commit/5bc079bba85f50a54457c41d5c6039041ceb1e9e)) + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/default-human-emulator diff --git a/plugins/default-human-emulator/package.json b/plugins/default-human-emulator/package.json index e59c2072d..9d7d0441d 100644 --- a/plugins/default-human-emulator/package.json +++ b/plugins/default-human-emulator/package.json @@ -1,15 +1,15 @@ { "name": "@ulixee/default-human-emulator", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "description": "Default human emulator based on Xetera/ghost-cursor", "main": "index.js", "dependencies": { - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/unblocked-specification": "2.0.0-alpha.28" + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/unblocked-specification": "2.0.0-alpha.29" }, "devDependencies": { - "@ulixee/js-path": "2.0.0-alpha.28", - "@ulixee/unblocked-agent": "2.0.0-alpha.28", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.28" + "@ulixee/js-path": "2.0.0-alpha.29", + "@ulixee/unblocked-agent": "2.0.0-alpha.29", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.29" } } diff --git a/real-user-agents/CHANGELOG.md b/real-user-agents/CHANGELOG.md index ce4a35235..197362ad0 100644 --- a/real-user-agents/CHANGELOG.md +++ b/real-user-agents/CHANGELOG.md @@ -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. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + +**Note:** Version bump only for package @ulixee/real-user-agents + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/real-user-agents diff --git a/real-user-agents/package.json b/real-user-agents/package.json index 00f131567..61fb8766f 100644 --- a/real-user-agents/package.json +++ b/real-user-agents/package.json @@ -1,21 +1,21 @@ { "name": "@ulixee/real-user-agents", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "description": "Real User Agents is a library created for use in the Unblocked and Ulixee projects. It sources real user agent strings from BrowserStack browsers, Chromium source control, and Statcounter statistics so that current, popular user agent strings can be generated for automation software.", "scripts": { "update": "node ../build/real-user-agents/scripts/update run && prettier data/**/*.json --write", "update:agents": "export $(cat .env | xargs) && node -e 'require(\"../build/real-user-agents/scripts/importBrowserstackUserAgents.js\").default()'" }, "dependencies": { - "@ulixee/commons": "2.0.0-alpha.28", - "@ulixee/unblocked-specification": "2.0.0-alpha.28", + "@ulixee/commons": "2.0.0-alpha.29", + "@ulixee/unblocked-specification": "2.0.0-alpha.29", "compare-versions": "^6.1.0", "ua-parser-js": "^1.0.37" }, "devDependencies": { "@types/selenium-webdriver": "^4.1.5", "@types/ua-parser-js": "^0.7.36", - "@ulixee/unblocked-agent": "2.0.0-alpha.28", + "@ulixee/unblocked-agent": "2.0.0-alpha.29", "axios": "^1.6.7", "browserstack-local": "^1.5.1", "csv-parser": "^2.3.2", diff --git a/specification/CHANGELOG.md b/specification/CHANGELOG.md index 5873cd1f4..90e2f0e7d 100644 --- a/specification/CHANGELOG.md +++ b/specification/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.29](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2024-07-16) + + +### Features + +* chrome remote debugger over websocket ([#88](https://github.com/ulixee/unblocked/issues/88)) ([964df92](https://github.com/ulixee/unblocked/commit/964df92e73557d95690f206fcf5fe77765fec07b)) +* make headless=new the default mode ([#95](https://github.com/ulixee/unblocked/issues/95)) ([c7297dd](https://github.com/ulixee/unblocked/commit/c7297dd0f90541fae430b28dc3c728df77591844)) +* **plugins:** ability to configure plugins ([5bc079b](https://github.com/ulixee/unblocked/commit/5bc079bba85f50a54457c41d5c6039041ceb1e9e)) +* **plugins:** option to output all json stringify ([009b032](https://github.com/ulixee/unblocked/commit/009b0325af3e4ffd61306414eb02ad7d25f3c6c2)) + + + + + # [2.0.0-alpha.28](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11) **Note:** Version bump only for package @ulixee/unblocked-specification diff --git a/specification/package.json b/specification/package.json index 0b0eefa1c..c1f4d4dc0 100644 --- a/specification/package.json +++ b/specification/package.json @@ -1,12 +1,12 @@ { "name": "@ulixee/unblocked-specification", - "version": "2.0.0-alpha.28", + "version": "2.0.0-alpha.29", "description": "Interfaces to interact with Unblocked Agent Plugins", "dependencies": { - "@ulixee/js-path": "2.0.0-alpha.28", + "@ulixee/js-path": "2.0.0-alpha.29", "devtools-protocol": "^0.0.1137505" }, "devDependencies": { - "@ulixee/commons": "2.0.0-alpha.28" + "@ulixee/commons": "2.0.0-alpha.29" } }