yarn install

This commit is contained in:
Nikita Sivukhin
2025-09-10 23:03:17 +04:00
parent aef0a6c83b
commit 9e9d5f56de
4 changed files with 3344 additions and 1255 deletions

View File

@@ -40,7 +40,7 @@
},
"dependencies": {
"@napi-rs/wasm-runtime": "^1.0.3",
"@tursodatabase/sync-common": "^0.1.5",
"@tursodatabase/database-common": "^0.1.5"
"@tursodatabase/database-common": "^0.1.5",
"@tursodatabase/sync-common": "^0.1.5"
}
}
}

View File

@@ -22,4 +22,4 @@
"build": "npm run tsc-build",
"test": "echo 'no tests'"
}
}
}