Skip to content

Commit 702987d

Browse files
Fix CI: remove unpublished sqlite-native optional deps (#4571)
fix: remove unpublished sqlite-native optional deps to fix lockfile The @rivetkit/sqlite-native-* platform packages were listed as optionalDependencies but haven't been published to npm yet, causing ERR_PNPM_OUTDATED_LOCKFILE in CI. Remove them until they are published. Also regenerates the lockfile to fix a broken @hono/node-server entry.
1 parent 61ab460 commit 702987d

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rivetkit-typescript/packages/sqlite-native/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
"build": "napi build --platform --release",
3131
"prepublishOnly": "napi prepublish -t npm"
3232
},
33-
"optionalDependencies": {
34-
"@rivetkit/sqlite-native-linux-x64-gnu": "2.1.6",
35-
"@rivetkit/sqlite-native-linux-arm64-gnu": "2.1.6",
36-
"@rivetkit/sqlite-native-darwin-x64": "2.1.6",
37-
"@rivetkit/sqlite-native-darwin-arm64": "2.1.6",
38-
"@rivetkit/sqlite-native-win32-x64-msvc": "2.1.6"
39-
},
4033
"devDependencies": {
4134
"@napi-rs/cli": "^2.18.0"
4235
}

0 commit comments

Comments
 (0)