@xyo-network/core
Advanced tools
Comparing version 2.110.19 to 2.111.0
@@ -13,11 +13,11 @@ { | ||
"dependencies": { | ||
"@xyo-network/data": "^2.110.19", | ||
"@xyo-network/hash": "^2.110.19", | ||
"@xyo-network/wasm": "^2.110.19" | ||
"@xyo-network/data": "^2.111.0", | ||
"@xyo-network/hash": "^2.111.0", | ||
"@xyo-network/wasm": "^2.111.0" | ||
}, | ||
"description": "Primary SDK for using XYO Protocol 2.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", | ||
"types": "dist/node/index.d.mts", | ||
@@ -66,4 +66,4 @@ "homepage": "https://xyo.network", | ||
"sideEffects": false, | ||
"version": "2.110.19", | ||
"version": "2.111.0", | ||
"type": "module" | ||
} |
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
53598
Updated@xyo-network/data@^2.111.0
Updated@xyo-network/hash@^2.111.0
Updated@xyo-network/wasm@^2.111.0