- 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>
36 lines
768 B
JSON
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"
|
|
} |