@levrbet/shared 0.5.79 → 0.5.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levrbet/shared",
3
- "version": "0.5.79",
3
+ "version": "0.5.80",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -11,6 +11,7 @@ enum MMDecisionReason {
11
11
  OUTSIDE_WINDOW
12
12
  PAST_STOP
13
13
  BUDGET_EXHAUSTED
14
+ NO_LIQUIDITY
14
15
  MARKET_CLOSED
15
16
  }
16
17