From 1d6ec2a8975b03c14c5cc2cf88cebda5661d4198 Mon Sep 17 00:00:00 2001 From: cevheri Date: Tue, 30 Jun 2026 01:41:53 +0300 Subject: [PATCH] fix(deps): upgrade @libredb/libredb to 0.1.3 Bump the embedded LibreDB provider package from 0.0.3 to 0.1.3. The release moves node:fs out of the kernel into a runtime adapter and adds a browser/OPFS entry point; Studio only consumes the Node entry, whose default behavior is unchanged, so no code changes are required. The public API surface used by the provider and seed (open, kv, doc, table, catalog, isReservedKey, version + types) is identical. Verified: typecheck, full test suite (486 tests), build, build:lib, attw, and Playwright E2E (32 tests) all pass. Manually exercised a new LibreDB connection end-to-end in the live UI (put/get/update/delete). Release: bump version to 0.9.37. --- bun.lock | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 43b53869..5743effc 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "name": "libredb-studio", "dependencies": { "@google/generative-ai": "^0.24.1", - "@libredb/libredb": "^0.0.3", + "@libredb/libredb": "0.1.3", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-alert-dialog": "^1.1.15", @@ -362,7 +362,7 @@ "@js-joda/core": ["@js-joda/core@5.7.0", "", {}, "sha512-WBu4ULVVxySLLzK1Ppq+OdfP+adRS4ntmDQT915rzDJ++i95gc2jZkM5B6LWEAwN3lGXpfie3yPABozdD3K3Vg=="], - "@libredb/libredb": ["@libredb/libredb@0.0.3", "", {}, "sha512-bZ4/VW4e1QBdnhlgpiyt1YjW617zhUTdtdDhtYrI0UBnubHv8x8X2i2otKKgbw0bg2I8Izr/xRl5sk8gaErUyw=="], + "@libredb/libredb": ["@libredb/libredb@0.1.3", "", { "bin": { "libredb": "dist/cli/main.js" } }, "sha512-TuQRLz+sEIx0YJSvT9tiin4yehpqdG1kalPgVtnGhw78JmgUsLryS3/sbNMI2X3sTxE+8Gel7CvUim6s2azYDQ=="], "@loaderkit/resolve": ["@loaderkit/resolve@1.0.6", "", { "dependencies": { "@braidai/lang": "^1.0.0" } }, "sha512-G8FdIoF5CypfwmD9rl8BXod5HDn8JqB0CCNBXDTaRZ+yRYhARrrSToX1zg1zy9jX3zLqigsELwhT4gNtkdQAUg=="], diff --git a/package.json b/package.json index 5b0c8693..6c31e7f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libredb/studio", - "version": "0.9.36", + "version": "0.9.37", "private": false, "publishConfig": { "access": "public" @@ -103,7 +103,7 @@ }, "dependencies": { "@google/generative-ai": "^0.24.1", - "@libredb/libredb": "^0.0.3", + "@libredb/libredb": "^0.1.3", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-alert-dialog": "^1.1.15",