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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.8.8 (2026-06-15)

### 🚀 Features

- **host-papp:** the SSO session now supports legacy sign requests. `UserSession` gains `signRawLegacy` (sign raw `Bytes`/`Payload` for a plain `AccountId`) and `createTransactionLegacy` (build a `LegacyTransaction`).

### ❤️ Thank You

- @valentunn

## 0.8.7 (2026-06-06)

### 🚀 Features
Expand Down
70 changes: 35 additions & 35 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 packages/handoff-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novasamatech/handoff-service",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"description": "HOP (Handoff Pool) file transfer service for P2P chat",
"license": "Apache-2.0",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/host-api-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novasamatech/host-api-wrapper",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"description": "Host API wrapper: integrate and run your product inside Polkadot browser.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -28,7 +28,7 @@
"@polkadot/extension-inject": "^0.63.1",
"@polkadot-api/json-rpc-provider-proxy": "^0.4.0",
"@polkadot-api/substrate-bindings": "^0.20.3",
"@novasamatech/host-api": "0.8.7",
"@novasamatech/host-api": "0.8.8",
"polkadot-api": ">=2",
"neverthrow": "^8.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/host-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novasamatech/host-api",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"description": "Host API: transport implementation for host - product integration.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -22,7 +22,7 @@
"README.md"
],
"dependencies": {
"@novasamatech/scale": "0.8.7",
"@novasamatech/scale": "0.8.8",
"nanoevents": "9.1.0",
"nanoid": "5.1.11",
"neverthrow": "^8.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/host-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novasamatech/host-chat",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"description": "Host statement store chat integration",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -40,9 +40,9 @@
"README.md"
],
"dependencies": {
"@novasamatech/scale": "0.8.7",
"@novasamatech/statement-store": "0.8.7",
"@novasamatech/storage-adapter": "0.8.7",
"@novasamatech/scale": "0.8.8",
"@novasamatech/statement-store": "0.8.8",
"@novasamatech/storage-adapter": "0.8.8",
"nanoid": "5.1.11",
"neverthrow": "^8.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/host-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novasamatech/host-container",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"description": "Host container for hosting and managing products within the Polkadot ecosystem.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -28,7 +28,7 @@
"@noble/hashes": "2.2.0",
"polkadot-api": ">=2",
"@polkadot-api/substrate-client": "^0.7.0",
"@novasamatech/host-api": "0.8.7",
"@novasamatech/host-api": "0.8.8",
"nanoevents": "9.1.0",
"nanoid": "5.1.11",
"neverthrow": "^8.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/host-papp-react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novasamatech/host-papp-react-ui",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"description": "Polkadot app UI Flow",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"react-dom": ">=18"
},
"dependencies": {
"@novasamatech/host-papp": "0.8.7",
"@novasamatech/statement-store": "0.8.7",
"@novasamatech/host-papp": "0.8.8",
"@novasamatech/statement-store": "0.8.8",
"@polkadot-api/utils": "^0.4.0",
"@radix-ui/react-dialog": "1.1.16",
"@radix-ui/react-popover": "1.1.16",
Expand Down
10 changes: 5 additions & 5 deletions packages/host-papp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novasamatech/host-papp",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"description": "Polkadot app integration",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"@noble/ciphers": "2.2.0",
"@noble/curves": "2.2.0",
"@noble/hashes": "2.2.0",
"@novasamatech/host-api": "0.8.7",
"@novasamatech/scale": "0.8.7",
"@novasamatech/statement-store": "0.8.7",
"@novasamatech/storage-adapter": "0.8.7",
"@novasamatech/host-api": "0.8.8",
"@novasamatech/scale": "0.8.8",
"@novasamatech/statement-store": "0.8.8",
"@novasamatech/storage-adapter": "0.8.8",
"@polkadot-api/utils": "^0.4.0",
"@polkadot-labs/hdkd-helpers": "^0.0.30",
"nanoevents": "9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/host-substrate-chain-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novasamatech/host-substrate-chain-connection",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"description": "Chain connection pool with ref counting and provider branching for Polkadot API",
"license": "Apache-2.0",
"repository": {
Expand All @@ -25,7 +25,7 @@
"README.md"
],
"dependencies": {
"@novasamatech/storage-adapter": "0.8.7",
"@novasamatech/storage-adapter": "0.8.8",
"@polkadot-api/ws-provider": "^0.9.0",
"@polkadot-api/json-rpc-provider": "^0.2.0",
"@polkadot-api/json-rpc-provider-proxy": "^0.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/host-worker-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novasamatech/host-worker-sandbox",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"description": "QuickJS-based sandbox for running product worker code with Triangle Host API.",
"license": "Apache-2.0",
"repository": {
Expand All @@ -25,8 +25,8 @@
"README.md"
],
"dependencies": {
"@novasamatech/host-api": "0.8.7",
"@novasamatech/host-container": "0.8.7",
"@novasamatech/host-api": "0.8.8",
"@novasamatech/host-container": "0.8.8",
"quickjs-emscripten": "0.32.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/product-bulletin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novasamatech/product-bulletin",
"type": "module",
"version": "0.8.7",
"version": "0.8.8",
"description": "Bulletin Chain client adapter for Polkadot product applications",
"license": "Apache-2.0",
"repository": {
Expand All @@ -27,7 +27,7 @@
"README.md"
],
"dependencies": {
"@novasamatech/host-api-wrapper": "0.8.7",
"@novasamatech/host-api-wrapper": "0.8.8",
"@parity/bulletin-sdk": "^0.3.0",
"polkadot-api": ">=2"
},
Expand Down
Loading