mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Bump version
This commit is contained in:
parent
65156e7d24
commit
07ee1bad37
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-cursor",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"description": "Query cursor extension for node-postgres",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
@ -17,6 +17,6 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"mocha": "^7.1.2",
|
||||
"pg": "^8.3.0"
|
||||
"pg": "^8.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-query-stream",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"description": "Postgres query result returned as readable stream",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@ -26,12 +26,12 @@
|
||||
"concat-stream": "~1.0.1",
|
||||
"eslint-plugin-promise": "^3.5.0",
|
||||
"mocha": "^7.1.2",
|
||||
"pg": "^8.3.0",
|
||||
"pg": "^8.3.1",
|
||||
"stream-spec": "~0.3.5",
|
||||
"stream-tester": "0.0.5",
|
||||
"through": "~2.3.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg-cursor": "^2.3.0"
|
||||
"pg-cursor": "^2.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg",
|
||||
"version": "8.3.0",
|
||||
"version": "8.3.1",
|
||||
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
||||
"keywords": [
|
||||
"database",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user