@xyo-network/previous-hash-store-model
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -1,9 +0,2 @@ | ||
import { Address, Hash } from '@xylabs/hex'; | ||
interface PreviousHashStore { | ||
getItem(address: Address): Hash | null | Promise<Hash | null>; | ||
removeItem(address: Address): void | Promise<void>; | ||
setItem(address: Address, previousHash: Hash): void | Promise<void>; | ||
} | ||
export type { PreviousHashStore }; | ||
export * from './PreviousHashStore.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,9 +0,2 @@ | ||
import { Address, Hash } from '@xylabs/hex'; | ||
interface PreviousHashStore { | ||
getItem(address: Address): Hash | null | Promise<Hash | null>; | ||
removeItem(address: Address): void | Promise<void>; | ||
setItem(address: Address, previousHash: Hash): void | Promise<void>; | ||
} | ||
export type { PreviousHashStore }; | ||
export * from './PreviousHashStore.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,9 +0,2 @@ | ||
import { Address, Hash } from '@xylabs/hex'; | ||
interface PreviousHashStore { | ||
getItem(address: Address): Hash | null | Promise<Hash | null>; | ||
removeItem(address: Address): void | Promise<void>; | ||
setItem(address: Address, previousHash: Hash): void | Promise<void>; | ||
} | ||
export type { PreviousHashStore }; | ||
export * from './PreviousHashStore.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@xyo-network/previous-hash-store-model", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -32,7 +32,7 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xylabs/hex": "^4.0.2" | ||
"@xylabs/hex": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0", | ||
"@xylabs/tsconfig": "^4.0.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.7", | ||
"@xylabs/tsconfig": "^4.0.7", | ||
"typescript": "^5.5.4" | ||
@@ -39,0 +39,0 @@ }, |
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
const config: XyTsupConfig = { | ||
compile: { | ||
browser: { | ||
src: true, | ||
}, | ||
node: { | ||
src: true, | ||
}, | ||
browser: { src: true }, | ||
node: { src: true }, | ||
}, | ||
@@ -11,0 +7,0 @@ } |
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
13016
25
40
Updated@xylabs/hex@^4.0.3