@taquito/beacon-wallet
Advanced tools
Comparing version 8.0.0-beta.2 to 8.0.0-beta.3
@@ -146,3 +146,3 @@ import { DAppClient, PermissionScope } from '@airgap/beacon-sdk'; | ||
BeaconWallet.prototype.removeFeeAndLimit = function (op) { | ||
var fee = op.fee, gas_limit = op.gas_limit, storage_limit = op.storage_limit, rest = __rest(op, ["fee", "gas_limit", "storage_limit"]); | ||
op.fee; op.gas_limit; op.storage_limit; var rest = __rest(op, ["fee", "gas_limit", "storage_limit"]); | ||
return rest; | ||
@@ -149,0 +149,0 @@ }; |
@@ -149,3 +149,3 @@ (function (global, factory) { | ||
BeaconWallet.prototype.removeFeeAndLimit = function (op) { | ||
var fee = op.fee, gas_limit = op.gas_limit, storage_limit = op.storage_limit, rest = __rest(op, ["fee", "gas_limit", "storage_limit"]); | ||
op.fee; op.gas_limit; op.storage_limit; var rest = __rest(op, ["fee", "gas_limit", "storage_limit"]); | ||
return rest; | ||
@@ -152,0 +152,0 @@ }; |
{ | ||
"name": "@taquito/beacon-wallet", | ||
"version": "8.0.0-beta.2", | ||
"version": "8.0.0-beta.3", | ||
"description": "Beacon wallet provider", | ||
@@ -63,5 +63,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@airgap/beacon-sdk": "^2.1.0-beta.0", | ||
"@taquito/taquito": "^8.0.0-beta.2", | ||
"@taquito/utils": "^8.0.0-beta.2" | ||
"@airgap/beacon-sdk": "^2.2.0-beta.0", | ||
"@taquito/taquito": "^8.0.0-beta.3", | ||
"@taquito/utils": "^8.0.0-beta.3" | ||
}, | ||
@@ -97,3 +97,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "2abf222f0154bfc3a4cac7f4deb8079e6e620ebc" | ||
"gitHead": "1a2a9c7dea9951d9da9796e1d184bbc1047e1c82" | ||
} |
Sorry, the diff of this file is not supported yet
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
60197
+ Added@types/node@22.9.3(transitive)
+ Addedcipher-base@1.0.5(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@22.10.1(transitive)
- Removedcipher-base@1.0.6(transitive)
- Removedundici-types@6.20.0(transitive)
Updated@taquito/utils@^8.0.0-beta.3