We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e2993 commit 00dd39cCopy full SHA for 00dd39c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postgres",
3
- "version": "2.0.0-beta.11",
+ "version": "3.0.0-rc.1",
4
"description": "Fastest full featured PostgreSQL client for Node.js",
5
"type": "module",
6
"module": "src/index.js",
@@ -31,8 +31,8 @@
31
],
32
"author": "Rasmus Porsager <rasmus@porsager.com> (https://www.porsager.com)",
33
"funding": {
34
- "type" : "individual",
35
- "url" : "https://github.com/sponsors/porsager"
+ "type": "individual",
+ "url": "https://github.com/sponsors/porsager"
36
},
37
"license": "Unlicense",
38
"repository": "porsager/postgres",
0 commit comments