diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c959857a..fbd3e594b 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + + +### Bug Fixes + +* **agent:** close agent if fails to open ([797731c](https://github.com/ulixee/unblocked/commit/797731c7b5c14438854addc272681d0302c369af)) +* **agent:** max agents per browser not working ([ac6e273](https://github.com/ulixee/unblocked/commit/ac6e273262da2d5d199026ac05f5b6347a2882f2)) + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) ### Bug Fixes diff --git a/agent/examples/CHANGELOG.md b/agent/examples/CHANGELOG.md index a7e24dd54..7372708cd 100644 --- a/agent/examples/CHANGELOG.md +++ b/agent/examples/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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/unblocked-agent-examples + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **Note:** Version bump only for package @ulixee/unblocked-agent-examples diff --git a/agent/examples/package.json b/agent/examples/package.json index 1e17e7401..b6483a11f 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.26", + "version": "2.0.0-alpha.27", "dependencies": { "@ulixee/chrome-113-0": "^5672.127.8", - "@ulixee/js-path": "2.0.0-alpha.26", - "@ulixee/unblocked-agent": "2.0.0-alpha.26" + "@ulixee/js-path": "2.0.0-alpha.27", + "@ulixee/unblocked-agent": "2.0.0-alpha.27" } } diff --git a/agent/main/CHANGELOG.md b/agent/main/CHANGELOG.md index 8f1354483..d91424946 100644 --- a/agent/main/CHANGELOG.md +++ b/agent/main/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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + + +### Bug Fixes + +* **agent:** close agent if fails to open ([797731c](https://github.com/ulixee/unblocked/commit/797731c7b5c14438854addc272681d0302c369af)) +* **agent:** max agents per browser not working ([ac6e273](https://github.com/ulixee/unblocked/commit/ac6e273262da2d5d199026ac05f5b6347a2882f2)) + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) ### Bug Fixes diff --git a/agent/main/package.json b/agent/main/package.json index 8ac016b9a..f601770b4 100644 --- a/agent/main/package.json +++ b/agent/main/package.json @@ -1,21 +1,21 @@ { "name": "@ulixee/unblocked-agent", - "version": "2.0.0-alpha.26", + "version": "2.0.0-alpha.27", "description": "Fully programmable Devtools Protocol based browser", "main": "index.js", "dependencies": { "@ulixee/chrome-121-0": "^6167.86.8", "@ulixee/chrome-app": "^1.0.3", - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/js-path": "2.0.0-alpha.26", - "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.26", - "@ulixee/unblocked-specification": "2.0.0-alpha.26", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/js-path": "2.0.0-alpha.27", + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.27", + "@ulixee/unblocked-specification": "2.0.0-alpha.27", "devtools-protocol": "^0.0.1137505", "nanoid": "^3.3.6", "tough-cookie": "^4.1.3" }, "devDependencies": { - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.26", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.27", "image-size": "^1.0.1", "vue": "^2.6.14" } diff --git a/agent/mitm-socket/CHANGELOG.md b/agent/mitm-socket/CHANGELOG.md index 507a29ca9..5a9b53578 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/unblocked-agent-mitm-socket + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 1d176c86d..0139effaf 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@ulixee/unblocked-specification": "2.0.0-alpha.26", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/unblocked-specification": "2.0.0-alpha.27", "nanoid": "^3.3.6" }, "devDependencies": { "@types/ws": "^7.2.4", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.26", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.27", "proxy": "^1.0.1", "simple-socks": "^2.1.0", "ws": "^7.5.9" diff --git a/agent/mitm/CHANGELOG.md b/agent/mitm/CHANGELOG.md index fef408a33..b4bc0de71 100644 --- a/agent/mitm/CHANGELOG.md +++ b/agent/mitm/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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/unblocked-agent-mitm + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) ### Bug Fixes diff --git a/agent/mitm/package.json b/agent/mitm/package.json index ff924d1e1..0a69a1e2f 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.26", + "version": "2.0.0-alpha.27", "description": "Man-in-the-middle proxy to fix chrome request/response", "main": "index.js", "dependencies": { - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.26", - "@ulixee/unblocked-specification": "2.0.0-alpha.26", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.27", + "@ulixee/unblocked-specification": "2.0.0-alpha.27", "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.26", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.26", + "@ulixee/unblocked-agent": "2.0.0-alpha.27", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.27", "http-proxy-agent": "^4.0.1", "proxy": "^1.0.1", "ws": "^7.5.9" diff --git a/agent/testing/CHANGELOG.md b/agent/testing/CHANGELOG.md index a6f1f65ae..a08927cdb 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/unblocked-agent-testing + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **Note:** Version bump only for package @ulixee/unblocked-agent-testing diff --git a/agent/testing/package.json b/agent/testing/package.json index 35aaeab10..b77e6901e 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@ulixee/unblocked-agent": "2.0.0-alpha.26", - "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.26", - "@ulixee/unblocked-specification": "2.0.0-alpha.26", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/unblocked-agent": "2.0.0-alpha.27", + "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.27", + "@ulixee/unblocked-specification": "2.0.0-alpha.27", "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.26" + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.27" } } diff --git a/browser-emulator-builder/CHANGELOG.md b/browser-emulator-builder/CHANGELOG.md index b533c51c4..d4161dc8c 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/unblocked-browser-emulator-builder + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 37e1b6ed4..b8a5237be 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.26", + "version": "2.0.0-alpha.27", "private": true, "license": "MIT", "scripts": { "generate": "node ../build/browser-emulator-builder/scripts/generateEmulatorData" }, "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.26", - "@double-agent/analyze-http-basic-headers": "2.0.0-alpha.26", - "@double-agent/collect": "2.0.0-alpha.26", - "@double-agent/collect-browser-codecs": "2.0.0-alpha.26", - "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.26", - "@double-agent/collect-browser-fonts": "2.0.0-alpha.26", - "@double-agent/collect-browser-speech": "2.0.0-alpha.26", - "@double-agent/collect-http-basic-headers": "2.0.0-alpha.26", - "@double-agent/collect-http-ua-hints": "2.0.0-alpha.26", - "@double-agent/collect-http2-session": "2.0.0-alpha.26", - "@double-agent/collect-tls-clienthello": "2.0.0-alpha.26", - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/real-user-agents": "2.0.0-alpha.26", - "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.26", - "@ulixee/unblocked-browser-profiler-dom-bridger": "2.0.0-alpha.26", - "@ulixee/unblocked-specification": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/analyze-http-basic-headers": "2.0.0-alpha.27", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/collect-browser-codecs": "2.0.0-alpha.27", + "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.27", + "@double-agent/collect-browser-fonts": "2.0.0-alpha.27", + "@double-agent/collect-browser-speech": "2.0.0-alpha.27", + "@double-agent/collect-http-basic-headers": "2.0.0-alpha.27", + "@double-agent/collect-http-ua-hints": "2.0.0-alpha.27", + "@double-agent/collect-http2-session": "2.0.0-alpha.27", + "@double-agent/collect-tls-clienthello": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/real-user-agents": "2.0.0-alpha.27", + "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.27", + "@ulixee/unblocked-browser-profiler-dom-bridger": "2.0.0-alpha.27", + "@ulixee/unblocked-specification": "2.0.0-alpha.27", "lodash": "^4.17.20" }, "devDependencies": { - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.26" + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.27" } } diff --git a/browser-profiler/dom-bridger/CHANGELOG.md b/browser-profiler/dom-bridger/CHANGELOG.md index 563b8a922..b77c3e95b 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/unblocked-browser-profiler-dom-bridger + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) ### Bug Fixes diff --git a/browser-profiler/dom-bridger/package.json b/browser-profiler/dom-bridger/package.json index f7dd0367f..d9d31ada3 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.26", + "version": "2.0.0-alpha.27", "main": "index.js", "private": true, "license": "MIT", @@ -10,9 +10,9 @@ "generate": "yarn generateRawMappings && yarn generatePathPatterns" }, "dependencies": { - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.26", - "@ulixee/unblocked-specification": "2.0.0-alpha.26", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/unblocked-browser-profiler": "2.0.0-alpha.27", + "@ulixee/unblocked-specification": "2.0.0-alpha.27", "lodash": "^4.17.20" } } diff --git a/browser-profiler/main/CHANGELOG.md b/browser-profiler/main/CHANGELOG.md index 22e946c78..bca7e36a3 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/unblocked-browser-profiler + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 7abeb2f04..924b92e0c 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/config": "2.0.0-alpha.26", - "@double-agent/runner": "2.0.0-alpha.26", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", + "@double-agent/runner": "2.0.0-alpha.27", "@types/selenium-webdriver": "^4.1.5", "@ulixee/chrome-app": "^1.0.3", - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/double-agent-stacks": "2.0.0-alpha.26", - "@ulixee/real-user-agents": "2.0.0-alpha.26", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/double-agent-stacks": "2.0.0-alpha.27", + "@ulixee/real-user-agents": "2.0.0-alpha.27", "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 bb5e9f094..2ef32f6f8 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/double-agent-stacks + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 037a9a5de..fbcee5275 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect-controller": "2.0.0-alpha.26", - "@double-agent/config": "2.0.0-alpha.26", - "@double-agent/runner": "2.0.0-alpha.26", - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/default-browser-emulator": "2.0.0-alpha.26", - "@ulixee/default-human-emulator": "2.0.0-alpha.26", - "@ulixee/real-user-agents": "2.0.0-alpha.26", - "@ulixee/unblocked-agent": "2.0.0-alpha.26", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/collect-controller": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", + "@double-agent/runner": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/default-browser-emulator": "2.0.0-alpha.27", + "@ulixee/default-human-emulator": "2.0.0-alpha.27", + "@ulixee/real-user-agents": "2.0.0-alpha.27", + "@ulixee/unblocked-agent": "2.0.0-alpha.27", "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 87d60c609..141552dd1 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **Note:** Version bump only for package @double-agent/analyze diff --git a/double-agent/analyze/package.json b/double-agent/analyze/package.json index 6e7777a90..00d9c127d 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.26", + "version": "2.0.0-alpha.27", "private": true, "main": "index.js", "license": "MIT", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.26", - "@double-agent/config": "2.0.0-alpha.26", - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/real-user-agents": "2.0.0-alpha.26", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/real-user-agents": "2.0.0-alpha.27", "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 74a067142..7b0172c8c 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-browser-codecs + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 3b6acd6af..bfb447b04 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect-browser-codecs": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect-browser-codecs": "2.0.0-alpha.27", "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 abecd8cbc..e9b0c05bf 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-browser-dom-environment + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 74e31917e..d7deb4b0e 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect": "2.0.0-alpha.26", - "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.26", - "@double-agent/config": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/collect-browser-dom-environment": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", "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 7b8f953ac..c37f19ecf 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-browser-fingerprints + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 0a300f37b..1731246ea 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect-browser-fingerprints": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect-browser-fingerprints": "2.0.0-alpha.27", "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 0ae9d7d40..f5794269a 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-http-assets + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 18296fea4..32900dbd0 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect-http-assets": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect-http-assets": "2.0.0-alpha.27", "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 4d9258fa1..8cff23586 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-http-basic-cookies + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 9f6887160..0236bcc93 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect-http-basic-cookies": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect-http-basic-cookies": "2.0.0-alpha.27", "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 d3087dfcb..bccfc1298 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-http-basic-headers + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 fdb782766..036038dcf 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.26", + "version": "2.0.0-alpha.27", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes header order, capitalization and default values", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.26", - "@double-agent/collect-http-basic-headers": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect-http-basic-headers": "2.0.0-alpha.27", "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 82058f9c0..ab6101755 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-http-websockets + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 62afe588f..d0ed82a0b 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect-http-websockets": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect-http-websockets": "2.0.0-alpha.27", "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 5179c59b0..114a24d48 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-http-xhr + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 9a812ea1d..74ff5f788 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect-http-basic-headers": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect-http-basic-headers": "2.0.0-alpha.27", "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 34e2a43bc..ae25e30ab 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-http2-session + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 39a138949..37b61268e 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.26", + "version": "2.0.0-alpha.27", "main": "index.js", "private": true, "license": "MIT", "description": "Analyzes http2 session settings and frames", "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.26", - "@double-agent/collect-http2-session": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect-http2-session": "2.0.0-alpha.27", "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 dce601004..86faea3b2 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-tcp-ttl + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 05271f0ee..476a6d4ba 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect": "2.0.0-alpha.26", - "@double-agent/collect-tcp": "2.0.0-alpha.26", - "@double-agent/config": "2.0.0-alpha.26", - "@ulixee/real-user-agents": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/collect-tcp": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", + "@ulixee/real-user-agents": "2.0.0-alpha.27", "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 f09294ac9..1bba8651b 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/analyze-tls-clienthello + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 2be5a6855..db8f836fa 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect-tls-clienthello": "2.0.0-alpha.26", - "@double-agent/tls-server": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect-tls-clienthello": "2.0.0-alpha.27", + "@double-agent/tls-server": "2.0.0-alpha.27", "source-map-support": "^0.5.16" } } diff --git a/double-agent/collect-controller/CHANGELOG.md b/double-agent/collect-controller/CHANGELOG.md index dbae130dd..f71847eed 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-controller + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 b4dde6f0a..82afa512d 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.26", + "version": "2.0.0-alpha.27", "main": "index.js", "private": true, "license": "MIT", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.26", - "@double-agent/config": "2.0.0-alpha.26", - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/real-user-agents": "2.0.0-alpha.26", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/real-user-agents": "2.0.0-alpha.27", "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 81952851a..7e1568b25 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) ### Bug Fixes diff --git a/double-agent/collect/package.json b/double-agent/collect/package.json index fb3c4bd8c..f93536d78 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.26", + "version": "2.0.0-alpha.27", "main": "index.js", "private": true, "license": "MIT", "dependencies": { - "@double-agent/collect-controller": "2.0.0-alpha.26", - "@double-agent/config": "2.0.0-alpha.26", - "@double-agent/tls-server": "2.0.0-alpha.26", - "@ulixee/commons": "2.0.0-alpha.26", + "@double-agent/collect-controller": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", + "@double-agent/tls-server": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.27", "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 da3e9ccda..0cd1ada73 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-browser-codecs + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 ca1ed4337..4cac49927 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.26", + "version": "2.0.0-alpha.27", "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.26", + "@double-agent/collect": "2.0.0-alpha.27", "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 81de374ae..85f01ef41 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-browser-dom-environment + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 348372134..58aa79e72 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.26", + "version": "2.0.0-alpha.27", "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.26" + "@double-agent/collect": "2.0.0-alpha.27" } } diff --git a/double-agent/collect/plugins/browser-fingerprints/CHANGELOG.md b/double-agent/collect/plugins/browser-fingerprints/CHANGELOG.md index dd303abcf..89a8e858e 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-browser-fingerprints + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 8ce87336f..4d8113190 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.26", + "version": "2.0.0-alpha.27", "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.26", + "@double-agent/collect": "2.0.0-alpha.27", "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 a698800d8..605ae9dca 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-browser-fonts + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 e9470cb02..86bcbe2bc 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.26", + "version": "2.0.0-alpha.27", "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.26" + "@double-agent/collect": "2.0.0-alpha.27" } } diff --git a/double-agent/collect/plugins/browser-speech/CHANGELOG.md b/double-agent/collect/plugins/browser-speech/CHANGELOG.md index 9a1366cee..ad72938fd 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-browser-speech + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 0f1d61537..dcaf1db63 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.26", + "version": "2.0.0-alpha.27", "main": "index.js", "private": true, "license": "MIT", "description": "Collects browser speech synthesis voices", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.26", - "@double-agent/config": "2.0.0-alpha.26" + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27" }, "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 f37608345..6fd461931 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-http-assets + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 545b57b41..2e08331a8 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/config": "2.0.0-alpha.26", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", "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 e4bb78e28..d5fb28c5d 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-http-basic-cookies + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 3c2268370..fa15eeb3c 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/config": "2.0.0-alpha.26", - "@ulixee/real-user-agents": "2.0.0-alpha.26", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", + "@ulixee/real-user-agents": "2.0.0-alpha.27", "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 563717fe7..e1f554941 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-http-basic-headers + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 0b7a6877e..c18e212ed 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/config": "2.0.0-alpha.26", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", "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 313658410..a5a904be8 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-http-ua-hints + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 2fa486a50..108662f90 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.26", + "version": "2.0.0-alpha.27", "main": "index.js", "private": true, "license": "MIT", "description": "Collects User Agent hints for a browser", "dependencies": { - "@double-agent/collect": "2.0.0-alpha.26", - "@double-agent/config": "2.0.0-alpha.26" + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27" }, "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 71dcb7332..60462e3bd 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-http-websockets + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 bcea97203..947de36bb 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/config": "2.0.0-alpha.26", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", "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 13e7ff79c..c75e55849 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-http-xhr + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) ### Bug Fixes diff --git a/double-agent/collect/plugins/http-xhr/package.json b/double-agent/collect/plugins/http-xhr/package.json index 4e273da9c..c1f831de5 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/config": "2.0.0-alpha.26", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", "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 42ddac272..945e729d4 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-http2-session + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 3baf1e513..82cc6afdd 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/config": "2.0.0-alpha.26" + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27" } } diff --git a/double-agent/collect/plugins/tcp/CHANGELOG.md b/double-agent/collect/plugins/tcp/CHANGELOG.md index 7c2ba0b6a..a88b9fe7b 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-tcp + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 24093cea6..e3c0844a3 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/config": "2.0.0-alpha.26", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", "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 a1392e918..a6eb0e667 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/collect-tls-clienthello + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 7d262b3df..8ca54e755 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/config": "2.0.0-alpha.26", - "@double-agent/tls-server": "2.0.0-alpha.26" + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", + "@double-agent/tls-server": "2.0.0-alpha.27" } } diff --git a/double-agent/config/CHANGELOG.md b/double-agent/config/CHANGELOG.md index 3e56e16be..4fd3aabc9 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/config + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **Note:** Version bump only for package @double-agent/config diff --git a/double-agent/config/package.json b/double-agent/config/package.json index 28f1a3d13..a888ffbc8 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.26", + "version": "2.0.0-alpha.27", "license": "MIT", "private": true, "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.26", - "@double-agent/collect": "2.0.0-alpha.26", - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/real-user-agents": "2.0.0-alpha.26" + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/real-user-agents": "2.0.0-alpha.27" } } diff --git a/double-agent/docs/CHANGELOG.md b/double-agent/docs/CHANGELOG.md index 787843e5f..21591193f 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/docs + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **Note:** Version bump only for package @double-agent/docs diff --git a/double-agent/docs/package.json b/double-agent/docs/package.json index 58ea75e3b..34918e703 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@double-agent/collect": "2.0.0-alpha.26" + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect": "2.0.0-alpha.27" } } diff --git a/double-agent/runner/CHANGELOG.md b/double-agent/runner/CHANGELOG.md index 99ff0d2a2..79c84c8c7 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/runner + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **Note:** Version bump only for package @double-agent/runner diff --git a/double-agent/runner/package.json b/double-agent/runner/package.json index fa2ae850d..14b690677 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.26", + "version": "2.0.0-alpha.27", "private": true, "dependencies": { - "@double-agent/analyze": "2.0.0-alpha.26", - "@double-agent/collect": "2.0.0-alpha.26", - "@double-agent/collect-controller": "2.0.0-alpha.26", - "@double-agent/config": "2.0.0-alpha.26", - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/real-user-agents": "2.0.0-alpha.26", + "@double-agent/analyze": "2.0.0-alpha.27", + "@double-agent/collect": "2.0.0-alpha.27", + "@double-agent/collect-controller": "2.0.0-alpha.27", + "@double-agent/config": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/real-user-agents": "2.0.0-alpha.27", "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 e2f36d1ab..9fcb23e84 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @double-agent/tls-server + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 b075e8996..2b57608ac 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.26", + "version": "2.0.0-alpha.27", "private": true, "main": "index.js", "license": "MIT", "description": "TLS server for capturing clienthello", "dependencies": { - "@double-agent/config": "2.0.0-alpha.26", - "@ulixee/commons": "2.0.0-alpha.26" + "@double-agent/config": "2.0.0-alpha.27", + "@ulixee/commons": "2.0.0-alpha.27" } } diff --git a/js-path/CHANGELOG.md b/js-path/CHANGELOG.md index a16181a41..bf3be6310 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/js-path + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **Note:** Version bump only for package @ulixee/js-path diff --git a/js-path/package.json b/js-path/package.json index 88e28f9f8..4323b45f0 100644 --- a/js-path/package.json +++ b/js-path/package.json @@ -1,5 +1,5 @@ { "name": "@ulixee/js-path", - "version": "2.0.0-alpha.26", + "version": "2.0.0-alpha.27", "description": "The Serialization format to reference Paths to elements/nodes and properties in the DOM" } diff --git a/lerna.json b/lerna.json index 73f63eabe..77d2fafaa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.0-alpha.26", + "version": "2.0.0-alpha.27", "npmClient": "yarn", "useWorkspaces": true } diff --git a/plugins/default-browser-emulator/CHANGELOG.md b/plugins/default-browser-emulator/CHANGELOG.md index 779d8e8bf..f481c887f 100644 --- a/plugins/default-browser-emulator/CHANGELOG.md +++ b/plugins/default-browser-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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/default-browser-emulator + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) ### Bug Fixes diff --git a/plugins/default-browser-emulator/package.json b/plugins/default-browser-emulator/package.json index f6115e0f3..367775988 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.26", + "version": "2.0.0-alpha.27", "description": "Browser emulator generated from DoubleAgent data", "main": "index.js", "dependencies": { "@ulixee/chrome-app": "^1.0.3", - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/real-user-agents": "2.0.0-alpha.26", - "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.26", - "@ulixee/unblocked-specification": "2.0.0-alpha.26", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/real-user-agents": "2.0.0-alpha.27", + "@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.27", + "@ulixee/unblocked-specification": "2.0.0-alpha.27", "compare-versions": "^6.1.0", "nanoid": "^3.3.6", "tough-cookie": "^4.1.3", @@ -16,9 +16,9 @@ }, "devDependencies": { "@types/tough-cookie": "^4.0.0", - "@ulixee/unblocked-agent": "2.0.0-alpha.26", - "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.26", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.26", + "@ulixee/unblocked-agent": "2.0.0-alpha.27", + "@ulixee/unblocked-agent-mitm": "2.0.0-alpha.27", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.27", "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 a0809b59b..488bab7e1 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/default-human-emulator + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 5ad76068a..edda69a18 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.26", + "version": "2.0.0-alpha.27", "description": "Default human emulator based on Xetera/ghost-cursor", "main": "index.js", "dependencies": { - "@ulixee/commons": "2.0.0-alpha.26", - "@ulixee/unblocked-specification": "2.0.0-alpha.26" + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/unblocked-specification": "2.0.0-alpha.27" }, "devDependencies": { - "@ulixee/js-path": "2.0.0-alpha.26", - "@ulixee/unblocked-agent": "2.0.0-alpha.26", - "@ulixee/unblocked-agent-testing": "2.0.0-alpha.26" + "@ulixee/js-path": "2.0.0-alpha.27", + "@ulixee/unblocked-agent": "2.0.0-alpha.27", + "@ulixee/unblocked-agent-testing": "2.0.0-alpha.27" } } diff --git a/real-user-agents/CHANGELOG.md b/real-user-agents/CHANGELOG.md index 3b21b707e..218ee8041 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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/real-user-agents + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **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 43f252cee..2ae06698f 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.26", + "version": "2.0.0-alpha.27", "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.26", - "@ulixee/unblocked-specification": "2.0.0-alpha.26", + "@ulixee/commons": "2.0.0-alpha.27", + "@ulixee/unblocked-specification": "2.0.0-alpha.27", "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.26", + "@ulixee/unblocked-agent": "2.0.0-alpha.27", "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 ce38152c7..371b6b1ce 100644 --- a/specification/CHANGELOG.md +++ b/specification/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.27](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01) + +**Note:** Version bump only for package @ulixee/unblocked-specification + + + + + # [2.0.0-alpha.26](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02) **Note:** Version bump only for package @ulixee/unblocked-specification diff --git a/specification/package.json b/specification/package.json index 494df088a..0b7ec2362 100644 --- a/specification/package.json +++ b/specification/package.json @@ -1,12 +1,12 @@ { "name": "@ulixee/unblocked-specification", - "version": "2.0.0-alpha.26", + "version": "2.0.0-alpha.27", "description": "Interfaces to interact with Unblocked Agent Plugins", "dependencies": { - "@ulixee/js-path": "2.0.0-alpha.26", + "@ulixee/js-path": "2.0.0-alpha.27", "devtools-protocol": "^0.0.1137505" }, "devDependencies": { - "@ulixee/commons": "2.0.0-alpha.26" + "@ulixee/commons": "2.0.0-alpha.27" } } diff --git a/yarn.lock b/yarn.lock index d88aa4892..e38b155ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3166,7 +3166,7 @@ commander@2.11.x: resolved "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz" integrity sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ== -commander@^9.3.0, commander@^9.5.0: +commander@^9.5.0: version "9.5.0" resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30" integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==