cursor-history-mcp 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -9336,7 +9336,7 @@ var nodeSqliteDriver = {
|
|
|
9336
9336
|
async isAvailable() {
|
|
9337
9337
|
try {
|
|
9338
9338
|
if (!nodeSqliteModule) {
|
|
9339
|
-
const module2 = await import("sqlite");
|
|
9339
|
+
const module2 = await import("node:sqlite");
|
|
9340
9340
|
nodeSqliteModule = module2;
|
|
9341
9341
|
}
|
|
9342
9342
|
debugLog("node:sqlite is available");
|