Use bchvmversions, lockingtypes and capabilities from the types package for schema validation

This commit is contained in:
kiok46
2026-06-01 15:36:59 +05:30
parent a63d21a850
commit a4f4be394c
3 changed files with 738 additions and 725 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@xo-cash/utils",
"version": "0.0.1",
"version": "0.0.2",
"description": "XO Cash utilities",
"type": "module",
"types": "./dist/index.d.mts",
@@ -44,7 +44,7 @@
],
"dependencies": {
"@bitauth/libauth": "^3.1.0-next.8",
"@xo-cash/types": "0.0.1",
"@xo-cash/types": "0.0.2",
"zod": "^4.3.6"
},
"devDependencies": {