@levrbet/shared 0.1.13 → 0.1.14

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.
@@ -1,6 +1,7 @@
1
1
  export declare const MARKET_QUEUE_PREFIX = "market.queue.";
2
2
  export declare const GAME_QUEUE_PREFIX = "game.queue.";
3
3
  export declare const GAME_TIME_QUEUE_PREFIX = "game.time.queue.";
4
+ export declare const LIQUIDATION_QUEUE_PREFIX = "liquidation.queue.";
4
5
  export declare const QueueSignals: {
5
6
  readonly Start: "__START__";
6
7
  readonly Process: "__PROCESS__";
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QueueSignals = exports.GAME_TIME_QUEUE_PREFIX = exports.GAME_QUEUE_PREFIX = exports.MARKET_QUEUE_PREFIX = void 0;
3
+ exports.QueueSignals = exports.LIQUIDATION_QUEUE_PREFIX = exports.GAME_TIME_QUEUE_PREFIX = exports.GAME_QUEUE_PREFIX = exports.MARKET_QUEUE_PREFIX = void 0;
4
4
  exports.MARKET_QUEUE_PREFIX = "market.queue.";
5
5
  exports.GAME_QUEUE_PREFIX = "game.queue.";
6
6
  exports.GAME_TIME_QUEUE_PREFIX = "game.time.queue.";
7
+ exports.LIQUIDATION_QUEUE_PREFIX = "liquidation.queue.";
7
8
  exports.QueueSignals = {
8
9
  Start: "__START__",
9
10
  Process: "__PROCESS__",
@@ -1 +1 @@
1
- {"version":3,"file":"queue.constant.js","sourceRoot":"","sources":["../../../../../src/server/oracle/types/queue/queue.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG,eAAe,CAAA;AACrC,QAAA,iBAAiB,GAAG,aAAa,CAAA;AACjC,QAAA,sBAAsB,GAAG,kBAAkB,CAAA;AAE3C,QAAA,YAAY,GAAG;IACxB,KAAK,EAAE,WAAW;IAClB,OAAO,EAAE,aAAa;IACtB,GAAG,EAAE,SAAS;IACd,KAAK,EAAE,WAAW;CACZ,CAAA"}
1
+ {"version":3,"file":"queue.constant.js","sourceRoot":"","sources":["../../../../../src/server/oracle/types/queue/queue.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG,eAAe,CAAA;AACrC,QAAA,iBAAiB,GAAG,aAAa,CAAA;AACjC,QAAA,sBAAsB,GAAG,kBAAkB,CAAA;AAC3C,QAAA,wBAAwB,GAAG,oBAAoB,CAAA;AAE/C,QAAA,YAAY,GAAG;IACxB,KAAK,EAAE,WAAW;IAClB,OAAO,EAAE,aAAa;IACtB,GAAG,EAAE,SAAS;IACd,KAAK,EAAE,WAAW;CACZ,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@levrbet/shared",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {