@xyo-network/previous-hash-store-indexeddb
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -14,3 +14,9 @@ import type { Address, Hash } from '@xylabs/hex'; | ||
constructor(); | ||
/** | ||
* The database name. | ||
*/ | ||
get dbName(): "xyo"; | ||
/** | ||
* The name of the object store. | ||
*/ | ||
get storeName(): "previous-hash"; | ||
@@ -17,0 +23,0 @@ getItem(address: Address): Promise<Hash | null>; |
@@ -14,3 +14,9 @@ import type { Address, Hash } from '@xylabs/hex'; | ||
constructor(); | ||
/** | ||
* The database name. | ||
*/ | ||
get dbName(): "xyo"; | ||
/** | ||
* The name of the object store. | ||
*/ | ||
get storeName(): "previous-hash"; | ||
@@ -17,0 +23,0 @@ getItem(address: Address): Promise<Hash | null>; |
@@ -14,3 +14,9 @@ import type { Address, Hash } from '@xylabs/hex'; | ||
constructor(); | ||
/** | ||
* The database name. | ||
*/ | ||
get dbName(): "xyo"; | ||
/** | ||
* The name of the object store. | ||
*/ | ||
get storeName(): "previous-hash"; | ||
@@ -17,0 +23,0 @@ getItem(address: Address): Promise<Hash | null>; |
{ | ||
"name": "@xyo-network/previous-hash-store-indexeddb", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -32,11 +32,11 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xylabs/hex": "^4.2.2", | ||
"@xyo-network/previous-hash-store-model": "^3.3.0", | ||
"@xylabs/hex": "^4.3.2", | ||
"@xyo-network/previous-hash-store-model": "^3.3.1", | ||
"idb": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.7.6", | ||
"@types/node": "^22.7.8", | ||
"@types/uuid": "10.0.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.2.1", | ||
"@xylabs/tsconfig": "^4.2.1", | ||
"@xylabs/ts-scripts-yarn3": "^4.2.3", | ||
"@xylabs/tsconfig": "^4.2.3", | ||
"fake-indexeddb": "^6.0.0", | ||
@@ -43,0 +43,0 @@ "typescript": "^5.6.3", |
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
25847
248