@riocrypto/common 1.0.1190 → 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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getCurrentMexicoCityDate = void 0;
4
4
  const getCurrentMexicoCityDate = () => {
5
5
  const mexicoCityTimeZone = "America/Mexico_City";
6
- const mexicoCityTime = (0, exports.getCurrentMexicoCityDate)().toLocaleString("en-US", {
6
+ const mexicoCityTime = new Date().toLocaleString("en-US", {
7
7
  timeZone: mexicoCityTimeZone,
8
8
  });
9
9
  const mexicoCityDate = new Date(mexicoCityTime);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1190",
3
+ "version": "1.0.1191",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",