@xyo-network/data
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -10,3 +10,3 @@ { | ||
"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" | ||
}, | ||
@@ -16,10 +16,10 @@ "description": "Primary SDK for using XYO Protocol 2.0", | ||
"@scure/base": "^1.1.7", | ||
"@xylabs/arraybuffer": "^4.0.0", | ||
"@xylabs/assert": "^4.0.0", | ||
"@xylabs/hex": "^4.0.0", | ||
"@xylabs/arraybuffer": "^4.0.2", | ||
"@xylabs/assert": "^4.0.2", | ||
"@xylabs/hex": "^4.0.2", | ||
"ethers": "6.13.2" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20", | ||
"@xylabs/tsconfig": "^4.0.0-rc.20", | ||
"typescript": "^5.5.4" | ||
@@ -43,7 +43,7 @@ }, | ||
"type": "git", | ||
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
}, | ||
"sideEffects": false, | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"type": "module" | ||
} |
import { base16, base58 } from '@scure/base' | ||
import { toArrayBuffer, toUint8Array } from '@xylabs/arraybuffer' | ||
import { assertEx } from '@xylabs/assert' | ||
import { Hex } from '@xylabs/hex' | ||
import type { Hex } from '@xylabs/hex' | ||
import { keccak256 } from 'ethers' | ||
@@ -6,0 +6,0 @@ |
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
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
61147
Updated@xylabs/arraybuffer@^4.0.2
Updated@xylabs/assert@^4.0.2
Updated@xylabs/hex@^4.0.2