@xyo-network/manifest-model
Advanced tools
Comparing version
{ | ||
"name": "@xyo-network/manifest-model", | ||
"version": "3.9.35", | ||
"version": "3.9.36", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -24,3 +24,3 @@ "homepage": "https://xyo.network", | ||
".": { | ||
"types": "./dist/neutral/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
@@ -34,3 +34,3 @@ }, | ||
"module": "dist/neutral/index.mjs", | ||
"types": "dist/neutral/index.d.ts", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
@@ -42,9 +42,9 @@ "gen-schema": "yarn typescript-json-schema src/Manifest.ts PackageManifest --required --out dist/PackageManifest.schema.json", | ||
"dependencies": { | ||
"@xylabs/hex": "^4.5.7", | ||
"@xyo-network/payload-model": "^3.9.35" | ||
"@xylabs/hex": "^4.6.0", | ||
"@xyo-network/payload-model": "^3.9.36" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.13.9", | ||
"@xylabs/ts-scripts-yarn3": "^5.0.39", | ||
"@xylabs/tsconfig": "^5.0.39", | ||
"@types/node": "^22.13.10", | ||
"@xylabs/ts-scripts-yarn3": "^6.0.5", | ||
"@xylabs/tsconfig": "^6.0.5", | ||
"typescript": "^5.8.2", | ||
@@ -51,0 +51,0 @@ "typescript-json-schema": "^0.65.1" |
23731
-0.02%Updated