Skip to content

Commit 9d46e96

Browse files
committed
v2.0.0-alpha.33
1 parent dc91e3b commit 9d46e96

File tree

115 files changed

+502
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+502
-273
lines changed

.github/workflows/double-agent-probes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ jobs:
5252
with:
5353
branch: main
5454
commit_message: "chore(probes): point at new double agent"
55+
push_options: '--no-verify'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
7+
8+
**Note:** Version bump only for package @ulixee/hero-monorepo
9+
610
# [2.0.0-alpha.32](https://github.com/ulixee/hero/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2025-05-28)
711

812
### Bug Fixes

agent/examples/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-examples
9+
610
# [2.0.0-alpha.32](https://github.com/ulixee/hero/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2025-05-28)
711

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

agent/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@ulixee/unblocked-agent-examples",
33
"private": true,
4-
"version": "2.0.0-alpha.32",
4+
"version": "2.0.0-alpha.33",
55
"dependencies": {
6-
"@ulixee/js-path": "2.0.0-alpha.32",
7-
"@ulixee/unblocked-agent": "2.0.0-alpha.32"
6+
"@ulixee/js-path": "2.0.0-alpha.33",
7+
"@ulixee/unblocked-agent": "2.0.0-alpha.33"
88
}
99
}

agent/main/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent
9+
610
# [2.0.0-alpha.32](https://github.com/ulixee/hero/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2025-05-28)
711

812
### Bug Fixes

agent/main/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "@ulixee/unblocked-agent",
3-
"version": "2.0.0-alpha.32",
3+
"version": "2.0.0-alpha.33",
44
"description": "Fully programmable Devtools Protocol based browser",
55
"main": "index.js",
66
"dependencies": {
77
"@ulixee/chrome-136-0": "^7103.114.11",
88
"@ulixee/chrome-app": "^1.0.3",
9-
"@ulixee/commons": "2.0.0-alpha.32",
10-
"@ulixee/js-path": "2.0.0-alpha.32",
11-
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.32",
12-
"@ulixee/unblocked-specification": "2.0.0-alpha.32",
9+
"@ulixee/commons": "2.0.0-alpha.33",
10+
"@ulixee/js-path": "2.0.0-alpha.33",
11+
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.33",
12+
"@ulixee/unblocked-specification": "2.0.0-alpha.33",
1313
"devtools-protocol": "^0.0.1137505",
1414
"nanoid": "^3.3.11",
1515
"tough-cookie": "^5.0.0",
1616
"ws": "^8.18.0"
1717
},
1818
"devDependencies": {
19-
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.32",
19+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.33",
2020
"image-size": "^1.0.1",
2121
"vue": "^3.4.30"
2222
}

agent/mitm-socket/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-mitm-socket
9+
610
# [2.0.0-alpha.32](https://github.com/ulixee/hero/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2025-05-28)
711

812
### Features

agent/mitm-socket/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@ulixee/unblocked-agent-mitm-socket",
3-
"version": "2.0.0-alpha.32",
3+
"version": "2.0.0-alpha.33",
44
"description": "Man-in-the-middle socket library to emulate TLS and TCP settings",
55
"main": "index.js",
66
"scripts": {
77
"build": "node install.js",
88
"build-install": "npm run build"
99
},
1010
"dependencies": {
11-
"@ulixee/commons": "2.0.0-alpha.32",
12-
"@ulixee/unblocked-specification": "2.0.0-alpha.32",
11+
"@ulixee/commons": "2.0.0-alpha.33",
12+
"@ulixee/unblocked-specification": "2.0.0-alpha.33",
1313
"nanoid": "^3.3.11"
1414
},
1515
"devDependencies": {
1616
"@types/ws": "^7.2.4",
17-
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.32",
17+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.33",
1818
"proxy": "^2.2.0",
1919
"simple-socks": "^2.1.0",
2020
"ws": "^8.18.0"

agent/mitm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.33](https://github.com/ulixee/hero/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2025-05-29)
7+
8+
**Note:** Version bump only for package @ulixee/unblocked-agent-mitm
9+
610
# [2.0.0-alpha.32](https://github.com/ulixee/hero/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2025-05-28)
711

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

agent/mitm/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@ulixee/unblocked-agent-mitm",
3-
"version": "2.0.0-alpha.32",
3+
"version": "2.0.0-alpha.33",
44
"description": "Man-in-the-middle proxy to fix chrome request/response",
55
"main": "index.js",
66
"dependencies": {
7-
"@ulixee/commons": "2.0.0-alpha.32",
8-
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.32",
9-
"@ulixee/unblocked-specification": "2.0.0-alpha.32",
7+
"@ulixee/commons": "2.0.0-alpha.33",
8+
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.33",
9+
"@ulixee/unblocked-specification": "2.0.0-alpha.33",
1010
"dns-packet": "^5.2.4",
1111
"moment": "^2.29.4"
1212
},
1313
"devDependencies": {
1414
"@types/node": "^18.19.10",
1515
"@types/ws": "^7.4.7",
16-
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.32",
16+
"@ulixee/unblocked-agent-testing": "2.0.0-alpha.33",
1717
"http-proxy-agent": "^7.0.2",
1818
"proxy": "^2.2.0",
1919
"ws": "^8.18.0"

0 commit comments

Comments
 (0)