Skip to content

Commit

Permalink
v2.0.0-alpha.23
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Jul 7, 2023
1 parent 5af67e8 commit 8e34a42
Show file tree
Hide file tree
Showing 18 changed files with 171 additions and 70 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.23](https://github.com/ulixee/hero/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


### Bug Fixes

* **core:** add db retention to session registry ([5af67e8](https://github.com/ulixee/hero/commit/5af67e82d5dc36e1d7b11cc11cee09520fec0fc7))
* **core:** re-add static addConnection ([428d4b0](https://github.com/ulixee/hero/commit/428d4b07d7c60a2cbb869800b6760a2db2903284))


### Features

* **core:** add productId to scriptInvocationMeta ([7cb291d](https://github.com/ulixee/hero/commit/7cb291dc612f1c7a9369df62c2eca16e684984f9))





# [2.0.0-alpha.22](https://github.com/ulixee/hero/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)


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.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)

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





# [2.0.0-alpha.22](https://github.com/ulixee/platform/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)


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.22",
"version": "2.0.0-alpha.23",
"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.22",
"@ulixee/hero-interfaces": "2.0.0-alpha.22",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.22",
"@ulixee/js-path": "2.0.0-alpha.22",
"@ulixee/net": "2.0.0-alpha.22",
"@ulixee/unblocked-specification": "2.0.0-alpha.22",
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/hero-interfaces": "2.0.0-alpha.23",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.23",
"@ulixee/js-path": "2.0.0-alpha.23",
"@ulixee/net": "2.0.0-alpha.23",
"@ulixee/unblocked-specification": "2.0.0-alpha.23",
"linkedom": "^0.14.11"
},
"devDependencies": {
"@ulixee/hero-core": "2.0.0-alpha.22",
"@ulixee/hero-testing": "2.0.0-alpha.22"
"@ulixee/hero-core": "2.0.0-alpha.23",
"@ulixee/hero-testing": "2.0.0-alpha.23"
}
}
17 changes: 17 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


### Bug Fixes

* **core:** add db retention to session registry ([5af67e8](https://github.com/ulixee/platform/commit/5af67e82d5dc36e1d7b11cc11cee09520fec0fc7))
* **core:** re-add static addConnection ([428d4b0](https://github.com/ulixee/platform/commit/428d4b07d7c60a2cbb869800b6760a2db2903284))


### Features

* **core:** add productId to scriptInvocationMeta ([7cb291d](https://github.com/ulixee/platform/commit/7cb291dc612f1c7a9369df62c2eca16e684984f9))





# [2.0.0-alpha.22](https://github.com/ulixee/platform/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)


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.22",
"version": "2.0.0-alpha.23",
"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.22",
"@ulixee/default-browser-emulator": "2.0.0-alpha.22",
"@ulixee/default-human-emulator": "2.0.0-alpha.22",
"@ulixee/hero-interfaces": "2.0.0-alpha.22",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.22",
"@ulixee/hero-timetravel": "2.0.0-alpha.22",
"@ulixee/js-path": "2.0.0-alpha.22",
"@ulixee/net": "2.0.0-alpha.22",
"@ulixee/unblocked-agent": "2.0.0-alpha.22",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.22",
"@ulixee/unblocked-specification": "2.0.0-alpha.22",
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/default-browser-emulator": "2.0.0-alpha.23",
"@ulixee/default-human-emulator": "2.0.0-alpha.23",
"@ulixee/hero-interfaces": "2.0.0-alpha.23",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.23",
"@ulixee/hero-timetravel": "2.0.0-alpha.23",
"@ulixee/js-path": "2.0.0-alpha.23",
"@ulixee/net": "2.0.0-alpha.23",
"@ulixee/unblocked-agent": "2.0.0-alpha.23",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.23",
"@ulixee/unblocked-specification": "2.0.0-alpha.23",
"better-sqlite3": "^8.4.0",
"moment": "^2.29.4",
"nanoid": "^3.3.6",
Expand All @@ -36,8 +36,8 @@
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"@ulixee/chrome-app": "1.0.2",
"@ulixee/hero": "2.0.0-alpha.22",
"@ulixee/hero-testing": "2.0.0-alpha.22",
"@ulixee/hero": "2.0.0-alpha.23",
"@ulixee/hero-testing": "2.0.0-alpha.23",
"vue": "^2.6.12"
}
}
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.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)

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





# [2.0.0-alpha.22](https://github.com/ulixee/platform/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)


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.22",
"version": "2.0.0-alpha.23",
"description": "End to end Hero tests",
"private": true,
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.22",
"@ulixee/execute-js-plugin": "2.0.0-alpha.22",
"@ulixee/hero": "2.0.0-alpha.22",
"@ulixee/hero-core": "2.0.0-alpha.22",
"@ulixee/hero-interfaces": "2.0.0-alpha.22",
"@ulixee/net": "2.0.0-alpha.22"
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/execute-js-plugin": "2.0.0-alpha.23",
"@ulixee/hero": "2.0.0-alpha.23",
"@ulixee/hero-core": "2.0.0-alpha.23",
"@ulixee/hero-interfaces": "2.0.0-alpha.23",
"@ulixee/net": "2.0.0-alpha.23"
},
"devDependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/default-browser-emulator": "2.0.0-alpha.22",
"@ulixee/default-human-emulator": "2.0.0-alpha.22",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.22",
"@ulixee/hero-testing": "2.0.0-alpha.22",
"@ulixee/hero-timetravel": "2.0.0-alpha.22",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.22",
"@ulixee/unblocked-specification": "2.0.0-alpha.22",
"@ulixee/default-browser-emulator": "2.0.0-alpha.23",
"@ulixee/default-human-emulator": "2.0.0-alpha.23",
"@ulixee/hero-plugin-utils": "2.0.0-alpha.23",
"@ulixee/hero-testing": "2.0.0-alpha.23",
"@ulixee/hero-timetravel": "2.0.0-alpha.23",
"@ulixee/unblocked-agent-mitm": "2.0.0-alpha.23",
"@ulixee/unblocked-specification": "2.0.0-alpha.23",
"ws": "^7.4.6"
}
}
11 changes: 11 additions & 0 deletions interfaces/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.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


### Features

* **core:** add productId to scriptInvocationMeta ([7cb291d](https://github.com/ulixee/platform/commit/7cb291dc612f1c7a9369df62c2eca16e684984f9))





# [2.0.0-alpha.22](https://github.com/ulixee/platform/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)


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.22",
"version": "2.0.0-alpha.23",
"description": "Core interfaces used by Hero",
"dependencies": {
"@ulixee/awaited-dom": "1.4.2",
"@ulixee/commons": "2.0.0-alpha.22",
"@ulixee/js-path": "2.0.0-alpha.22",
"@ulixee/unblocked-specification": "2.0.0-alpha.22",
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/js-path": "2.0.0-alpha.23",
"@ulixee/unblocked-specification": "2.0.0-alpha.23",
"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.22",
"version": "2.0.0-alpha.23",
"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.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)

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





# [2.0.0-alpha.22](https://github.com/ulixee/platform/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)

**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.22",
"version": "2.0.0-alpha.23",
"description": "Base classes to build hero plugins",
"scripts": {},
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.22",
"@ulixee/hero-interfaces": "2.0.0-alpha.22",
"@ulixee/unblocked-specification": "2.0.0-alpha.22"
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/hero-interfaces": "2.0.0-alpha.23",
"@ulixee/unblocked-specification": "2.0.0-alpha.23"
}
}
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.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)

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





# [2.0.0-alpha.22](https://github.com/ulixee/platform/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)

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

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





# [2.0.0-alpha.22](https://github.com/ulixee/platform/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)


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.22",
"version": "2.0.0-alpha.23",
"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.22",
"@ulixee/hero": "2.0.0-alpha.22",
"@ulixee/hero-core": "2.0.0-alpha.22",
"@ulixee/hero-interfaces": "2.0.0-alpha.22",
"@ulixee/js-path": "2.0.0-alpha.22",
"@ulixee/net": "2.0.0-alpha.22",
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.22",
"@ulixee/unblocked-specification": "2.0.0-alpha.22",
"@ulixee/commons": "2.0.0-alpha.23",
"@ulixee/hero": "2.0.0-alpha.23",
"@ulixee/hero-core": "2.0.0-alpha.23",
"@ulixee/hero-interfaces": "2.0.0-alpha.23",
"@ulixee/js-path": "2.0.0-alpha.23",
"@ulixee/net": "2.0.0-alpha.23",
"@ulixee/unblocked-agent-mitm-socket": "2.0.0-alpha.23",
"@ulixee/unblocked-specification": "2.0.0-alpha.23",
"koa": "^2.11.0",
"multer": "^1.4.5-lts.1"
},
Expand Down
16 changes: 16 additions & 0 deletions timetravel/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.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


### Bug Fixes

* **core:** add db retention to session registry ([5af67e8](https://github.com/ulixee/platform/commit/5af67e82d5dc36e1d7b11cc11cee09520fec0fc7))


### Features

* **core:** add productId to scriptInvocationMeta ([7cb291d](https://github.com/ulixee/platform/commit/7cb291dc612f1c7a9369df62c2eca16e684984f9))





# [2.0.0-alpha.22](https://github.com/ulixee/platform/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)


Expand Down
Loading

0 comments on commit 8e34a42

Please sign in to comment.