@waves.exchange/matcher-ws
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -16,3 +16,3 @@ /// <reference types="zen-observable" /> | ||
export declare type FeeAsset = string | null; | ||
export declare type Status = 'Accepted' | 'Filled' | 'PartiallyFilled' | 'Cancelled' | 'Triggered'; | ||
export declare type Status = 'Accepted' | 'Filled' | 'PartiallyFilled' | 'Cancelled'; | ||
export declare type FilledAmount = number | string; | ||
@@ -22,4 +22,2 @@ export declare type FilledFee = number | string; | ||
export declare type TotalExecutedPrice = number | string; | ||
export declare type PriceOnPlace = string; | ||
export declare type Attachment = string | null; | ||
export declare type RawOrder = { | ||
@@ -41,4 +39,2 @@ i: Id; | ||
E: TotalExecutedPrice; | ||
pp: PriceOnPlace; | ||
at?: Attachment; | ||
}; | ||
@@ -45,0 +41,0 @@ declare type RawAddressUpdate = { |
export * from './orderbook'; | ||
export * from './addressUpdates'; | ||
export * from './ratesUpdates'; | ||
export * from './oraclePriceUpdates'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,2 +7,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./ratesUpdates"), exports); | ||
tslib_1.__exportStar(require("./oraclePriceUpdates"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@waves.exchange/matcher-ws", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
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
25632
29
329
1