@xyo-network/manifest-model
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -10,13 +10,13 @@ { | ||
"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/payload-model": "^3.0.2" | ||
"@xylabs/hex": "^4.0.2", | ||
"@xyo-network/payload-model": "^3.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.2.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"@types/node": "^22.4.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20", | ||
"@xylabs/tsconfig": "^4.0.0-rc.20", | ||
"typescript": "^5.5.4", | ||
@@ -44,3 +44,3 @@ "typescript-json-schema": "^0.64.0" | ||
"type": "git", | ||
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
}, | ||
@@ -52,4 +52,4 @@ "scripts": { | ||
"sideEffects": false, | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"type": "module" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Address } from '@xylabs/hex' | ||
import type { Address } from '@xylabs/hex' | ||
@@ -3,0 +3,0 @@ export type ModuleAlias = Exclude<string, 'reserved-alias-value-8346534876'> |
@@ -13,5 +13,6 @@ export const DappPackageManifestPayloadSchema = 'network.xyo.manifest.package.dapp' as const | ||
import { isPayloadOfSchemaType, Payload } from '@xyo-network/payload-model' | ||
import type { Payload } from '@xyo-network/payload-model' | ||
import { isPayloadOfSchemaType } from '@xyo-network/payload-model' | ||
import { ModuleManifest, NodeManifest, PackageManifest } from './Manifest.ts' | ||
import type { ModuleManifest, NodeManifest, PackageManifest } from './Manifest.ts' | ||
@@ -18,0 +19,0 @@ export interface NodeManifestPayload extends NodeManifest { |
@@ -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
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
21897
299
Updated@xylabs/hex@^4.0.2