@xyo-network/witness-model
Advanced tools
Comparing version 3.6.9 to 3.6.10
import type { Query } from '@xyo-network/payload-model'; | ||
export type WitnessObserveQuerySchema = 'network.xyo.query.witness.observe'; | ||
export declare const WitnessObserveQuerySchema: WitnessObserveQuerySchema; | ||
export declare const WitnessObserveQuerySchema: "network.xyo.query.witness.observe"; | ||
export type WitnessObserveQuerySchema = typeof WitnessObserveQuerySchema; | ||
export type WitnessObserveQuery = Query<{ | ||
@@ -5,0 +5,0 @@ payloads?: string[]; |
{ | ||
"name": "@xyo-network/witness-model", | ||
"version": "3.6.9", | ||
"version": "3.6.10", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -32,9 +32,9 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xylabs/object": "^4.4.34", | ||
"@xylabs/promise": "^4.4.34", | ||
"@xylabs/typeof": "^4.4.34", | ||
"@xyo-network/account-model": "^3.6.9", | ||
"@xyo-network/module-events": "^3.6.9", | ||
"@xyo-network/module-model": "^3.6.9", | ||
"@xyo-network/payload-model": "^3.6.9" | ||
"@xylabs/object": "^4.5.1", | ||
"@xylabs/promise": "^4.5.1", | ||
"@xylabs/typeof": "^4.5.1", | ||
"@xyo-network/account-model": "^3.6.10", | ||
"@xyo-network/module-events": "^3.6.10", | ||
"@xyo-network/module-model": "^3.6.10", | ||
"@xyo-network/payload-model": "^3.6.10" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
"@xylabs/tsconfig": "^4.2.6", | ||
"typescript": "^5.7.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
@@ -47,0 +47,0 @@ "publishConfig": { |
import type { Query } from '@xyo-network/payload-model' | ||
export type WitnessObserveQuerySchema = 'network.xyo.query.witness.observe' | ||
export const WitnessObserveQuerySchema: WitnessObserveQuerySchema = 'network.xyo.query.witness.observe' | ||
export const WitnessObserveQuerySchema = 'network.xyo.query.witness.observe' as const | ||
export type WitnessObserveQuerySchema = typeof WitnessObserveQuerySchema | ||
@@ -6,0 +6,0 @@ export type WitnessObserveQuery = Query<{ |
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
76721
988