Skip to content

Commit

Permalink
Bump PGlite to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Apr 6, 2024
1 parent 2d42b8c commit 8f1c345
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "pglite-server",
"description": "Wire Protocol Server for PGlite",
"version": "0.1.0",
"repository": "https://github.com/kamilogorek/pglite-server",
"author": "Kamil Ogórek <[email protected]>",
"license": "MIT",
"type": "module",
Expand All @@ -20,11 +21,11 @@
"test": "bun run test/main.ts"
},
"devDependencies": {
"@electric-sql/pglite": "^0.1.1",
"@types/node": "^20.12.2",
"@electric-sql/pglite": "^0.1.2",
"@types/node": "^20.12.4",
"@types/pg": "^8.11.4",
"pg": "^8.11.5",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}

0 comments on commit 8f1c345

Please sign in to comment.