@arcjet/stable-hash
Advanced tools
+6
-6
| { | ||
| "name": "@arcjet/stable-hash", | ||
| "version": "1.0.0-beta.16", | ||
| "version": "1.0.0-beta.17", | ||
| "description": "Arcjet stable hashing utility", | ||
@@ -52,4 +52,4 @@ "keywords": [ | ||
| "prepublishOnly": "npm run build", | ||
| "test-api": "node --test", | ||
| "test-coverage": "node --experimental-test-coverage --test", | ||
| "test-api": "node --test -- test/*.test.js", | ||
| "test-coverage": "node --experimental-test-coverage --test -- test/*.test.js", | ||
| "test": "npm run build && npm run lint && npm run test-coverage" | ||
@@ -59,5 +59,5 @@ }, | ||
| "devDependencies": { | ||
| "@arcjet/eslint-config": "1.0.0-beta.16", | ||
| "@arcjet/rollup-config": "1.0.0-beta.16", | ||
| "@rollup/wasm-node": "4.54.0", | ||
| "@arcjet/eslint-config": "1.0.0-beta.17", | ||
| "@arcjet/rollup-config": "1.0.0-beta.17", | ||
| "@rollup/wasm-node": "4.55.1", | ||
| "@types/node": "25.0.3", | ||
@@ -64,0 +64,0 @@ "eslint": "9.39.2", |
23573
0.15%