Files
FrenoCorp/node_modules/@libsql/linux-x64-musl/package.json
Michael Freno 7c684a42cc FRE-600: Fix code review blockers
- Consolidated duplicate UndoManagers to single instance
- Fixed connection promise to only resolve on 'connected' status
- Fixed WebSocketProvider import (WebsocketProvider)
- Added proper doc.destroy() cleanup
- Renamed isPresenceInitialized property to avoid conflict

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-25 00:08:01 -04:00

36 lines
768 B
JSON

{
"name": "@libsql/linux-x64-musl",
"description": "Prebuilt binary package for `libsql` on `linux-x64-musl`.",
"version": "0.5.29",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "index.node",
"files": [
"index.node"
],
"neon": {
"type": "binary",
"rust": "x86_64-unknown-linux-musl",
"node": "linux-x64-musl",
"platform": "linux",
"arch": "x64",
"abi": "musl"
},
"author": "Pekka Enberg <penberg@iki.fi>",
"repository": {
"type": "git",
"url": "git+https://github.com/tursodatabase/libsql-js.git"
},
"keywords": [
"libsql"
],
"bugs": {
"url": "https://github.com/tursodatabase/libsql-js/issues"
},
"homepage": "https://github.com/tursodatabase/libsql-js",
"license": "MIT"
}