Skip to content

release: @parity/truapi-host 0.1.0#278

Open
pgherveou wants to merge 1 commit into
mainfrom
release/truapi-host-0.1.0
Open

release: @parity/truapi-host 0.1.0#278
pgherveou wants to merge 1 commit into
mainfrom
release/truapi-host-0.1.0

Conversation

@pgherveou

@pgherveou pgherveou commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Release: @parity/truapi-host 0.1.0

Initial public release of @parity/truapi-host, the WASM-backed TrUAPI host runtime.

Detail in js/packages/truapi-host/CHANGELOG.md. Does not touch @parity/truapi.

Initial public release of the WASM-backed TrUAPI host runtime.
Publishes @parity/truapi-host@0.1.0 (already the version in package.json,
never before published to npm). Does not touch @parity/truapi (0.3.1,
already on npm and skipped by the Release workflow) or the queued
@parity/truapi changesets.
@pgherveou pgherveou marked this pull request as ready for review July 15, 2026 09:57
@pgherveou pgherveou requested a review from a team July 15, 2026 09:57

@Imod7 Imod7 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in truapi/js/packages/truapi-host/package.json check this

    "test": "bun test"
  },
  "dependencies": {
    "@parity/truapi": "file:../truapi"
  },
  "devDependencies": {
    "@types/bun": "^1.3.0",

it should be "@parity/truapi": "^0.4.0" no ?

@pgherveou

pgherveou commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator Author

in truapi/js/packages/truapi-host/package.json check this

    "test": "bun test"
  },
  "dependencies": {
    "@parity/truapi": "file:../truapi"
  },
  "devDependencies": {
    "@types/bun": "^1.3.0",

it should be "@parity/truapi": "^0.4.0" no ?

Right Thanks will fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants