@xyo-network/account
Advanced tools
Comparing version
{ | ||
"name": "@xyo-network/account", | ||
"version": "3.9.17", | ||
"version": "3.9.18", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -39,9 +39,9 @@ "homepage": "https://xyo.network", | ||
"@xylabs/static-implements": "^4.5.1", | ||
"@xyo-network/account-model": "^3.9.17", | ||
"@xyo-network/data": "^3.9.17", | ||
"@xyo-network/key-model": "^3.9.17", | ||
"@xyo-network/previous-hash-store": "^3.9.17", | ||
"@xyo-network/previous-hash-store-model": "^3.9.17", | ||
"@xyo-network/wallet-model": "^3.9.17", | ||
"@xyo-network/wasm": "^3.9.17", | ||
"@xyo-network/account-model": "^3.9.18", | ||
"@xyo-network/data": "^3.9.18", | ||
"@xyo-network/key-model": "^3.9.18", | ||
"@xyo-network/previous-hash-store": "^3.9.18", | ||
"@xyo-network/previous-hash-store-model": "^3.9.18", | ||
"@xyo-network/wallet-model": "^3.9.18", | ||
"@xyo-network/wasm": "^3.9.18", | ||
"async-mutex": "^0.5.0", | ||
@@ -51,8 +51,8 @@ "ethers": "6.13.5" | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^5.0.24", | ||
"@xylabs/tsconfig": "^5.0.24", | ||
"@xylabs/ts-scripts-yarn3": "^5.0.25", | ||
"@xylabs/tsconfig": "^5.0.25", | ||
"@xylabs/vitest-extended": "^4.5.1", | ||
"@xylabs/vitest-matchers": "^4.5.1", | ||
"typescript": "^5.7.3", | ||
"vitest": "^3.0.6" | ||
"vitest": "^3.0.7" | ||
}, | ||
@@ -59,0 +59,0 @@ "publishConfig": { |
import { staticImplements } from '@xylabs/static-implements' | ||
import { Data } from '@xyo-network/data' | ||
import type { AddressValueInstance, AddressValueStatic } from '@xyo-network/key-model' | ||
import { AddressValueInstance, AddressValueStatic } from '@xyo-network/key-model' | ||
@@ -5,0 +5,0 @@ import { Elliptic } from '../Elliptic.ts' |
import { toArrayBuffer } from '@xylabs/arraybuffer' | ||
import { assertEx } from '@xylabs/assert' | ||
import { staticImplements } from '@xylabs/static-implements' | ||
import type { | ||
import { | ||
AddressValueInstance, PublicKeyInstance, PublicKeyStatic, | ||
@@ -6,0 +6,0 @@ } from '@xyo-network/key-model' |
Sorry, the diff of this file is not supported yet
92596
-0.02%