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.25
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Sep 28, 2023
1 parent 8ab79e0 commit 8839fea
Show file tree
Hide file tree
Showing 95 changed files with 613 additions and 203 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.25](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)


### Bug Fixes

* **agent:** don’t include sourcemaps for injected ([272764c](https://github.com/ulixee/unblocked/commit/272764cd60ead0b9364ecbbdfa9b97058d22a3b0))
* **default-browser-emulator:** empty ua hints ([72d0344](https://github.com/ulixee/unblocked/commit/72d034407d84c9ee70989d855dc656f0cf6cf28a))
* don't crash on promise like object ([#73](https://github.com/ulixee/unblocked/issues/73)) ([73fff18](https://github.com/ulixee/unblocked/commit/73fff18099797f86548f847cccd3825dccd8f661))
* **real-user-agents:** data corrupted for sonoma ([182d7d9](https://github.com/ulixee/unblocked/commit/182d7d9f0350dd62f0a3637f89e249d5fa2319fc))
* **real-user-agents:** identify mac sonoma ([0429d02](https://github.com/ulixee/unblocked/commit/0429d0205187b504ae1a4e2121dc7624a430c34f))


### Features

* update to chrome 117 ([#74](https://github.com/ulixee/unblocked/issues/74)) ([2d9c416](https://github.com/ulixee/unblocked/commit/2d9c416f24db87c8ff191c33c774abc0a75a4683))





# [2.0.0-alpha.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)


Expand Down
8 changes: 8 additions & 0 deletions agent/examples/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.25](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/unblocked-agent-examples





# [2.0.0-alpha.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)


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.24",
"version": "2.0.0-alpha.25",
"dependencies": {
"@ulixee/chrome-113-0": "^5672.127.8",
"@ulixee/js-path": "2.0.0-alpha.24",
"@ulixee/unblocked-agent": "2.0.0-alpha.24"
"@ulixee/js-path": "2.0.0-alpha.25",
"@ulixee/unblocked-agent": "2.0.0-alpha.25"
}
}
16 changes: 16 additions & 0 deletions agent/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.25](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)


### Bug Fixes

* **agent:** don’t include sourcemaps for injected ([272764c](https://github.com/ulixee/unblocked/commit/272764cd60ead0b9364ecbbdfa9b97058d22a3b0))


### Features

* update to chrome 117 ([#74](https://github.com/ulixee/unblocked/issues/74)) ([2d9c416](https://github.com/ulixee/unblocked/commit/2d9c416f24db87c8ff191c33c774abc0a75a4683))





# [2.0.0-alpha.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)


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.24",
"version": "2.0.0-alpha.25",
"description": "Fully programmable Devtools Protocol based browser",
"main": "index.js",
"dependencies": {
"@ulixee/chrome-117-0": "^5938.89.8",
"@ulixee/chrome-app": "^1.0.3",
"@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",
"@ulixee/commons": "2.0.0-alpha.25",
"@ulixee/js-path": "2.0.0-alpha.25",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.25",
"@ulixee/unblocked-specification": "2.0.0-alpha.25",
"devtools-protocol": "^0.0.1137505",
"nanoid": "^3.3.6",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.24",
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.25",
"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.25](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/unblocked-agent-mitm-socket





# [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
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.24",
"version": "2.0.0-alpha.25",
"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.24",
"@ulixee/unblocked-specification": "2.0.0-alpha.24",
"@ulixee/commons": "2.0.0-alpha.25",
"@ulixee/unblocked-specification": "2.0.0-alpha.25",
"nanoid": "^3.3.6"
},
"devDependencies": {
"@types/ws": "^7.2.4",
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.24",
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.25",
"proxy": "^1.0.1",
"simple-socks": "^2.1.0",
"ws": "^7.4.6"
Expand Down
8 changes: 8 additions & 0 deletions agent/mitm/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.25](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/unblocked-agent-mitm





# [2.0.0-alpha.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)


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.24",
"version": "2.0.0-alpha.25",
"description": "Man-in-the-middle proxy to fix chrome request/response",
"main": "index.js",
"dependencies": {
"@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",
"@ulixee/commons": "2.0.0-alpha.25",
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.25",
"@ulixee/unblocked-specification": "2.0.0-alpha.25",
"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.24",
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.24",
"@ulixee/unblocked-agent": "2.0.0-alpha.25",
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.25",
"http-proxy-agent": "^4.0.1",
"proxy": "^1.0.1",
"ws": "^7.4.6"
Expand Down
8 changes: 8 additions & 0 deletions agent/testing/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.25](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/unblocked-agent-testing





# [2.0.0-alpha.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)


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.24",
"version": "2.0.0-alpha.25",
"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.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",
"@ulixee/commons": "2.0.0-alpha.25",
"@ulixee/unblocked-agent": "2.0.0-alpha.25",
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.25",
"@ulixee/unblocked-specification": "2.0.0-alpha.25",
"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.24"
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.25"
}
}
8 changes: 8 additions & 0 deletions browser-emulator-builder/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.25](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/unblocked-browser-emulator-builder





# [2.0.0-alpha.24](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)


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.24",
"version": "2.0.0-alpha.25",
"private": true,
"license": "MIT",
"scripts": {
"generate": "node ../build/browser-emulator-builder/scripts/generateEmulatorData"
},
"dependencies": {
"@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",
"@double-agent/analyze": "2.0.0-alpha.25",
"@double-agent/analyze-http-basic-headers": "2.0.0-alpha.25",
"@double-agent/collect": "2.0.0-alpha.25",
"@double-agent/collect-browser-codecs": "2.0.0-alpha.25",
"@double-agent/collect-browser-dom-environment": "2.0.0-alpha.25",
"@double-agent/collect-browser-fonts": "2.0.0-alpha.25",
"@double-agent/collect-browser-speech": "2.0.0-alpha.25",
"@double-agent/collect-http-basic-headers": "2.0.0-alpha.25",
"@double-agent/collect-http-ua-hints": "2.0.0-alpha.25",
"@double-agent/collect-http2-session": "2.0.0-alpha.25",
"@double-agent/collect-tls-clienthello": "2.0.0-alpha.25",
"@ulixee/commons": "2.0.0-alpha.25",
"@ulixee/real-user-agents": "2.0.0-alpha.25",
"@ulixee/unblocked-browser-profiler": "2.0.0-alpha.25",
"@ulixee/unblocked-browser-profiler-dom-bridger": "2.0.0-alpha.25",
"@ulixee/unblocked-specification": "2.0.0-alpha.25",
"lodash": "^4.17.20"
},
"devDependencies": {
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.24"
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.25"
}
}
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.25](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/unblocked-browser-profiler-dom-bridger





# [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
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.24",
"version": "2.0.0-alpha.25",
"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.24",
"@ulixee/unblocked-browser-profiler": "2.0.0-alpha.24",
"@ulixee/unblocked-specification": "2.0.0-alpha.24",
"@ulixee/commons": "2.0.0-alpha.25",
"@ulixee/unblocked-browser-profiler": "2.0.0-alpha.25",
"@ulixee/unblocked-specification": "2.0.0-alpha.25",
"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.25](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/unblocked-browser-profiler





# [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
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.24",
"version": "2.0.0-alpha.25",
"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.24",
"@double-agent/config": "2.0.0-alpha.24",
"@double-agent/runner": "2.0.0-alpha.24",
"@double-agent/collect": "2.0.0-alpha.25",
"@double-agent/config": "2.0.0-alpha.25",
"@double-agent/runner": "2.0.0-alpha.25",
"@types/selenium-webdriver": "^4.1.5",
"@ulixee/chrome-app": "^1.0.3",
"@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",
"@ulixee/commons": "2.0.0-alpha.25",
"@ulixee/double-agent-stacks": "2.0.0-alpha.25",
"@ulixee/real-user-agents": "2.0.0-alpha.25",
"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.25](https://github.com/ulixee/unblocked/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)

**Note:** Version bump only for package @ulixee/double-agent-stacks





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

0 comments on commit 8839fea

Please sign in to comment.