mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
merge it
This commit is contained in:
commit
6763e09cb2
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-query-stream",
|
||||
"version": "0.4.2",
|
||||
"version": "0.5.0",
|
||||
"description": "Postgres query result returned as readable stream",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@ -22,7 +22,7 @@
|
||||
"url": "https://github.com/brianc/node-pg-query-stream/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pg.js": "~2.8.0",
|
||||
"pg.js": "*",
|
||||
"concat-stream": "~1.0.1",
|
||||
"through": "~2.3.4",
|
||||
"stream-tester": "0.0.5",
|
||||
@ -32,7 +32,7 @@
|
||||
"mocha": "~1.17.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg-cursor": "0.1.3",
|
||||
"pg-cursor": "0.2.0",
|
||||
"readable-stream": "^1.0.27-1"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user