@xyo-network/manifest-model
Advanced tools
Comparing version 3.6.0-rc.7 to 3.6.0-rc.8
@@ -16,3 +16,3 @@ export declare const DappPackageManifestPayloadSchema: "network.xyo.manifest.package.dapp"; | ||
export type PackageManifestPayload = Payload<PackageManifest, PackageManifestPayloadSchema>; | ||
export declare const isPackageManifestPayload: (x?: unknown | null) => x is import("@xyo-network/payload-model").DeepRestrictToStringKeys<{ | ||
export declare const isPackageManifestPayload: (x?: unknown | null) => x is import("@xylabs/object").DeepRestrictToStringKeys<{ | ||
schema: "network.xyo.manifest.package"; | ||
@@ -19,0 +19,0 @@ modules?: { |
{ | ||
"name": "@xyo-network/manifest-model", | ||
"version": "3.6.0-rc.7", | ||
"version": "3.6.0-rc.8", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -40,4 +40,4 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xylabs/hex": "^4.4.15", | ||
"@xyo-network/payload-model": "^3.6.0-rc.7" | ||
"@xylabs/hex": "^4.4.16", | ||
"@xyo-network/payload-model": "^3.6.0-rc.8" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
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
27215