@xyo-network/huri
Advanced tools
Comparing version 3.6.0-rc.7 to 3.6.0-rc.8
@@ -24,3 +24,3 @@ import type { Address, Hash } from '@xylabs/hex'; | ||
static fetch<T extends Payload = Payload>(huri: Huri): Promise<T | undefined>; | ||
static isHuri(value: unknown): Huri<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{ | ||
static isHuri(value: unknown): Huri<import("@xylabs/object").DeepRestrictToStringKeys<{ | ||
schema: import("@xyo-network/payload-model").Schema; | ||
@@ -27,0 +27,0 @@ }>> | undefined; |
@@ -24,3 +24,3 @@ import type { Address, Hash } from '@xylabs/hex'; | ||
static fetch<T extends Payload = Payload>(huri: Huri): Promise<T | undefined>; | ||
static isHuri(value: unknown): Huri<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{ | ||
static isHuri(value: unknown): Huri<import("@xylabs/object").DeepRestrictToStringKeys<{ | ||
schema: import("@xyo-network/payload-model").Schema; | ||
@@ -27,0 +27,0 @@ }>> | undefined; |
@@ -24,3 +24,3 @@ import type { Address, Hash } from '@xylabs/hex'; | ||
static fetch<T extends Payload = Payload>(huri: Huri): Promise<T | undefined>; | ||
static isHuri(value: unknown): Huri<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{ | ||
static isHuri(value: unknown): Huri<import("@xylabs/object").DeepRestrictToStringKeys<{ | ||
schema: import("@xyo-network/payload-model").Schema; | ||
@@ -27,0 +27,0 @@ }>> | undefined; |
{ | ||
"name": "@xyo-network/huri", | ||
"version": "3.6.0-rc.7", | ||
"version": "3.6.0-rc.8", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -32,13 +32,13 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xylabs/assert": "^4.4.15", | ||
"@xylabs/axios": "^4.4.15", | ||
"@xylabs/hex": "^4.4.15", | ||
"@xyo-network/account": "^3.6.0-rc.7", | ||
"@xyo-network/payload-model": "^3.6.0-rc.7" | ||
"@xylabs/assert": "^4.4.16", | ||
"@xylabs/axios": "^4.4.16", | ||
"@xylabs/hex": "^4.4.16", | ||
"@xyo-network/account": "^3.6.0-rc.8", | ||
"@xyo-network/payload-model": "^3.6.0-rc.8" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/delay": "^4.4.15", | ||
"@xylabs/delay": "^4.4.16", | ||
"@xylabs/ts-scripts-yarn3": "^4.2.4", | ||
"@xylabs/tsconfig": "^4.2.4", | ||
"@xylabs/vitest-extended": "^4.4.15", | ||
"@xylabs/vitest-extended": "^4.4.16", | ||
"typescript": "^5.7.2", | ||
@@ -45,0 +45,0 @@ "vitest": "^2.1.8" |
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
56337
Updated@xylabs/assert@^4.4.16
Updated@xylabs/axios@^4.4.16
Updated@xylabs/hex@^4.4.16