mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 09:44:21 +01:00
bindings/javascript: Rename @tursodatabase/database/sync to compat
We already have a `@tursodatabase/sync` package so let's make the name of the better-sqlite3 compatibility API package stand out.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./dist/promise.js",
|
||||
"./sync": "./dist/sync.js"
|
||||
"./compat": "./dist/compat.js"
|
||||
},
|
||||
"files": [
|
||||
"browser.js",
|
||||
@@ -60,4 +60,4 @@
|
||||
"node": "./index.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user