Skip to content

Commit

Permalink
v2.0.0-alpha.21
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Apr 24, 2023
1 parent 73d0a4a commit 0e0a06b
Show file tree
Hide file tree
Showing 18 changed files with 144 additions and 70 deletions.
8 changes: 8 additions & 0 deletions 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.21](https://github.com/ulixee/hero/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

**Note:** Version bump only for package @ulixee/hero-monorepo





# [2.0.0-alpha.20](https://github.com/ulixee/hero/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-19)


Expand Down
8 changes: 8 additions & 0 deletions client/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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

**Note:** Version bump only for package @ulixee/hero





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-19)


Expand Down
20 changes: 11 additions & 9 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/hero",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "The client interface for Hero",
"exports": {
".": {
Expand All @@ -9,20 +9,22 @@
},
"./lib/DomExtender": "./lib/DomExtender.js",
"./lib/internal": "./lib/internal.js",
"./lib/extendables": "./lib/extendables.js",
"./lib/CallsiteLocator": "./lib/CallsiteLocator.js",
"./lib/ScriptInstance": "./lib/ScriptInstance.js"
},
"dependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/hero-interfaces": "2.0.0-alpha.20",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.20",
"@ulixee/js-path": "2.0.0-alpha.20",
"@ulixee/net": "2.0.0-alpha.20",
"@ulixee/unblocked-specification": "2.0.0-alpha.20",
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/hero-interfaces": "2.0.0-alpha.21",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.21",
"@ulixee/js-path": "2.0.0-alpha.21",
"@ulixee/net": "2.0.0-alpha.21",
"@ulixee/unblocked-specification": "2.0.0-alpha.21",
"linkedom": "^0.14.11"
},
"devDependencies": {
"@ulixee/hero-core": "2.0.0-alpha.20",
"@ulixee/hero-testing": "2.0.0-alpha.20"
"@ulixee/hero-core": "2.0.0-alpha.21",
"@ulixee/hero-testing": "2.0.0-alpha.21"
}
}
8 changes: 8 additions & 0 deletions core/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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

**Note:** Version bump only for package @ulixee/hero-core





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-19)


Expand Down
28 changes: 14 additions & 14 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/hero-core",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "The core browser API used to run Hero",
"exports": {
".": {
Expand All @@ -17,17 +17,17 @@
},
"dependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/default-browser-emulator": "2.0.0-alpha.20",
"@ulixee/default-human-emulator": "2.0.0-alpha.20",
"@ulixee/hero-interfaces": "2.0.0-alpha.20",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.20",
"@ulixee/hero-timetravel": "2.0.0-alpha.20",
"@ulixee/js-path": "2.0.0-alpha.20",
"@ulixee/net": "2.0.0-alpha.20",
"@ulixee/unblocked-agent": "2.0.0-alpha.20",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.20",
"@ulixee/unblocked-specification": "2.0.0-alpha.20",
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/default-browser-emulator": "2.0.0-alpha.21",
"@ulixee/default-human-emulator": "2.0.0-alpha.21",
"@ulixee/hero-interfaces": "2.0.0-alpha.21",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.21",
"@ulixee/hero-timetravel": "2.0.0-alpha.21",
"@ulixee/js-path": "2.0.0-alpha.21",
"@ulixee/net": "2.0.0-alpha.21",
"@ulixee/unblocked-agent": "2.0.0-alpha.21",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.21",
"@ulixee/unblocked-specification": "2.0.0-alpha.21",
"better-sqlite3": "^8.0.1",
"moment": "^2.29.4",
"nanoid": "^3.1.30",
Expand All @@ -38,8 +38,8 @@
"@types/json-socket": "^0.1.17",
"@types/ua-parser-js": "^0.7.35",
"@ulixee/chrome-app": "1.0.2",
"@ulixee/hero": "2.0.0-alpha.20",
"@ulixee/hero-testing": "2.0.0-alpha.20",
"@ulixee/hero": "2.0.0-alpha.21",
"@ulixee/hero-testing": "2.0.0-alpha.21",
"http-proxy-agent": "^4.0.1",
"vue": "^2.6.12"
}
Expand Down
8 changes: 8 additions & 0 deletions end-to-end/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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

**Note:** Version bump only for package @ulixee/hero-end-to-end





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-19)


Expand Down
28 changes: 14 additions & 14 deletions end-to-end/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "@ulixee/hero-end-to-end",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "End to end Hero tests",
"private": true,
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/execute-js-plugin": "2.0.0-alpha.20",
"@ulixee/hero": "2.0.0-alpha.20",
"@ulixee/hero-core": "2.0.0-alpha.20",
"@ulixee/hero-interfaces": "2.0.0-alpha.20",
"@ulixee/net": "2.0.0-alpha.20"
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/execute-js-plugin": "2.0.0-alpha.21",
"@ulixee/hero": "2.0.0-alpha.21",
"@ulixee/hero-core": "2.0.0-alpha.21",
"@ulixee/hero-interfaces": "2.0.0-alpha.21",
"@ulixee/net": "2.0.0-alpha.21"
},
"devDependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/default-browser-emulator": "2.0.0-alpha.20",
"@ulixee/default-human-emulator": "2.0.0-alpha.20",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.20",
"@ulixee/hero-testing": "2.0.0-alpha.20",
"@ulixee/hero-timetravel": "2.0.0-alpha.20",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.20",
"@ulixee/unblocked-specification": "2.0.0-alpha.20",
"@ulixee/default-browser-emulator": "2.0.0-alpha.21",
"@ulixee/default-human-emulator": "2.0.0-alpha.21",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.21",
"@ulixee/hero-testing": "2.0.0-alpha.21",
"@ulixee/hero-timetravel": "2.0.0-alpha.21",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.21",
"@ulixee/unblocked-specification": "2.0.0-alpha.21",
"ws": "^7.4.6"
}
}
8 changes: 8 additions & 0 deletions interfaces/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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

**Note:** Version bump only for package @ulixee/hero-interfaces





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-19)


Expand Down
8 changes: 4 additions & 4 deletions interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ulixee/hero-interfaces",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "Core interfaces used by Hero",
"dependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/js-path": "2.0.0-alpha.20",
"@ulixee/unblocked-specification": "2.0.0-alpha.20",
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/js-path": "2.0.0-alpha.21",
"@ulixee/unblocked-specification": "2.0.0-alpha.21",
"devtools-protocol": "^0.0.981744"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions plugin-utils/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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

**Note:** Version bump only for package @ulixee/hero-plugin-utils





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-19)

**Note:** Version bump only for package @ulixee/hero-plugin-utils
Expand Down
8 changes: 4 additions & 4 deletions plugin-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ulixee/hero-plugin-utils",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "Base classes to build hero plugins",
"scripts": {},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/hero-interfaces": "2.0.0-alpha.20",
"@ulixee/unblocked-specification": "2.0.0-alpha.20"
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/hero-interfaces": "2.0.0-alpha.21",
"@ulixee/unblocked-specification": "2.0.0-alpha.21"
}
}
8 changes: 8 additions & 0 deletions plugins/execute-js/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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

**Note:** Version bump only for package @ulixee/execute-js-plugin





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-19)

**Note:** Version bump only for package @ulixee/execute-js-plugin
Expand Down
16 changes: 8 additions & 8 deletions plugins/execute-js/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@ulixee/execute-js-plugin",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "Plugin that allows executing javascript in the remote browser context",
"main": "index.js",
"dependencies": {
"@ulixee/hero-interfaces": "2.0.0-alpha.20",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.20"
"@ulixee/hero-interfaces": "2.0.0-alpha.21",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.21"
},
"devDependencies": {
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/execute-js-plugin": "2.0.0-alpha.20",
"@ulixee/hero": "2.0.0-alpha.20",
"@ulixee/hero-core": "2.0.0-alpha.20",
"@ulixee/hero-testing": "2.0.0-alpha.20"
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/execute-js-plugin": "2.0.0-alpha.21",
"@ulixee/hero": "2.0.0-alpha.21",
"@ulixee/hero-core": "2.0.0-alpha.21",
"@ulixee/hero-testing": "2.0.0-alpha.21"
}
}
8 changes: 8 additions & 0 deletions 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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

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





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-19)


Expand Down
18 changes: 9 additions & 9 deletions testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulixee/hero-testing",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "Helpers and stubs for testing",
"main": "index.js",
"private": true,
Expand All @@ -10,14 +10,14 @@
"dependencies": {
"@koa/multer": "^3.0.0",
"@koa/router": "^8.0.8",
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/hero": "2.0.0-alpha.20",
"@ulixee/hero-core": "2.0.0-alpha.20",
"@ulixee/hero-interfaces": "2.0.0-alpha.20",
"@ulixee/js-path": "2.0.0-alpha.20",
"@ulixee/net": "2.0.0-alpha.20",
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.20",
"@ulixee/unblocked-specification": "2.0.0-alpha.20",
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/hero": "2.0.0-alpha.21",
"@ulixee/hero-core": "2.0.0-alpha.21",
"@ulixee/hero-interfaces": "2.0.0-alpha.21",
"@ulixee/js-path": "2.0.0-alpha.21",
"@ulixee/net": "2.0.0-alpha.21",
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.21",
"@ulixee/unblocked-specification": "2.0.0-alpha.21",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"koa": "^2.11.0",
Expand Down
8 changes: 8 additions & 0 deletions timetravel/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.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

**Note:** Version bump only for package @ulixee/hero-timetravel





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-19)


Expand Down
14 changes: 7 additions & 7 deletions timetravel/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@ulixee/hero-timetravel",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "The interface to playback and examine previous Hero sessions",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.20",
"@ulixee/hero-core": "2.0.0-alpha.20",
"@ulixee/hero-interfaces": "2.0.0-alpha.20",
"@ulixee/unblocked-agent": "2.0.0-alpha.20",
"@ulixee/unblocked-specification": "2.0.0-alpha.20",
"@ulixee/commons": "2.0.0-alpha.21",
"@ulixee/hero-core": "2.0.0-alpha.21",
"@ulixee/hero-interfaces": "2.0.0-alpha.21",
"@ulixee/unblocked-agent": "2.0.0-alpha.21",
"@ulixee/unblocked-specification": "2.0.0-alpha.21",
"nanoid": "^3.1.30"
},
"devDependencies": {
"@ulixee/hero-testing": "2.0.0-alpha.20"
"@ulixee/hero-testing": "2.0.0-alpha.21"
}
}

0 comments on commit 0e0a06b

Please sign in to comment.