@injectivelabs/ts-types
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -8,3 +8,3 @@ export declare enum TradeExecutionType { | ||
export declare enum TradeExecutionSide { | ||
Maker = "market", | ||
Maker = "maker", | ||
Taker = "taker" | ||
@@ -11,0 +11,0 @@ } |
@@ -13,3 +13,3 @@ "use strict"; | ||
(function (TradeExecutionSide) { | ||
TradeExecutionSide["Maker"] = "market"; | ||
TradeExecutionSide["Maker"] = "maker"; | ||
TradeExecutionSide["Taker"] = "taker"; | ||
@@ -16,0 +16,0 @@ })(TradeExecutionSide = exports.TradeExecutionSide || (exports.TradeExecutionSide = {})); |
{ | ||
"name": "@injectivelabs/ts-types", | ||
"description": "List of types that can be reused throughout Injective's projects.", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"license": "MIT", | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "02bed31496feb19d3a4fd7f2e05a0c321dba498c" | ||
"gitHead": "ce548dc2f7607bf294f26e1450d045d4a80873c2" | ||
} |
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
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
16662