@exodus/models
Advanced tools
Comparing version 11.19.0 to 12.0.0
{ | ||
"name": "@exodus/models", | ||
"version": "11.19.0", | ||
"version": "12.0.0", | ||
"description": "Exodus models", | ||
@@ -15,3 +15,3 @@ "type": "module", | ||
"dependencies": { | ||
"@exodus/currency": "^2.1.2", | ||
"@exodus/currency": "^5.0.1", | ||
"@exodus/serialization": "^1.0.0", | ||
@@ -24,4 +24,4 @@ "bip32-path": "^0.4.2", | ||
"devDependencies": { | ||
"@exodus/assets": "^9.0.1", | ||
"@exodus/assets-base": "^8.1.1", | ||
"@exodus/assets": "^11.0.0", | ||
"@exodus/assets-base": "^9.0.0", | ||
"bs58check": "^2.1.2", | ||
@@ -31,3 +31,3 @@ "lodash": "^4.17.11" | ||
"scripts": { | ||
"test": "run -T jest", | ||
"test": "run -T exodus-test --jest", | ||
"lint": "NODE_ENV=test run -T eslint . --ignore-path ../../.gitignore", | ||
@@ -43,3 +43,3 @@ "lint:fix": "yarn lint --fix" | ||
}, | ||
"gitHead": "1f014f0984c2f36c9686f2c45fc7c4b0adb272b6" | ||
"gitHead": "f9da81b5745498bc7840d2e93b62401b48bc64b8" | ||
} |
@@ -174,5 +174,2 @@ import assert from 'minimalistic-assert' | ||
get sent() { | ||
// TODO: can this be moved to the clients or to tezos-lib? If there is no "to" field, then the | ||
// tx can be marked as "selfSend" removing the need for this hack. | ||
if (this.coinName === 'tezos' && this.data.delegate) return true // unstaking tx has no "to" field | ||
return !!(this.coinAmount.isNegative || this.to || this.selfSend) | ||
@@ -179,0 +176,0 @@ } |
84095
2398
+ Added@exodus/bigint@3.0.1(transitive)
+ Added@exodus/currency@5.0.2(transitive)
+ Addedbn.js@4.12.1(transitive)
- Removed@exodus/currency@2.3.3(transitive)
- Removedbn.js@5.2.1(transitive)
Updated@exodus/currency@^5.0.1