@bloks/browser-transport
Advanced tools
Comparing version 3.2.1-2 to 3.2.1-3
/** | ||
* Proton Browser Transport v3.2.1-2 | ||
* Proton Browser Transport v3.2.1-3 | ||
* https://github.com/protonprotocol/proton-browser-transport | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "@bloks/browser-transport", | ||
"version": "3.2.1-2", | ||
"version": "3.2.1-3", | ||
"description": "Vanilla JS browser transport for Proton Link", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/protonprotocol/proton-browser-transport", |
@@ -82,3 +82,3 @@ import type {LinkSession} from '@bloks/link' | ||
await SigningRequest.create( | ||
{transaction: {...result.data.request[1]}}, | ||
{transaction: Object.assign({}, result.data.request[1])}, | ||
{abiProvider: (request as any).abiProvider} | ||
@@ -85,0 +85,0 @@ ) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
883777
6810