From dd663542c5218de926bd20193f2952b29d9fdcc5 Mon Sep 17 00:00:00 2001 From: Blake Byrnes Date: Wed, 9 Aug 2023 09:59:59 -0400 Subject: [PATCH] v2.0.0-alpha.24 --- CHANGELOG.md | 12 +++++++ agent/examples/CHANGELOG.md | 11 ++++++ agent/examples/package.json | 6 ++-- agent/main/CHANGELOG.md | 11 ++++++ agent/main/package.json | 12 +++---- agent/mitm-socket/CHANGELOG.md | 8 +++++ agent/mitm-socket/package.json | 8 ++--- agent/mitm/CHANGELOG.md | 11 ++++++ agent/mitm/package.json | 12 +++---- agent/testing/CHANGELOG.md | 11 ++++++ agent/testing/package.json | 12 +++---- browser-emulator-builder/CHANGELOG.md | 11 ++++++ browser-emulator-builder/package.json | 36 +++++++++---------- browser-profiler/dom-bridger/CHANGELOG.md | 8 +++++ 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 | 11 ++++++ double-agent/collect/package.json | 10 +++--- .../plugins/browser-codecs/CHANGELOG.md | 8 +++++ .../plugins/browser-codecs/package.json | 4 +-- .../browser-dom-environment/CHANGELOG.md | 11 ++++++ .../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 | 11 ++++++ .../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 | 12 +++++++ plugins/default-browser-emulator/package.json | 16 ++++----- plugins/default-human-emulator/CHANGELOG.md | 8 +++++ plugins/default-human-emulator/package.json | 12 +++---- real-user-agents/CHANGELOG.md | 8 +++++ real-user-agents/package.json | 8 ++--- specification/CHANGELOG.md | 12 +++++++ specification/package.json | 6 ++-- yarn.lock | 5 +++ 95 files changed, 616 insertions(+), 199 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6740d3780..d38a5dc41 100644 --- a/CHANGELOG.md +++ b/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) +* **specification:** add viewport to deviceprofile ([ea7e50e](https://github.com/ulixee/unblocked/commit/ea7e50e6c7c40656d4a4bb85580f2be9d7500373)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) diff --git a/agent/examples/CHANGELOG.md b/agent/examples/CHANGELOG.md index f37931a94..9d7466b2f 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **Note:** Version bump only for package @ulixee/unblocked-agent-examples diff --git a/agent/examples/package.json b/agent/examples/package.json index f1f76f39d..27124d6b8 100644 --- a/agent/examples/package.json +++ b/agent/examples/package.json @@ -1,10 +1,10 @@ { "name": "@ulixee/unblocked-agent-examples", "private": true, - "version": "2.0.0-alpha.23", + "version": "2.0.0-alpha.24", "dependencies": { "@ulixee/chrome-113-0": "^5672.127.8", - "@ulixee/js-path": "2.0.0-alpha.23", - "@ulixee/unblocked-agent": "2.0.0-alpha.23" + "@ulixee/js-path": "2.0.0-alpha.24", + "@ulixee/unblocked-agent": "2.0.0-alpha.24" } } diff --git a/agent/main/CHANGELOG.md b/agent/main/CHANGELOG.md index 5527ca030..c4c494a91 100644 --- a/agent/main/CHANGELOG.md +++ b/agent/main/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) ### Bug Fixes diff --git a/agent/main/package.json b/agent/main/package.json index 8f520220d..7326e39ca 100644 --- a/agent/main/package.json +++ b/agent/main/package.json @@ -1,21 +1,21 @@ { "name": "@ulixee/unblocked-agent", - "version": "2.0.0-alpha.23", + "version": "2.0.0-alpha.24", "description": "Fully programmable Devtools Protocol based browser", "main": "index.js", "dependencies": { "@ulixee/chrome-114-0": "^5735.91.8", "@ulixee/chrome-app": "^1.0.3", - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/js-path": "2.0.0-alpha.23", - "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.23", - "@ulixee/unblocked-specification": "2.0.0-alpha.23", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/js-path": "2.0.0-alpha.24", + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.24", + "@ulixee/unblocked-specification": "2.0.0-alpha.24", "devtools-protocol": "^0.0.1137505", "nanoid": "^3.3.6", "tough-cookie": "^4.0.0" }, "devDependencies": { - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.23", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.24", "image-size": "^1.0.1", "vue": "^2.6.14" } diff --git a/agent/mitm-socket/CHANGELOG.md b/agent/mitm-socket/CHANGELOG.md index 1c9c7ee67..62cba9ee3 100644 --- a/agent/mitm-socket/CHANGELOG.md +++ b/agent/mitm-socket/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @ulixee/unblocked-agent-mitm-socket + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 b045c9d79..5aa203168 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@ulixee/unblocked-specification": "2.0.0-alpha.23", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/unblocked-specification": "2.0.0-alpha.24", "nanoid": "^3.3.6" }, "devDependencies": { "@types/ws": "^7.2.4", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.23", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.24", "proxy": "^1.0.1", "simple-socks": "^2.1.0", "ws": "^7.4.6" diff --git a/agent/mitm/CHANGELOG.md b/agent/mitm/CHANGELOG.md index 179aa338e..9521825a8 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **Note:** Version bump only for package @ulixee/unblocked-agent-mitm diff --git a/agent/mitm/package.json b/agent/mitm/package.json index d81466199..e339de819 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.23", + "version": "2.0.0-alpha.24", "description": "Man-in-the-middle proxy to fix chrome request/response", "main": "index.js", "dependencies": { - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.23", - "@ulixee/unblocked-specification": "2.0.0-alpha.23", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.24", + "@ulixee/unblocked-specification": "2.0.0-alpha.24", "dns-packet": "^5.2.4", "moment": "^2.29.4" }, "devDependencies": { "@types/node": "^16.18.31", "@types/ws": "^7.4.7", - "@ulixee/unblocked-agent": "2.0.0-alpha.23", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.23", + "@ulixee/unblocked-agent": "2.0.0-alpha.24", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.24", "http-proxy-agent": "^4.0.1", "proxy": "^1.0.1", "ws": "^7.4.6" diff --git a/agent/testing/CHANGELOG.md b/agent/testing/CHANGELOG.md index 0084cc62e..14e790fcd 100644 --- a/agent/testing/CHANGELOG.md +++ b/agent/testing/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **Note:** Version bump only for package @ulixee/unblocked-agent-testing diff --git a/agent/testing/package.json b/agent/testing/package.json index 94c15080f..b0887abb2 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@ulixee/unblocked-agent": "2.0.0-alpha.23", - "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.23", - "@ulixee/unblocked-specification": "2.0.0-alpha.23", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/unblocked-agent": "2.0.0-alpha.24", + "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.24", + "@ulixee/unblocked-specification": "2.0.0-alpha.24", "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": "^16.18.31", - "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.23" + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.24" } } diff --git a/browser-emulator-builder/CHANGELOG.md b/browser-emulator-builder/CHANGELOG.md index d902c01ad..2f03417af 100644 --- a/browser-emulator-builder/CHANGELOG.md +++ b/browser-emulator-builder/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 dc6a0f95c..0b151338d 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.23", + "version": "2.0.0-alpha.24", "private": true, "license": "MIT", "scripts": { "generate": "node ../build/browser-emulator-builder/scripts/generateEmulatorData" }, "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.23", - "@double-agent/analyze-http-basic-headers": "2.0.0-alpha.23", - "@double-agent/collect": "2.0.0-alpha.23", - "@double-agent/collect-browser-codecs": "2.0.0-alpha.23", - "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.23", - "@double-agent/collect-browser-fonts": "2.0.0-alpha.23", - "@double-agent/collect-browser-speech": "2.0.0-alpha.23", - "@double-agent/collect-http-basic-headers": "2.0.0-alpha.23", - "@double-agent/collect-http-ua-hints": "2.0.0-alpha.23", - "@double-agent/collect-http2-session": "2.0.0-alpha.23", - "@double-agent/collect-tls-clienthello": "2.0.0-alpha.23", - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/real-user-agents": "2.0.0-alpha.23", - "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.23", - "@ulixee/unblocked-browser-profiler-dom-bridger": "2.0.0-alpha.23", - "@ulixee/unblocked-specification": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/analyze-http-basic-headers": "2.0.0-alpha.24", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/collect-browser-codecs": "2.0.0-alpha.24", + "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.24", + "@double-agent/collect-browser-fonts": "2.0.0-alpha.24", + "@double-agent/collect-browser-speech": "2.0.0-alpha.24", + "@double-agent/collect-http-basic-headers": "2.0.0-alpha.24", + "@double-agent/collect-http-ua-hints": "2.0.0-alpha.24", + "@double-agent/collect-http2-session": "2.0.0-alpha.24", + "@double-agent/collect-tls-clienthello": "2.0.0-alpha.24", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/real-user-agents": "2.0.0-alpha.24", + "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.24", + "@ulixee/unblocked-browser-profiler-dom-bridger": "2.0.0-alpha.24", + "@ulixee/unblocked-specification": "2.0.0-alpha.24", "lodash": "^4.17.20" }, "devDependencies": { - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.23" + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.24" } } diff --git a/browser-profiler/dom-bridger/CHANGELOG.md b/browser-profiler/dom-bridger/CHANGELOG.md index ab7f26c39..7db0d708b 100644 --- a/browser-profiler/dom-bridger/CHANGELOG.md +++ b/browser-profiler/dom-bridger/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @ulixee/unblocked-browser-profiler-dom-bridger + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 8700c805d..8e5ae1398 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.23", + "version": "2.0.0-alpha.24", "main": "index.js", "private": true, "license": "MIT", @@ -10,9 +10,9 @@ "generate": "yarn generateRawMappings && yarn generatePathPatterns" }, "dependencies": { - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.23", - "@ulixee/unblocked-specification": "2.0.0-alpha.23", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.24", + "@ulixee/unblocked-specification": "2.0.0-alpha.24", "lodash": "^4.17.20" } } diff --git a/browser-profiler/main/CHANGELOG.md b/browser-profiler/main/CHANGELOG.md index cfd4c36a6..b6fb176b2 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @ulixee/unblocked-browser-profiler + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 fb484c249..73f25f7b7 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.23", + "version": "2.0.0-alpha.24", "main": "index.js", "private": true, "license": "MIT", @@ -15,14 +15,14 @@ "profile:dom-local": "node -e 'require(\"../../build/browser-profiler/main/scripts/runLocalDoms.js\").default()'" }, "dependencies": { - "@double-agent/collect": "2.0.0-alpha.23", - "@double-agent/config": "2.0.0-alpha.23", - "@double-agent/runner": "2.0.0-alpha.23", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", + "@double-agent/runner": "2.0.0-alpha.24", "@types/selenium-webdriver": "^4.1.5", "@ulixee/chrome-app": "^1.0.3", - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/double-agent-stacks": "2.0.0-alpha.23", - "@ulixee/real-user-agents": "2.0.0-alpha.23", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/double-agent-stacks": "2.0.0-alpha.24", + "@ulixee/real-user-agents": "2.0.0-alpha.24", "axios": "^0.27.2", "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 326eb2921..e8d78e410 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @ulixee/double-agent-stacks + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 1cf6bea18..aab11ceca 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect-controller": "2.0.0-alpha.23", - "@double-agent/config": "2.0.0-alpha.23", - "@double-agent/runner": "2.0.0-alpha.23", - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/default-browser-emulator": "2.0.0-alpha.23", - "@ulixee/default-human-emulator": "2.0.0-alpha.23", - "@ulixee/real-user-agents": "2.0.0-alpha.23", - "@ulixee/unblocked-agent": "2.0.0-alpha.23", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/collect-controller": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", + "@double-agent/runner": "2.0.0-alpha.24", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/default-browser-emulator": "2.0.0-alpha.24", + "@ulixee/default-human-emulator": "2.0.0-alpha.24", + "@ulixee/real-user-agents": "2.0.0-alpha.24", + "@ulixee/unblocked-agent": "2.0.0-alpha.24", "commander": "^9.2.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 2a8619057..e5bb5f58b 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **Note:** Version bump only for package @double-agent/analyze diff --git a/double-agent/analyze/package.json b/double-agent/analyze/package.json index 89f767011..284e2fd31 100644 --- a/double-agent/analyze/package.json +++ b/double-agent/analyze/package.json @@ -1,6 +1,6 @@ { "name": "@double-agent/analyze", - "version": "2.0.0-alpha.23", + "version": "2.0.0-alpha.24", "private": true, "main": "index.js", "license": "MIT", @@ -8,10 +8,10 @@ "initialize": "node initialize.js" }, "dependencies": { - "@double-agent/collect": "2.0.0-alpha.23", - "@double-agent/config": "2.0.0-alpha.23", - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/real-user-agents": "2.0.0-alpha.23", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/real-user-agents": "2.0.0-alpha.24", "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 149ea8b7b..e13592954 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-browser-codecs + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 84fbcc947..cbc5fa4cb 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect-browser-codecs": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect-browser-codecs": "2.0.0-alpha.24", "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 0803d5b00..645386221 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-browser-dom-environment + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 9365347b7..16f4ca664 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect": "2.0.0-alpha.23", - "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.23", - "@double-agent/config": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", "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 9215d7216..b244b5823 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-browser-fingerprints + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 3db25b449..93c9799dc 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect-browser-fingerprints": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect-browser-fingerprints": "2.0.0-alpha.24", "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 64bc8a68b..134705f37 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-http-assets + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 244fe11cd..2837ec38a 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect-http-assets": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect-http-assets": "2.0.0-alpha.24", "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 50f9db0e4..03c4b7687 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-http-basic-cookies + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 ab968647a..1c999f962 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect-http-basic-cookies": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect-http-basic-cookies": "2.0.0-alpha.24", "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 19bd78057..cfdbe97ea 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-http-basic-headers + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 c469580bd..ce37b02a3 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.23", + "version": "2.0.0-alpha.24", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes header order, capitalization and default values", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.23", - "@double-agent/collect-http-basic-headers": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect-http-basic-headers": "2.0.0-alpha.24", "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 ab0f7bbca..2d75c6055 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-http-websockets + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 e5c85447f..3da06a0af 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect-http-websockets": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect-http-websockets": "2.0.0-alpha.24", "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 99395845c..7443d3071 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-http-xhr + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 2568d53ce..3e04a8a49 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect-http-basic-headers": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect-http-basic-headers": "2.0.0-alpha.24", "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 73333c4f5..7a8e87998 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-http2-session + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 82561f307..c2f1adccd 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.23", + "version": "2.0.0-alpha.24", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes http2 session settings and frames", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.23", - "@double-agent/collect-http2-session": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect-http2-session": "2.0.0-alpha.24", "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 900d7fec6..dfe030f36 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-tcp-ttl + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 97591412f..ca63ded9a 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect": "2.0.0-alpha.23", - "@double-agent/collect-tcp": "2.0.0-alpha.23", - "@double-agent/config": "2.0.0-alpha.23", - "@ulixee/real-user-agents": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/collect-tcp": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", + "@ulixee/real-user-agents": "2.0.0-alpha.24", "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 9fab7cae3..e475d4c80 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/analyze-tls-clienthello + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 212747edf..7fc1cd277 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect-tls-clienthello": "2.0.0-alpha.23", - "@double-agent/tls-server": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect-tls-clienthello": "2.0.0-alpha.24", + "@double-agent/tls-server": "2.0.0-alpha.24", "source-map-support": "^0.5.16" } } diff --git a/double-agent/collect-controller/CHANGELOG.md b/double-agent/collect-controller/CHANGELOG.md index e5aa5475b..0a4677989 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-controller + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 11c43d818..498e2dae7 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.23", + "version": "2.0.0-alpha.24", "main": "index.js", "private": true, "license": "MIT", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.23", - "@double-agent/config": "2.0.0-alpha.23", - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/real-user-agents": "2.0.0-alpha.23", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/real-user-agents": "2.0.0-alpha.24", "axios": "^0.21.1", "cookie": "^0.4.0", "diff": "^4.0.2", diff --git a/double-agent/collect/CHANGELOG.md b/double-agent/collect/CHANGELOG.md index 1e584c7d0..c9d54f54f 100644 --- a/double-agent/collect/CHANGELOG.md +++ b/double-agent/collect/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **Note:** Version bump only for package @double-agent/collect diff --git a/double-agent/collect/package.json b/double-agent/collect/package.json index b1f4f1666..aa39f3162 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.23", + "version": "2.0.0-alpha.24", "main": "index.js", "private": true, "license": "MIT", "dependencies": { - "@double-agent/collect-controller": "2.0.0-alpha.23", - "@double-agent/config": "2.0.0-alpha.23", - "@double-agent/tls-server": "2.0.0-alpha.23", - "@ulixee/commons": "2.0.0-alpha.23", + "@double-agent/collect-controller": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", + "@double-agent/tls-server": "2.0.0-alpha.24", + "@ulixee/commons": "2.0.0-alpha.24", "axios": "^0.21.1", "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 3ac5f5845..7ebef992d 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-browser-codecs + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 afb0e8553..8ea2654a9 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.23", + "version": "2.0.0-alpha.24", "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.23", + "@double-agent/collect": "2.0.0-alpha.24", "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 7e47a40fc..dd1238598 100644 --- a/double-agent/collect/plugins/browser-dom-environment/CHANGELOG.md +++ b/double-agent/collect/plugins/browser-dom-environment/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 ab70a4430..2c6724df5 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.23", + "version": "2.0.0-alpha.24", "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.23" + "@double-agent/collect": "2.0.0-alpha.24" } } diff --git a/double-agent/collect/plugins/browser-fingerprints/CHANGELOG.md b/double-agent/collect/plugins/browser-fingerprints/CHANGELOG.md index 05984585d..b74bc7176 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-browser-fingerprints + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 7c462785a..1cbfa6fbe 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.23", + "version": "2.0.0-alpha.24", "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.23", + "@double-agent/collect": "2.0.0-alpha.24", "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 86feea1fd..5e0d2509b 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-browser-fonts + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 3a4f1e093..ba0cf47b7 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.23", + "version": "2.0.0-alpha.24", "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.23" + "@double-agent/collect": "2.0.0-alpha.24" } } diff --git a/double-agent/collect/plugins/browser-speech/CHANGELOG.md b/double-agent/collect/plugins/browser-speech/CHANGELOG.md index ba1a189ae..8e4d0ad2c 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-browser-speech + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 bfa9fe299..46fa09061 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.23", + "version": "2.0.0-alpha.24", "main": "index.js", "private": true, "license": "MIT", "description": "Collects browser speech synthesis voices", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.23", - "@double-agent/config": "2.0.0-alpha.23" + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24" }, "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 69a81022d..010b21410 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-http-assets + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 26032cc79..dbafeda7a 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/config": "2.0.0-alpha.23", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", "axios": "^0.21.1", "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 8e24477f5..c38a186f1 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-http-basic-cookies + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 ca25a78d2..22e060952 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/config": "2.0.0-alpha.23", - "@ulixee/real-user-agents": "2.0.0-alpha.23", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", + "@ulixee/real-user-agents": "2.0.0-alpha.24", "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 011039481..f2aff6913 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-http-basic-headers + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 1da2de1be..62921df17 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/config": "2.0.0-alpha.23", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", "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 be02c287e..7e464c6f1 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-http-ua-hints + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 b957010e2..df07dd032 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.23", + "version": "2.0.0-alpha.24", "main": "index.js", "private": true, "license": "MIT", "description": "Collects User Agent hints for a browser", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.23", - "@double-agent/config": "2.0.0-alpha.23" + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24" }, "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 dd967809f..d5716b052 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-http-websockets + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 bd85faff3..f56b08fc8 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/config": "2.0.0-alpha.23", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", "axios": "^0.21.1", "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 fe6d8d64e..7bb62f159 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-http-xhr + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 9187f6d82..835387afd 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/config": "2.0.0-alpha.23", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", "axios": "^0.21.1", "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 b100b1c9f..97f26961c 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-http2-session + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 eac75c061..36652d219 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/config": "2.0.0-alpha.23" + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24" } } diff --git a/double-agent/collect/plugins/tcp/CHANGELOG.md b/double-agent/collect/plugins/tcp/CHANGELOG.md index 7f53d2996..e82183708 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/collect-tcp + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 935eb907a..95cae1806 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/config": "2.0.0-alpha.23", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", "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 fdc3f1a2a..c3596b7af 100644 --- a/double-agent/collect/plugins/tls-clienthello/CHANGELOG.md +++ b/double-agent/collect/plugins/tls-clienthello/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 28916c2ef..a839b051b 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/config": "2.0.0-alpha.23", - "@double-agent/tls-server": "2.0.0-alpha.23" + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", + "@double-agent/tls-server": "2.0.0-alpha.24" } } diff --git a/double-agent/config/CHANGELOG.md b/double-agent/config/CHANGELOG.md index 08ae5cb16..28868f885 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/config + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **Note:** Version bump only for package @double-agent/config diff --git a/double-agent/config/package.json b/double-agent/config/package.json index ca0dea4e4..508ec782d 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.23", + "version": "2.0.0-alpha.24", "license": "MIT", "private": true, "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.23", - "@double-agent/collect": "2.0.0-alpha.23", - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/real-user-agents": "2.0.0-alpha.23" + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect": "2.0.0-alpha.24", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/real-user-agents": "2.0.0-alpha.24" } } diff --git a/double-agent/docs/CHANGELOG.md b/double-agent/docs/CHANGELOG.md index cb37e8826..69a9525b5 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/docs + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **Note:** Version bump only for package @double-agent/docs diff --git a/double-agent/docs/package.json b/double-agent/docs/package.json index 3e8495341..76a45771b 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@double-agent/collect": "2.0.0-alpha.23" + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect": "2.0.0-alpha.24" } } diff --git a/double-agent/runner/CHANGELOG.md b/double-agent/runner/CHANGELOG.md index 545b3a77b..1ebea53a5 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/runner + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **Note:** Version bump only for package @double-agent/runner diff --git a/double-agent/runner/package.json b/double-agent/runner/package.json index 7fb5f41d2..8d68d0b59 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.23", + "version": "2.0.0-alpha.24", "private": true, "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.23", - "@double-agent/collect": "2.0.0-alpha.23", - "@double-agent/collect-controller": "2.0.0-alpha.23", - "@double-agent/config": "2.0.0-alpha.23", - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/real-user-agents": "2.0.0-alpha.23", + "@double-agent/analyze": "2.0.0-alpha.24", + "@double-agent/collect": "2.0.0-alpha.24", + "@double-agent/collect-controller": "2.0.0-alpha.24", + "@double-agent/config": "2.0.0-alpha.24", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/real-user-agents": "2.0.0-alpha.24", "commander": "^9.0.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 72ba1bd4f..2bbbe0157 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @double-agent/tls-server + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 f1fe4d363..7a1b7ef64 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.23", + "version": "2.0.0-alpha.24", "private": true, "main": "index.js", "license": "MIT", "description": "TLS server for capturing clienthello", "dependencies": { - "@double-agent/config": "2.0.0-alpha.23", - "@ulixee/commons": "2.0.0-alpha.23" + "@double-agent/config": "2.0.0-alpha.24", + "@ulixee/commons": "2.0.0-alpha.24" } } diff --git a/js-path/CHANGELOG.md b/js-path/CHANGELOG.md index b8c47f5b1..56dd891c9 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @ulixee/js-path + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **Note:** Version bump only for package @ulixee/js-path diff --git a/js-path/package.json b/js-path/package.json index a6b16ae7e..d950305ba 100644 --- a/js-path/package.json +++ b/js-path/package.json @@ -1,5 +1,5 @@ { "name": "@ulixee/js-path", - "version": "2.0.0-alpha.23", + "version": "2.0.0-alpha.24", "description": "The Serialization format to reference Paths to elements/nodes and properties in the DOM" } diff --git a/lerna.json b/lerna.json index 2ec82ba90..4242b4a23 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.0-alpha.23", + "version": "2.0.0-alpha.24", "npmClient": "yarn", "useWorkspaces": true } diff --git a/plugins/default-browser-emulator/CHANGELOG.md b/plugins/default-browser-emulator/CHANGELOG.md index f861f8035..be1d3d235 100644 --- a/plugins/default-browser-emulator/CHANGELOG.md +++ b/plugins/default-browser-emulator/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) +* **specification:** add viewport to deviceprofile ([ea7e50e](https://github.com/ulixee/unblocked/commit/ea7e50e6c7c40656d4a4bb85580f2be9d7500373)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 cfc698ff2..3776a1638 100644 --- a/plugins/default-browser-emulator/package.json +++ b/plugins/default-browser-emulator/package.json @@ -1,14 +1,14 @@ { "name": "@ulixee/default-browser-emulator", - "version": "2.0.0-alpha.23", + "version": "2.0.0-alpha.24", "description": "Browser emulator generated from DoubleAgent data", "main": "index.js", "dependencies": { "@ulixee/chrome-app": "^1.0.3", - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/real-user-agents": "2.0.0-alpha.23", - "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.23", - "@ulixee/unblocked-specification": "2.0.0-alpha.23", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/real-user-agents": "2.0.0-alpha.24", + "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.24", + "@ulixee/unblocked-specification": "2.0.0-alpha.24", "compare-versions": "^3.6.0", "nanoid": "^3.3.6", "tough-cookie": "^4.0.0", @@ -16,9 +16,9 @@ }, "devDependencies": { "@types/tough-cookie": "^4.0.0", - "@ulixee/unblocked-agent": "2.0.0-alpha.23", - "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.23", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.23", + "@ulixee/unblocked-agent": "2.0.0-alpha.24", + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.24", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.24", "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 67bceba1b..b60c02b0e 100644 --- a/plugins/default-human-emulator/CHANGELOG.md +++ b/plugins/default-human-emulator/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @ulixee/default-human-emulator + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 5736a69d5..b67f98466 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.23", + "version": "2.0.0-alpha.24", "description": "Default human emulator based on Xetera/ghost-cursor", "main": "index.js", "dependencies": { - "@ulixee/commons": "2.0.0-alpha.23", - "@ulixee/unblocked-specification": "2.0.0-alpha.23" + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/unblocked-specification": "2.0.0-alpha.24" }, "devDependencies": { - "@ulixee/js-path": "2.0.0-alpha.23", - "@ulixee/unblocked-agent": "2.0.0-alpha.23", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.23" + "@ulixee/js-path": "2.0.0-alpha.24", + "@ulixee/unblocked-agent": "2.0.0-alpha.24", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.24" } } diff --git a/real-user-agents/CHANGELOG.md b/real-user-agents/CHANGELOG.md index 47535c52f..3e201fb7d 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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + +**Note:** Version bump only for package @ulixee/real-user-agents + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **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 1c56796d6..0a4a414a6 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.23", + "version": "2.0.0-alpha.24", "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.23", - "@ulixee/unblocked-specification": "2.0.0-alpha.23", + "@ulixee/commons": "2.0.0-alpha.24", + "@ulixee/unblocked-specification": "2.0.0-alpha.24", "compare-versions": "^3.6.0", "ua-parser-js": "^0.7.24" }, "devDependencies": { "@types/selenium-webdriver": "^4.1.5", "@types/ua-parser-js": "^0.7.36", - "@ulixee/unblocked-agent": "2.0.0-alpha.23", + "@ulixee/unblocked-agent": "2.0.0-alpha.24", "axios": "^0.27.2", "browserstack-local": "^1.5.1", "csv-parser": "^2.3.2", diff --git a/specification/CHANGELOG.md b/specification/CHANGELOG.md index e193d867e..9b67e62af 100644 --- a/specification/CHANGELOG.md +++ b/specification/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.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09) + + +### Features + +* **agent:** add request/response body intercept ([#71](https://github.com/ulixee/unblocked/issues/71)) ([d072414](https://github.com/ulixee/unblocked/commit/d072414c50d4800a6adfa2b0795b8f72c05bdf9f)) +* **specification:** add viewport to deviceprofile ([ea7e50e](https://github.com/ulixee/unblocked/commit/ea7e50e6c7c40656d4a4bb85580f2be9d7500373)) + + + + + # [2.0.0-alpha.23](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07) **Note:** Version bump only for package @ulixee/unblocked-specification diff --git a/specification/package.json b/specification/package.json index 863aef240..ccffa1c58 100644 --- a/specification/package.json +++ b/specification/package.json @@ -1,12 +1,12 @@ { "name": "@ulixee/unblocked-specification", - "version": "2.0.0-alpha.23", + "version": "2.0.0-alpha.24", "description": "Interfaces to interact with Unblocked Agent Plugins", "dependencies": { - "@ulixee/js-path": "2.0.0-alpha.23", + "@ulixee/js-path": "2.0.0-alpha.24", "devtools-protocol": "^0.0.1137505" }, "devDependencies": { - "@ulixee/commons": "2.0.0-alpha.23" + "@ulixee/commons": "2.0.0-alpha.24" } } diff --git a/yarn.lock b/yarn.lock index d6fda2637..04dce7a89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9312,3 +9312,8 @@ yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== + +zod@^3.20.2: + version "3.21.4" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db" + integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==