Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
v2.0.0-alpha.24
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Aug 9, 2023
1 parent d072414 commit dd66354
Show file tree
Hide file tree
Showing 95 changed files with 616 additions and 199 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


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

# [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
Expand Down
6 changes: 3 additions & 3 deletions agent/examples/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
11 changes: 11 additions & 0 deletions agent/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
12 changes: 6 additions & 6 deletions agent/main/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down
8 changes: 8 additions & 0 deletions agent/mitm-socket/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
8 changes: 4 additions & 4 deletions agent/mitm-socket/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"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": {
"build": "node install.js",
"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"
Expand Down
11 changes: 11 additions & 0 deletions agent/mitm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
12 changes: 6 additions & 6 deletions agent/mitm/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions agent/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
12 changes: 6 additions & 6 deletions agent/testing/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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",
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions browser-emulator-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
36 changes: 18 additions & 18 deletions browser-emulator-builder/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
8 changes: 8 additions & 0 deletions browser-profiler/dom-bridger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
8 changes: 4 additions & 4 deletions browser-profiler/dom-bridger/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
8 changes: 8 additions & 0 deletions browser-profiler/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
14 changes: 7 additions & 7 deletions browser-profiler/main/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions double-agent-stacks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
Loading

0 comments on commit dd66354

Please sign in to comment.