@nimiq/fastspot-api
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -79,2 +79,3 @@ import { SwapAsset, } from './types'; | ||
hash: swap.hash, | ||
...(swap.secret ? { secret: swap.secret } : {}), | ||
contracts, | ||
@@ -81,0 +82,0 @@ }; |
@@ -80,2 +80,3 @@ export declare enum SwapAsset { | ||
hash: string; | ||
secret?: string; | ||
contracts: FastspotContract<SwapAsset>[]; | ||
@@ -154,2 +155,3 @@ }; | ||
hash: string; | ||
secret?: string; | ||
contracts: Partial<Record<SwapAsset, Contract<SwapAsset>>>; | ||
@@ -156,0 +158,0 @@ }; |
{ | ||
"name": "@nimiq/fastspot-api", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Typescript library to interact with the Fastspot API", | ||
@@ -14,3 +14,3 @@ "repository": "git@github.com:nimiq/fastspot-api.git", | ||
"scripts": { | ||
"build": "tsc" | ||
"prepare": "tsc" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
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
26578
438