Skip to content

Commit

Permalink
Remove better-sqlite3 (it breaks Bit Cloud builds)
Browse files Browse the repository at this point in the history
This is a pretty niche issue but you can see more info about it here: teambit/bit#8628
  • Loading branch information
coreyaus committed Mar 15, 2024
1 parent 0929257 commit e339d06
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 284 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.14.2
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sqlite-level",
"description": "sqlite backed abstract-level database for Node.js",
"version": "1.0.1",
"name": "@sitestudio/sqlite-level",
"description": "A stub of @tinacms/sqlite-level to remove better-sqlite3 dependency as it breaks Bit builds on Ripple CI",
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,15 +40,14 @@
"publish:beta": "npm publish -r --tag beta --no-git-checks --access public"
},
"dependencies": {
"module-error": "^1.0.2",
"abstract-level": "^1.0.3",
"better-sqlite3": "^8.4.0"
"module-error": "^1.0.2"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@tinacms/scripts": "^1.0.0",
"@types/better-sqlite3": "^7.6.4",
"@types/jest": "^29.2.4",
"@changesets/cli": "2.26.1",
"@types/node": "^20.11.28",
"jest": "^29.2.4",
"jest-environment-node": "^29.2.2",
"ts-jest": "^29.0.3",
Expand Down

0 comments on commit e339d06

Please sign in to comment.