@neon-exchange/nash-protocol
Advanced tools
Comparing version 4.9.7 to 4.9.9
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const EPOCH_START = 163400000000; | ||
const EPOCH_START = 167698000000; | ||
/** | ||
@@ -5,0 +5,0 @@ * Returns the number of milliseconds since the Unix Epoch. |
@@ -1,2 +0,2 @@ | ||
const EPOCH_START = 163400000000; | ||
const EPOCH_START = 167698000000; | ||
/** | ||
@@ -3,0 +3,0 @@ * Returns the number of milliseconds since the Unix Epoch. |
@@ -5,2 +5,4 @@ # Changelog | ||
### [4.9.9](https://github.com/nash-io/nash-protocol/compare/v4.9.7...v4.9.9) (2023-02-21) | ||
### [4.9.7](https://github.com/nash-io/nash-protocol/compare/v4.9.5...v4.9.7) (2022-12-14) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@neon-exchange/nash-protocol", | ||
"version": "4.9.7", | ||
"version": "4.9.9", | ||
"description": "TypeScript implementation of Nash crypto routines", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
22527821