Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/packages/truapi-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test": "bun test"
},
"dependencies": {
"@parity/truapi": "^0.4.0"
"@parity/truapi": "^0.4.1"
},
"devDependencies": {
"@types/bun": "^1.3.0",
Expand Down
6 changes: 6 additions & 0 deletions js/packages/truapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @parity/truapi

## 0.4.1

### Patch Changes

- Treat Firefox's masked `"null"` `location.ancestorOrigins` entries as an unknown host origin in the sandbox bootstrap. The ready ping falls back to the source-checked wildcard instead of throwing `SyntaxError: An invalid or illegal string was specified`, which left iframe-hosted products permanently offline in Firefox.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/truapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parity/truapi",
"version": "0.4.0",
"version": "0.4.1",
"description": "TrUAPI TypeScript transport, SCALE codecs, and generated API client",
"license": "MIT",
"author": "Parity Technologies <admin@parity.io>",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/crates/truapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "truapi"
version = "0.4.0"
version = "0.4.1"
edition.workspace = true
license.workspace = true
description = "TrUAPI trait and type definitions"
Expand Down