@xyo-network/boundwitness-model
Advanced tools
Comparing version 2.110.19 to 2.111.0
@@ -14,10 +14,10 @@ { | ||
"dependencies": { | ||
"@xylabs/hex": "^3.6.6", | ||
"@xylabs/object": "^3.6.6", | ||
"@xyo-network/payload-model": "^2.110.19" | ||
"@xylabs/hex": "^3.6.8", | ||
"@xylabs/object": "^3.6.8", | ||
"@xyo-network/payload-model": "^2.111.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.0.2", | ||
"@xylabs/ts-scripts-yarn3": "^3.14.1", | ||
"@xylabs/tsconfig": "^3.14.1", | ||
"@types/node": "^22.1.0", | ||
"@xylabs/ts-scripts-yarn3": "^3.15.5", | ||
"@xylabs/tsconfig": "^3.15.5", | ||
"typescript": "^5.5.4" | ||
@@ -34,3 +34,3 @@ }, | ||
"types": "./dist/browser/index.d.mts", | ||
"default": "./dist/browser/index.js" | ||
"default": "./dist/browser/index.mjs" | ||
} | ||
@@ -45,3 +45,3 @@ }, | ||
"types": "./dist/node/index.d.mts", | ||
"default": "./dist/node/index.js" | ||
"default": "./dist/node/index.mjs" | ||
} | ||
@@ -53,3 +53,3 @@ } | ||
"main": "dist/node/index.cjs", | ||
"module": "dist/node/index.js", | ||
"module": "dist/node/index.mjs", | ||
"homepage": "https://xyo.network", | ||
@@ -66,4 +66,4 @@ "license": "LGPL-3.0-only", | ||
"types": "dist/node/index.d.ts", | ||
"version": "2.110.19", | ||
"version": "2.111.0", | ||
"type": "module" | ||
} |
@@ -27,4 +27,4 @@ import { Address, Hash, Hex } from '@xylabs/hex' | ||
T extends void ? BoundWitnessSchema | ||
: T extends Payload ? T['schema'] | ||
: BoundWitnessSchema | ||
: T extends Payload ? T['schema'] | ||
: BoundWitnessSchema | ||
> |
@@ -1,3 +0,3 @@ | ||
//Should type as JSONSchemaType<BoundWitness> once ajv/eslint issue is fixed | ||
//https://github.com/microsoft/TypeScript/issues/44851 | ||
// Should type as JSONSchemaType<BoundWitness> once ajv/eslint issue is fixed | ||
// https://github.com/microsoft/TypeScript/issues/44851 | ||
@@ -4,0 +4,0 @@ export const BoundWitnessJsonSchema = () => { |
@@ -13,3 +13,3 @@ import { isPayloadOfSchemaType, isPayloadOfSchemaTypeWithMeta, notPayloadOfSchemaType, WithMeta } from '@xyo-network/payload-model' | ||
/** @deprecated use isBoundWitness instead*/ | ||
/** @deprecated use isBoundWitness instead */ | ||
export const isBoundWitnessPayload = isBoundWitness |
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
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
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
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
112764
Updated@xylabs/hex@^3.6.8
Updated@xylabs/object@^3.6.8