@grandom/fnv1a
Advanced tools
+2
-2
| /*! | ||
| * @grandom/fnv1a v1.0.1 | ||
| * @grandom/fnv1a v1.0.2 | ||
| * https://github.com/grandom-library/fnv1a#readme | ||
@@ -9,3 +9,3 @@ * | ||
| * | ||
| * Date: 2023-08-24T15:34:29.504Z | ||
| * Date: 2023-08-24T15:41:09.671Z | ||
| */ | ||
@@ -12,0 +12,0 @@ 'use strict'; |
+6
-6
| { | ||
| "name": "@grandom/fnv1a", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "FNV-1a non-cryptographic hash function implementation written in TypeScript.", | ||
@@ -68,9 +68,9 @@ "author": "Richard King <richrdkng@gmail.com> (www.richrdkng.com)", | ||
| "@semantic-release/git": "^10.0.1", | ||
| "@tsconfig/node16": "^16.1.0", | ||
| "@types/jest": "^29.5.3", | ||
| "@tsconfig/node16": "^16.1.1", | ||
| "@types/jest": "^29.5.4", | ||
| "@types/node": "^16.18.38", | ||
| "@types/semantic-release": "^20.0.1", | ||
| "jest": "^29.6.4", | ||
| "jest-extended": "^4.0.0", | ||
| "rollup": "^3.26.3", | ||
| "jest-extended": "^4.0.1", | ||
| "rollup": "^3.28.1", | ||
| "semantic-release": "^19.0.5", | ||
@@ -83,5 +83,5 @@ "semantic-release-monorepo": "^7.0.5", | ||
| "ts-standard": "^12.0.2", | ||
| "tslib": "^2.6.1", | ||
| "tslib": "^2.6.2", | ||
| "typescript": "^4.9.4" | ||
| } | ||
| } |