mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Publish
- pg-cursor@2.10.3 - pg-query-stream@4.5.3 - pg@8.11.3
This commit is contained in:
parent
b5c5e52aa0
commit
a84ebb3fe8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-cursor",
|
||||
"version": "2.10.2",
|
||||
"version": "2.10.3",
|
||||
"description": "Query cursor extension for node-postgres",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
@ -18,7 +18,7 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"mocha": "^7.1.2",
|
||||
"pg": "^8.11.2"
|
||||
"pg": "^8.11.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"pg": "^8"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-query-stream",
|
||||
"version": "4.5.2",
|
||||
"version": "4.5.3",
|
||||
"description": "Postgres query result returned as readable stream",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -37,7 +37,7 @@
|
||||
"concat-stream": "~1.0.1",
|
||||
"eslint-plugin-promise": "^6.0.1",
|
||||
"mocha": "^7.1.2",
|
||||
"pg": "^8.11.2",
|
||||
"pg": "^8.11.3",
|
||||
"stream-spec": "~0.3.5",
|
||||
"ts-node": "^8.5.4",
|
||||
"typescript": "^4.0.3"
|
||||
@ -46,6 +46,6 @@
|
||||
"pg": "^8"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg-cursor": "^2.10.2"
|
||||
"pg-cursor": "^2.10.3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg",
|
||||
"version": "8.11.2",
|
||||
"version": "8.11.3",
|
||||
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
||||
"keywords": [
|
||||
"database",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user