@fileverse/heartbit-core
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -13,3 +13,3 @@ type SupportedChain = "0xaa36a7" | "0x2105" | "0x64"; | ||
hash: string; | ||
address: string; | ||
account: string; | ||
apiKey: string; | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "@fileverse/heartbit-core", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -92,3 +92,3 @@ # HeartBit Core | ||
hash, | ||
address, | ||
account: address, | ||
apiKey, | ||
@@ -140,3 +140,3 @@ }); | ||
hash: string; // unique identifier for token. eg ipfs://somecid | ||
address: string; // target wallet address to which heartbits should be minted | ||
account: string; // target wallet address to which heartbits should be minted | ||
apiKey: string; // Api Key | ||
@@ -143,0 +143,0 @@ } |
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
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
39642
4