Skip to content

Commit

Permalink
v2.0.0-alpha.28
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Mar 11, 2024
1 parent b179075 commit 665c9be
Show file tree
Hide file tree
Showing 19 changed files with 155 additions and 77 deletions.
11 changes: 11 additions & 0 deletions 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.28](https://github.com/ulixee/hero/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)


### Bug Fixes

* **timetravel:** push dom changes one at a time ([b179075](https://github.com/ulixee/hero/commit/b1790754a93eaad33e1f71e42d8cc52f1e773159)), closes [#252](https://github.com/ulixee/hero/issues/252)





# [2.0.0-alpha.27](https://github.com/ulixee/hero/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/hero-monorepo
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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)

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





# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/hero
Expand Down
18 changes: 9 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.27",
"version": "2.0.0-alpha.28",
"description": "The client interface for Hero",
"exports": {
".": {
Expand All @@ -12,16 +12,16 @@
},
"dependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/hero-interfaces": "2.0.0-alpha.27",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.27",
"@ulixee/js-path": "2.0.0-alpha.27",
"@ulixee/net": "2.0.0-alpha.27",
"@ulixee/unblocked-specification": "2.0.0-alpha.27",
"@ulixee/commons": "2.0.0-alpha.28",
"@ulixee/hero-interfaces": "2.0.0-alpha.28",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.28",
"@ulixee/js-path": "2.0.0-alpha.28",
"@ulixee/net": "2.0.0-alpha.28",
"@ulixee/unblocked-specification": "2.0.0-alpha.28",
"linkedom": "^0.14.11"
},
"devDependencies": {
"@ulixee/hero-core": "2.0.0-alpha.27",
"@ulixee/hero-testing": "2.0.0-alpha.27"
"@ulixee/hero-core": "2.0.0-alpha.28",
"@ulixee/hero-testing": "2.0.0-alpha.28"
}
}
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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)

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





# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/hero-core
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.27",
"version": "2.0.0-alpha.28",
"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.27",
"@ulixee/default-browser-emulator": "2.0.0-alpha.27",
"@ulixee/default-human-emulator": "2.0.0-alpha.27",
"@ulixee/hero-interfaces": "2.0.0-alpha.27",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.27",
"@ulixee/hero-timetravel": "2.0.0-alpha.27",
"@ulixee/js-path": "2.0.0-alpha.27",
"@ulixee/net": "2.0.0-alpha.27",
"@ulixee/unblocked-agent": "2.0.0-alpha.27",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.27",
"@ulixee/unblocked-specification": "2.0.0-alpha.27",
"@ulixee/commons": "2.0.0-alpha.28",
"@ulixee/default-browser-emulator": "2.0.0-alpha.28",
"@ulixee/default-human-emulator": "2.0.0-alpha.28",
"@ulixee/hero-interfaces": "2.0.0-alpha.28",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.28",
"@ulixee/hero-timetravel": "2.0.0-alpha.28",
"@ulixee/js-path": "2.0.0-alpha.28",
"@ulixee/net": "2.0.0-alpha.28",
"@ulixee/unblocked-agent": "2.0.0-alpha.28",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.28",
"@ulixee/unblocked-specification": "2.0.0-alpha.28",
"better-sqlite3": "^9.4.3",
"moment": "^2.29.4",
"nanoid": "^3.3.6",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@ulixee/chrome-app": "1.0.3",
"@ulixee/hero": "2.0.0-alpha.27",
"@ulixee/hero-testing": "2.0.0-alpha.27"
"@ulixee/hero": "2.0.0-alpha.28",
"@ulixee/hero-testing": "2.0.0-alpha.28"
}
}
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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)

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





# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/hero-end-to-end
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.27",
"version": "2.0.0-alpha.28",
"description": "End to end Hero tests",
"private": true,
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/execute-js-plugin": "2.0.0-alpha.27",
"@ulixee/hero": "2.0.0-alpha.27",
"@ulixee/hero-core": "2.0.0-alpha.27",
"@ulixee/hero-interfaces": "2.0.0-alpha.27",
"@ulixee/net": "2.0.0-alpha.27"
"@ulixee/commons": "2.0.0-alpha.28",
"@ulixee/execute-js-plugin": "2.0.0-alpha.28",
"@ulixee/hero": "2.0.0-alpha.28",
"@ulixee/hero-core": "2.0.0-alpha.28",
"@ulixee/hero-interfaces": "2.0.0-alpha.28",
"@ulixee/net": "2.0.0-alpha.28"
},
"devDependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/default-browser-emulator": "2.0.0-alpha.27",
"@ulixee/default-human-emulator": "2.0.0-alpha.27",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.27",
"@ulixee/hero-testing": "2.0.0-alpha.27",
"@ulixee/hero-timetravel": "2.0.0-alpha.27",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.27",
"@ulixee/unblocked-specification": "2.0.0-alpha.27",
"@ulixee/default-browser-emulator": "2.0.0-alpha.28",
"@ulixee/default-human-emulator": "2.0.0-alpha.28",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.28",
"@ulixee/hero-testing": "2.0.0-alpha.28",
"@ulixee/hero-timetravel": "2.0.0-alpha.28",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.28",
"@ulixee/unblocked-specification": "2.0.0-alpha.28",
"ws": "^7.5.9"
}
}
14 changes: 7 additions & 7 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"dependencies": {
"yargs-parser": "^20.2.9",
"@ulixee/hero": "2.0.0-alpha.27",
"@ulixee/hero-core": "2.0.0-alpha.27",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.27",
"@ulixee/net": "2.0.0-alpha.27",
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/hero-interfaces": "2.0.0-alpha.27",
"@ulixee/execute-js-plugin": "2.0.0-alpha.27"
"@ulixee/hero": "2.0.0-alpha.28",
"@ulixee/hero-core": "2.0.0-alpha.28",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.28",
"@ulixee/net": "2.0.0-alpha.28",
"@ulixee/commons": "2.0.0-alpha.28",
"@ulixee/hero-interfaces": "2.0.0-alpha.28",
"@ulixee/execute-js-plugin": "2.0.0-alpha.28"
}
}
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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)

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





# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/hero-interfaces
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.27",
"version": "2.0.0-alpha.28",
"description": "Core interfaces used by Hero",
"dependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/js-path": "2.0.0-alpha.27",
"@ulixee/unblocked-specification": "2.0.0-alpha.27",
"@ulixee/commons": "2.0.0-alpha.28",
"@ulixee/js-path": "2.0.0-alpha.28",
"@ulixee/unblocked-specification": "2.0.0-alpha.28",
"devtools-protocol": "^0.0.1137505"
}
}
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.27",
"version": "2.0.0-alpha.28",
"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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)

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





# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**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,10 +1,10 @@
{
"name": "@ulixee/hero-plugin-utils",
"version": "2.0.0-alpha.27",
"version": "2.0.0-alpha.28",
"description": "Base classes to build hero plugins",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/hero-interfaces": "2.0.0-alpha.27",
"@ulixee/unblocked-specification": "2.0.0-alpha.27"
"@ulixee/commons": "2.0.0-alpha.28",
"@ulixee/hero-interfaces": "2.0.0-alpha.28",
"@ulixee/unblocked-specification": "2.0.0-alpha.28"
}
}
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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)

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





# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**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.27",
"version": "2.0.0-alpha.28",
"description": "Plugin that allows executing javascript in the remote browser context",
"main": "index.js",
"dependencies": {
"@ulixee/hero-interfaces": "2.0.0-alpha.27",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.27"
"@ulixee/hero-interfaces": "2.0.0-alpha.28",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.28"
},
"devDependencies": {
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/execute-js-plugin": "2.0.0-alpha.27",
"@ulixee/hero": "2.0.0-alpha.27",
"@ulixee/hero-core": "2.0.0-alpha.27",
"@ulixee/hero-testing": "2.0.0-alpha.27"
"@ulixee/commons": "2.0.0-alpha.28",
"@ulixee/execute-js-plugin": "2.0.0-alpha.28",
"@ulixee/hero": "2.0.0-alpha.28",
"@ulixee/hero-core": "2.0.0-alpha.28",
"@ulixee/hero-testing": "2.0.0-alpha.28"
}
}
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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)

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





# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/hero-testing
Expand Down
18 changes: 9 additions & 9 deletions testing/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@ulixee/hero-testing",
"version": "2.0.0-alpha.27",
"version": "2.0.0-alpha.28",
"description": "Helpers and stubs for testing",
"main": "index.js",
"private": true,
"dependencies": {
"@koa/multer": "^3.0.0",
"@koa/router": "^8.0.8",
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/hero": "2.0.0-alpha.27",
"@ulixee/hero-core": "2.0.0-alpha.27",
"@ulixee/hero-interfaces": "2.0.0-alpha.27",
"@ulixee/js-path": "2.0.0-alpha.27",
"@ulixee/net": "2.0.0-alpha.27",
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.27",
"@ulixee/unblocked-specification": "2.0.0-alpha.27",
"@ulixee/commons": "2.0.0-alpha.28",
"@ulixee/hero": "2.0.0-alpha.28",
"@ulixee/hero-core": "2.0.0-alpha.28",
"@ulixee/hero-interfaces": "2.0.0-alpha.28",
"@ulixee/js-path": "2.0.0-alpha.28",
"@ulixee/net": "2.0.0-alpha.28",
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.28",
"@ulixee/unblocked-specification": "2.0.0-alpha.28",
"koa": "^2.11.0",
"multer": "^1.4.5-lts.1"
},
Expand Down
11 changes: 11 additions & 0 deletions timetravel/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.28](https://github.com/ulixee/platform/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2024-03-11)


### Bug Fixes

* **timetravel:** push dom changes one at a time ([b179075](https://github.com/ulixee/platform/commit/b1790754a93eaad33e1f71e42d8cc52f1e773159)), closes [#252](https://github.com/ulixee/platform/issues/252)





# [2.0.0-alpha.27](https://github.com/ulixee/platform/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2024-03-01)

**Note:** Version bump only for package @ulixee/hero-timetravel
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.27",
"version": "2.0.0-alpha.28",
"description": "The interface to playback and examine previous Hero sessions",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.27",
"@ulixee/hero-core": "2.0.0-alpha.27",
"@ulixee/hero-interfaces": "2.0.0-alpha.27",
"@ulixee/unblocked-agent": "2.0.0-alpha.27",
"@ulixee/unblocked-specification": "2.0.0-alpha.27",
"@ulixee/commons": "2.0.0-alpha.28",
"@ulixee/hero-core": "2.0.0-alpha.28",
"@ulixee/hero-interfaces": "2.0.0-alpha.28",
"@ulixee/unblocked-agent": "2.0.0-alpha.28",
"@ulixee/unblocked-specification": "2.0.0-alpha.28",
"nanoid": "^3.3.6"
},
"devDependencies": {
"@ulixee/hero-testing": "2.0.0-alpha.27"
"@ulixee/hero-testing": "2.0.0-alpha.28"
}
}

0 comments on commit 665c9be

Please sign in to comment.