mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Publish
- pg-connection-string@2.7.0 - pg-cursor@2.12.0 - pg-native@3.2.0 - pg-pool@3.7.0 - pg-protocol@1.7.0 - pg-query-stream@4.7.0 - pg@8.13.0
This commit is contained in:
parent
f73b22f96e
commit
92cb640fd3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-connection-string",
|
||||
"version": "2.6.4",
|
||||
"version": "2.7.0",
|
||||
"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.11.0",
|
||||
"version": "2.12.0",
|
||||
"description": "Query cursor extension for node-postgres",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
@ -18,7 +18,7 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"mocha": "^10.5.2",
|
||||
"pg": "^8.12.0"
|
||||
"pg": "^8.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"pg": "^8"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-native",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0",
|
||||
"description": "A slightly nicer interface to Postgres over node-libpq",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-pool",
|
||||
"version": "3.6.2",
|
||||
"version": "3.7.0",
|
||||
"description": "Connection pool for node-postgres",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-protocol",
|
||||
"version": "1.6.1",
|
||||
"version": "1.7.0",
|
||||
"description": "The postgres client/server binary protocol, implemented in TypeScript",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-query-stream",
|
||||
"version": "4.6.0",
|
||||
"version": "4.7.0",
|
||||
"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": "^10.5.2",
|
||||
"pg": "^8.12.0",
|
||||
"pg": "^8.13.0",
|
||||
"stream-spec": "~0.3.5",
|
||||
"ts-node": "^8.5.4",
|
||||
"typescript": "^4.0.3"
|
||||
@ -46,6 +46,6 @@
|
||||
"pg": "^8"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg-cursor": "^2.11.0"
|
||||
"pg-cursor": "^2.12.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg",
|
||||
"version": "8.12.0",
|
||||
"version": "8.13.0",
|
||||
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
||||
"keywords": [
|
||||
"database",
|
||||
@ -20,9 +20,9 @@
|
||||
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
|
||||
"main": "./lib",
|
||||
"dependencies": {
|
||||
"pg-connection-string": "^2.6.4",
|
||||
"pg-pool": "^3.6.2",
|
||||
"pg-protocol": "^1.6.1",
|
||||
"pg-connection-string": "^2.7.0",
|
||||
"pg-pool": "^3.7.0",
|
||||
"pg-protocol": "^1.7.0",
|
||||
"pg-types": "^2.1.0",
|
||||
"pgpass": "1.x"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user