mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Publish
- pg-connection-string@2.2.2 - pg-cursor@2.1.11 - pg-pool@3.2.0 - pg-query-stream@3.0.8 - pg@8.1.0
This commit is contained in:
parent
70cf4dc6ed
commit
3f5bc58a86
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-connection-string",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"description": "Functions for dealing with a PostgresSQL connection string",
|
||||
"main": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-cursor",
|
||||
"version": "2.1.10",
|
||||
"version": "2.1.11",
|
||||
"description": "Query cursor extension for node-postgres",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
@ -17,6 +17,6 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"mocha": "^6.2.2",
|
||||
"pg": "^8.0.3"
|
||||
"pg": "^8.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-pool",
|
||||
"version": "3.1.1",
|
||||
"version": "3.2.0",
|
||||
"description": "Connection pool for node-postgres",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-query-stream",
|
||||
"version": "3.0.7",
|
||||
"version": "3.0.8",
|
||||
"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": "^6.2.2",
|
||||
"pg": "^8.0.3",
|
||||
"pg": "^8.1.0",
|
||||
"stream-spec": "~0.3.5",
|
||||
"stream-tester": "0.0.5",
|
||||
"through": "~2.3.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg-cursor": "^2.1.10"
|
||||
"pg-cursor": "^2.1.11"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg",
|
||||
"version": "8.0.3",
|
||||
"version": "8.1.0",
|
||||
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
||||
"keywords": [
|
||||
"database",
|
||||
@ -21,8 +21,8 @@
|
||||
"dependencies": {
|
||||
"buffer-writer": "2.0.0",
|
||||
"packet-reader": "1.0.0",
|
||||
"pg-connection-string": "^2.2.1",
|
||||
"pg-pool": "^3.1.1",
|
||||
"pg-connection-string": "^2.2.2",
|
||||
"pg-pool": "^3.2.0",
|
||||
"pg-protocol": "^1.2.2",
|
||||
"pg-types": "^2.1.0",
|
||||
"pgpass": "1.x",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user