@xyo-network/data
Advanced tools
Comparing version 2.110.19 to 2.111.0
@@ -15,10 +15,10 @@ { | ||
"@scure/base": "^1.1.7", | ||
"@xylabs/arraybuffer": "^3.6.6", | ||
"@xylabs/assert": "^3.6.6", | ||
"@xylabs/hex": "^3.6.6", | ||
"@xylabs/arraybuffer": "^3.6.8", | ||
"@xylabs/assert": "^3.6.8", | ||
"@xylabs/hex": "^3.6.8", | ||
"ethers": "6.13.2" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.14.1", | ||
"@xylabs/tsconfig": "^3.14.1", | ||
"@xylabs/ts-scripts-yarn3": "^3.15.5", | ||
"@xylabs/tsconfig": "^3.15.5", | ||
"typescript": "^5.5.4" | ||
@@ -35,3 +35,3 @@ }, | ||
"types": "./dist/browser/index.d.mts", | ||
"default": "./dist/browser/index.js" | ||
"default": "./dist/browser/index.mjs" | ||
} | ||
@@ -46,3 +46,3 @@ }, | ||
"types": "./dist/node/index.d.mts", | ||
"default": "./dist/node/index.js" | ||
"default": "./dist/node/index.mjs" | ||
} | ||
@@ -54,3 +54,3 @@ } | ||
"main": "dist/node/index.cjs", | ||
"module": "dist/node/index.js", | ||
"module": "dist/node/index.mjs", | ||
"types": "dist/node/index.d.mts", | ||
@@ -67,4 +67,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
94387
Updated@xylabs/arraybuffer@^3.6.8
Updated@xylabs/assert@^3.6.8
Updated@xylabs/hex@^3.6.8