@xyo-network/previous-hash-store-model
Advanced tools
Comparing version
@@ -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.9.18", | ||
"version": "3.9.19", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -35,5 +35,5 @@ "homepage": "https://xyo.network", | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^5.0.25", | ||
"@xylabs/tsconfig": "^5.0.25", | ||
"typescript": "^5.7.3" | ||
"@xylabs/ts-scripts-yarn3": "^5.0.39", | ||
"@xylabs/tsconfig": "^5.0.39", | ||
"typescript": "^5.8.2" | ||
}, | ||
@@ -40,0 +40,0 @@ "publishConfig": { |
13019
18.97%25
56.25%