@xyo-network/hash
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -10,13 +10,13 @@ { | ||
"email": "support@xyo.network", | ||
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues" | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues" | ||
}, | ||
"dependencies": { | ||
"@xylabs/assert": "^4.0.0", | ||
"@xylabs/hex": "^4.0.0", | ||
"@xylabs/lodash": "^4.0.0", | ||
"@xylabs/object": "^4.0.0", | ||
"@xylabs/platform": "^4.0.0", | ||
"@xylabs/threads": "^4.0.0", | ||
"@xylabs/typeof": "^4.0.0", | ||
"@xyo-network/wasm": "^3.0.2", | ||
"@xylabs/assert": "^4.0.2", | ||
"@xylabs/hex": "^4.0.2", | ||
"@xylabs/lodash": "^4.0.2", | ||
"@xylabs/object": "^4.0.2", | ||
"@xylabs/platform": "^4.0.2", | ||
"@xylabs/threads": "^4.0.2", | ||
"@xylabs/typeof": "^4.0.2", | ||
"@xyo-network/wasm": "^3.0.3", | ||
"hash-wasm": "^4.11.0" | ||
@@ -26,7 +26,7 @@ }, | ||
"devDependencies": { | ||
"@xylabs/delay": "^4.0.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"esbuild": "^0.23.0", | ||
"publint": "^0.2.9", | ||
"@xylabs/delay": "^4.0.2", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20", | ||
"@xylabs/tsconfig": "^4.0.0-rc.20", | ||
"esbuild": "^0.23.1", | ||
"publint": "^0.2.10", | ||
"typescript": "^5.5.4" | ||
@@ -66,3 +66,3 @@ }, | ||
"type": "git", | ||
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
}, | ||
@@ -76,4 +76,4 @@ "scripts": { | ||
"sideEffects": false, | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"type": "module" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { EmptyObject } from '@xylabs/object' | ||
import type { EmptyObject } from '@xylabs/object' | ||
import { typeOf } from '@xylabs/typeof' | ||
@@ -3,0 +3,0 @@ |
import { assertEx } from '@xylabs/assert' | ||
import { asHash, Hash, hexFromArrayBuffer } from '@xylabs/hex' | ||
import type { Hash } from '@xylabs/hex' | ||
import { asHash, hexFromArrayBuffer } from '@xylabs/hex' | ||
import { omitBy } from '@xylabs/lodash' | ||
import { EmptyObject, ObjectWrapper } from '@xylabs/object' | ||
import type { EmptyObject } from '@xylabs/object' | ||
import { ObjectWrapper } from '@xylabs/object' | ||
import { subtle } from '@xylabs/platform' | ||
import { ModuleThread, Pool, spawn, Worker } from '@xylabs/threads' | ||
import type { ModuleThread, Worker } from '@xylabs/threads' | ||
import { Pool, spawn } from '@xylabs/threads' | ||
import { WasmSupport } from '@xyo-network/wasm' | ||
@@ -8,0 +11,0 @@ import { sha256 } from 'hash-wasm' |
@@ -1,2 +0,2 @@ | ||
import { AnyObject, EmptyObject } from '@xylabs/object' | ||
import type { AnyObject, EmptyObject } from '@xylabs/object' | ||
import { typeOf } from '@xylabs/typeof' | ||
@@ -3,0 +3,0 @@ |
import { assertEx } from '@xylabs/assert' | ||
import { mapValues, merge, omitBy, pickBy } from '@xylabs/lodash' | ||
import { EmptyObject, isObject } from '@xylabs/object' | ||
import type { EmptyObject } from '@xylabs/object' | ||
import { isObject } from '@xylabs/object' | ||
type ValueKeyIteratee<T> = (value: T, key: string) => unknown | ||
@@ -5,0 +6,0 @@ |
@@ -1,2 +0,3 @@ | ||
import { AnyObject, EmptyObject, isObject } from '@xylabs/object' | ||
import type { AnyObject, EmptyObject } from '@xylabs/object' | ||
import { isObject } from '@xylabs/object' | ||
@@ -3,0 +4,0 @@ // if an object, sub-sort |
@@ -1,2 +0,2 @@ | ||
import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
const config: XyTsupConfig = { | ||
@@ -3,0 +3,0 @@ compile: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
425938
7820
Updated@xylabs/assert@^4.0.2
Updated@xylabs/hex@^4.0.2
Updated@xylabs/lodash@^4.0.2
Updated@xylabs/object@^4.0.2
Updated@xylabs/platform@^4.0.2
Updated@xylabs/threads@^4.0.2
Updated@xylabs/typeof@^4.0.2
Updated@xyo-network/wasm@^3.0.3