mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Publish
- pg-cursor@2.16.1 - pg-esm-test@1.3.1 - pg-query-stream@4.11.1 - pg@8.17.1
This commit is contained in:
parent
b94c8e1366
commit
4eb7529a59
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-cursor",
|
||||
"version": "2.16.0",
|
||||
"version": "2.16.1",
|
||||
"description": "Query cursor extension for node-postgres",
|
||||
"main": "index.js",
|
||||
"exports": {
|
||||
@ -25,7 +25,7 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"mocha": "^10.5.2",
|
||||
"pg": "^8.17.0"
|
||||
"pg": "^8.17.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"pg": "^8"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-esm-test",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "A test module for PostgreSQL with ESM support",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
@ -14,13 +14,13 @@
|
||||
"test"
|
||||
],
|
||||
"devDependencies": {
|
||||
"pg": "^8.17.0",
|
||||
"pg": "^8.17.1",
|
||||
"pg-cloudflare": "^1.3.0",
|
||||
"pg-cursor": "^2.16.0",
|
||||
"pg-cursor": "^2.16.1",
|
||||
"pg-native": "^3.5.2",
|
||||
"pg-pool": "^3.11.0",
|
||||
"pg-protocol": "^1.11.0",
|
||||
"pg-query-stream": "^4.11.0"
|
||||
"pg-query-stream": "^4.11.1"
|
||||
},
|
||||
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
|
||||
"license": "MIT"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg-query-stream",
|
||||
"version": "4.11.0",
|
||||
"version": "4.11.1",
|
||||
"description": "Postgres query result returned as readable stream",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -45,7 +45,7 @@
|
||||
"concat-stream": "~1.0.1",
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"mocha": "^10.5.2",
|
||||
"pg": "^8.17.0",
|
||||
"pg": "^8.17.1",
|
||||
"stream-spec": "~0.3.5",
|
||||
"ts-node": "^8.5.4",
|
||||
"typescript": "^4.0.3"
|
||||
@ -54,6 +54,6 @@
|
||||
"pg": "^8"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg-cursor": "^2.16.0"
|
||||
"pg-cursor": "^2.16.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pg",
|
||||
"version": "8.17.0",
|
||||
"version": "8.17.1",
|
||||
"description": "PostgreSQL client - pure javascript & libpq with the same API",
|
||||
"keywords": [
|
||||
"database",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user