@riocrypto/common 1.0.1189 → 1.0.1191

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,11 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Listener = void 0;
4
+ const get_current_cdmx_date_1 = require("../helpers/get-current-cdmx-date");
4
5
  class Listener {
5
6
  constructor(client) {
6
7
  this.ackWait = 5 * 1000;
7
8
  this.client = client;
8
- this.listenerStartTime = new Date(); // Record the start time of the listener
9
+ this.listenerStartTime = (0, get_current_cdmx_date_1.getCurrentMexicoCityDate)(); // Record the start time of the listener
9
10
  }
10
11
  subscriptionOptions() {
11
12
  return this.client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1189",
3
+ "version": "1.0.1191",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",