@defichain/jellyfish-api-core
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -6,2 +6,3 @@ import { Precision, PrecisionPath } from '@defichain/jellyfish-json'; | ||
import { Wallet } from './category/wallet'; | ||
import { Token } from './category/token'; | ||
export * from '@defichain/jellyfish-json'; | ||
@@ -12,2 +13,3 @@ export * from './category/blockchain'; | ||
export * from './category/wallet'; | ||
export * from './category/token'; | ||
/** | ||
@@ -21,2 +23,3 @@ * ApiClient; a protocol agnostic DeFiChain node client, RPC calls are separated into their category. | ||
readonly wallet: Wallet; | ||
readonly token: Token; | ||
/** | ||
@@ -23,0 +26,0 @@ * A promise based procedure call handling |
@@ -30,2 +30,3 @@ "use strict"; | ||
const wallet_1 = require("./category/wallet"); | ||
const token_1 = require("./category/token"); | ||
__exportStar(require("@defichain/jellyfish-json"), exports); | ||
@@ -36,2 +37,3 @@ __exportStar(require("./category/blockchain"), exports); | ||
__exportStar(require("./category/wallet"), exports); | ||
__exportStar(require("./category/token"), exports); | ||
/** | ||
@@ -46,2 +48,3 @@ * ApiClient; a protocol agnostic DeFiChain node client, RPC calls are separated into their category. | ||
this.wallet = new wallet_1.Wallet(this); | ||
this.token = new token_1.Token(this); | ||
} | ||
@@ -48,0 +51,0 @@ } |
{ | ||
"private": false, | ||
"name": "@defichain/jellyfish-api-core", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on Bitcoin", | ||
@@ -43,8 +43,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@defichain/jellyfish-json": "^0.0.12" | ||
"@defichain/jellyfish-json": "^0.0.13" | ||
}, | ||
"devDependencies": { | ||
"@defichain/testcontainers": "^0.0.12", | ||
"@defichain/testcontainers": "^0.0.13", | ||
"typescript": ">=4.2.0" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
54849
14
1424
0
+ Added@defichain/jellyfish-json@0.0.13(transitive)
- Removed@defichain/jellyfish-json@0.0.12(transitive)