@defichain/jellyfish-api-core
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -75,3 +75,3 @@ import { Precision, PrecisionPath } from '@defichain/jellyfish-json'; | ||
message: string; | ||
rpcMethod: string; | ||
method: string; | ||
}; | ||
@@ -81,4 +81,4 @@ constructor(error: { | ||
message: string; | ||
rpcMethod: string; | ||
method: string; | ||
}); | ||
} |
@@ -81,3 +81,3 @@ "use strict"; | ||
constructor(error) { | ||
super(`RpcApiError: '${error.message}', code: ${error.code}, rpcMethod: ${error.rpcMethod}`); | ||
super(`RpcApiError: '${error.message}', code: ${error.code}, method: ${error.method}`); | ||
this.payload = error; | ||
@@ -84,0 +84,0 @@ } |
{ | ||
"private": false, | ||
"name": "@defichain/jellyfish-api-core", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on Bitcoin", | ||
@@ -38,7 +38,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@defichain/jellyfish-json": "^0.7.0" | ||
"@defichain/jellyfish-json": "^0.7.1" | ||
}, | ||
"devDependencies": { | ||
"@defichain/testcontainers": "^0.7.0" | ||
"@defichain/testcontainers": "^0.7.1" | ||
} | ||
} |
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
88647