- pg-cursor@2.1.9
 - pg-pool@3.1.0
 - pg-protocol@1.2.1
 - pg-query-stream@3.0.6
 - pg@8.0.2
This commit is contained in:
Brian M. Carlson 2020-04-09 15:17:54 -05:00
parent 0399fe5f83
commit da03b3f905
5 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.1.8",
"version": "2.1.9",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"directories": {
@ -21,7 +21,7 @@
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"mocha": "^6.2.2",
"pg": "^8.0.1",
"pg": "^8.0.2",
"prettier": "^1.18.2"
},
"prettier": {

View File

@ -1,6 +1,6 @@
{
"name": "pg-pool",
"version": "3.0.0",
"version": "3.1.0",
"description": "Connection pool for node-postgres",
"main": "index.js",
"directories": {

View File

@ -1,6 +1,6 @@
{
"name": "pg-protocol",
"version": "1.2.0",
"version": "1.2.1",
"description": "The postgres client/server binary protocol, implemented in TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "3.0.5",
"version": "3.0.6",
"description": "Postgres query result returned as readable stream",
"main": "index.js",
"scripts": {
@ -27,12 +27,12 @@
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^3.5.0",
"mocha": "^6.2.2",
"pg": "^8.0.1",
"pg": "^8.0.2",
"stream-spec": "~0.3.5",
"stream-tester": "0.0.5",
"through": "~2.3.4"
},
"dependencies": {
"pg-cursor": "^2.1.8"
"pg-cursor": "^2.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "pg",
"version": "8.0.1",
"version": "8.0.2",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
@ -22,8 +22,8 @@
"buffer-writer": "2.0.0",
"packet-reader": "1.0.0",
"pg-connection-string": "0.1.3",
"pg-pool": "^3.0.0",
"pg-protocol": "^1.2.0",
"pg-pool": "^3.1.0",
"pg-protocol": "^1.2.1",
"pg-types": "^2.1.0",
"pgpass": "1.x",
"semver": "4.3.2"