@nimiq/fastspot-api
Advanced tools
Comparing version 1.5.5 to 1.5.6
@@ -20,3 +20,5 @@ export declare enum SwapAsset { | ||
FINISHED = "finished", | ||
/** @deprecated */ | ||
EXPIRED_PENDING_CONFIRMATIONS = "expired-pending-confirmation", | ||
EXPIRED_PENDING_CONFIRMATION = "expired-pending-confirmation", | ||
EXPIRED_PENDING_TRANSACTIONS = "expired-pending-transactions", | ||
@@ -23,0 +25,0 @@ CANCELLED = "cancelled", |
@@ -23,3 +23,5 @@ export var SwapAsset; | ||
SwapStatus["FINISHED"] = "finished"; | ||
/** @deprecated */ | ||
SwapStatus["EXPIRED_PENDING_CONFIRMATIONS"] = "expired-pending-confirmation"; | ||
SwapStatus["EXPIRED_PENDING_CONFIRMATION"] = "expired-pending-confirmation"; | ||
SwapStatus["EXPIRED_PENDING_TRANSACTIONS"] = "expired-pending-transactions"; | ||
@@ -26,0 +28,0 @@ SwapStatus["CANCELLED"] = "cancelled"; |
{ | ||
"name": "@nimiq/fastspot-api", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "Typescript library to interact with the Fastspot API", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:nimiq/fastspot-api.git", |
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
34920
611