mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-11 17:52:31 +03:00
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.
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user