From 2605428fe55be612adb1cfeabbc68f44bf6ffe58 Mon Sep 17 00:00:00 2001 From: Markus Hartung Date: Thu, 6 Aug 2026 08:34:45 +0200 Subject: [PATCH] chore: sync package-lock.json (hasInstallScript metadata for better-sqlite3) npm install after merging upstream/release/v3.8.50 corrected a small lockfile metadata gap (missing hasInstallScript marker + a duplicate dependency listing) left over from the version bump. This is what was causing every npm consistency-check operation (npm pack, etc.) to treat node_modules as stale and attempt an expensive rebuild. --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 7c321b3421..18376b8e1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,6 @@ "@xyflow/react": "^12.11.1", "axios": "^1.16.1", "bcryptjs": "^3.0.3", - "better-sqlite3": "^13.0.2", "bottleneck": "^2.19.5", "clsx": "^2.1.1", "commander": "^15.0.0", @@ -13673,6 +13672,7 @@ "version": "13.0.2", "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-13.0.2.tgz", "integrity": "sha512-jW6oufeDhXZaiX9Lw5A+oerVClx4iFrI6uDj1zu7SqUAjak9vbJvA0NEcKLNxHiQHb6kYCoFzzXYV0YOauhV3g==", + "hasInstallScript": true, "license": "MIT", "optional": true, "dependencies": {