@xyo-network/hash
Advanced tools
Comparing version
{ | ||
"name": "@xyo-network/hash", | ||
"version": "3.5.2", | ||
"version": "3.6.0-rc.1", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -53,24 +53,25 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xylabs/assert": "^4.4.9", | ||
"@xylabs/hex": "^4.4.9", | ||
"@xylabs/object": "^4.4.9", | ||
"@xylabs/platform": "^4.4.9", | ||
"@xylabs/threads": "^4.4.9", | ||
"@xylabs/typeof": "^4.4.9", | ||
"@xyo-network/wasm": "^3.5.2", | ||
"@xylabs/assert": "^4.4.12", | ||
"@xylabs/hex": "^4.4.12", | ||
"@xylabs/object": "^4.4.12", | ||
"@xylabs/platform": "^4.4.12", | ||
"@xylabs/threads": "^4.4.12", | ||
"@xylabs/typeof": "^4.4.12", | ||
"@xyo-network/wasm": "^3.6.0-rc.1", | ||
"hash-wasm": "^4.12.0" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/delay": "^4.4.9", | ||
"@xylabs/delay": "^4.4.12", | ||
"@xylabs/ts-scripts-yarn3": "^4.2.4", | ||
"@xylabs/tsconfig": "^4.2.4", | ||
"@xylabs/vitest-extended": "^4.4.9", | ||
"@xylabs/vitest-extended": "^4.4.12", | ||
"esbuild": "^0.24.0", | ||
"publint": "^0.2.12", | ||
"typescript": "^5.7.2", | ||
"vitest": "^2.1.5" | ||
"vitest": "^2.1.8" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
}, | ||
"stableVersion": "3.5.2" | ||
} |
@@ -23,3 +23,3 @@ import { assertEx } from '@xylabs/assert' | ||
const omitByPredicate = <T extends EmptyObject>(prefix: string) => (_: T[keyof T], key: keyof T) => { | ||
const omitByPredicate = (prefix: string) => (_: unknown, key: string) => { | ||
assertEx(typeof key === 'string', () => `Invalid key type [${String(key)}, ${typeof key}]`) | ||
@@ -26,0 +26,0 @@ return String(key).startsWith(prefix) |
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
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
441505
0.22%7851
0.36%1
Infinity%Updated
Updated
Updated
Updated
Updated
Updated