Comparing version 1.1.4 to 1.1.5
@@ -144,2 +144,2 @@ interface HashOptions { | ||
export { diff, hash, isEqual, murmurHash, objectHash, sha256, sha256base64 }; | ||
export { diff, sha256base64 as digest, hash, isEqual, murmurHash, objectHash, objectHash as serialize, sha256, sha256base64 }; |
{ | ||
"name": "ohash", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Super fast hashing library based on murmurhash3 written in Vanilla JS", | ||
@@ -22,14 +22,2 @@ "repository": "unjs/ohash", | ||
], | ||
"devDependencies": { | ||
"@types/node": "^22.5.5", | ||
"@vitest/coverage-v8": "^2.1.1", | ||
"benchmark": "^2.1.4", | ||
"changelogen": "^0.5.5", | ||
"eslint": "^9.10.0", | ||
"eslint-config-unjs": "^0.3.2", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.6.2", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^2.1.1" | ||
}, | ||
"scripts": { | ||
@@ -40,7 +28,21 @@ "build": "unbuild", | ||
"lint:fix": "eslint --fix . && prettier -w src test", | ||
"release": "pnpm test && changelogen --release --push && pnpm publish", | ||
"prepack": "unbuild", | ||
"release": "pnpm test && changelogen --release --push --publish --publishTag 1x", | ||
"benchmark": "node benchmark/object-hash.mjs", | ||
"test": "pnpm lint && vitest run && pnpm typecheck", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.13.8", | ||
"@vitest/coverage-v8": "^3.0.7", | ||
"benchmark": "^2.1.4", | ||
"changelogen": "^0.6.0", | ||
"eslint": "^9.21.0", | ||
"eslint-config-unjs": "^0.4.2", | ||
"prettier": "^3.5.2", | ||
"typescript": "^5.8.2", | ||
"unbuild": "^3.5.0", | ||
"vitest": "^3.0.7" | ||
}, | ||
"packageManager": "pnpm@10.5.2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63239
1665