@xyo-network/previous-hash-store-storage
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -10,15 +10,15 @@ { | ||
"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" | ||
}, | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
"dependencies": { | ||
"@xylabs/hex": "^4.0.0", | ||
"@xyo-network/previous-hash-store-model": "^3.0.2", | ||
"@xylabs/hex": "^4.0.2", | ||
"@xyo-network/previous-hash-store-model": "^3.0.3", | ||
"store2": "^2.14.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.2.0", | ||
"@types/node": "^22.4.0", | ||
"@types/uuid": "^10.0.0", | ||
"@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", | ||
@@ -42,8 +42,8 @@ "uuid": "^10.0.0" | ||
"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, | ||
"types": "dist/neutral/index.d.ts", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"type": "module" | ||
} |
@@ -1,4 +0,5 @@ | ||
import { Address, Hash } from '@xylabs/hex' | ||
import { PreviousHashStore } from '@xyo-network/previous-hash-store-model' | ||
import store, { StoreBase } from 'store2' | ||
import type { Address, Hash } from '@xylabs/hex' | ||
import type { PreviousHashStore } from '@xyo-network/previous-hash-store-model' | ||
import type { StoreBase } from 'store2' | ||
import store from 'store2' | ||
@@ -5,0 +6,0 @@ export type Storage = 'local' | 'session' | 'page' |
@@ -1,2 +0,2 @@ | ||
import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
const config: XyTsupConfig = { | ||
@@ -3,0 +3,0 @@ compile: { |
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
25194
237