Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - pg-cursor@2.10.6
 - pg-native@3.0.2
 - pg-query-stream@4.5.6
 - pg@8.11.6
  • Loading branch information
brianc committed Jun 4, 2024
1 parent e1514a3 commit 2c3c626
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/pg-cursor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.10.5",
"version": "2.10.6",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"directories": {
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"devDependencies": {
"mocha": "^7.1.2",
"pg": "^8.11.5"
"pg": "^8.11.6"
},
"peerDependencies": {
"pg": "^8"
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-native",
"version": "3.0.1",
"version": "3.0.2",
"description": "A slightly nicer interface to Postgres over node-libpq",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/pg-query-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "4.5.5",
"version": "4.5.6",
"description": "Postgres query result returned as readable stream",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^6.0.1",
"mocha": "^7.1.2",
"pg": "^8.11.5",
"pg": "^8.11.6",
"stream-spec": "~0.3.5",
"ts-node": "^8.5.4",
"typescript": "^4.0.3"
Expand All @@ -46,6 +46,6 @@
"pg": "^8"
},
"dependencies": {
"pg-cursor": "^2.10.5"
"pg-cursor": "^2.10.6"
}
}
2 changes: 1 addition & 1 deletion packages/pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg",
"version": "8.11.5",
"version": "8.11.6",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
Expand Down

0 comments on commit 2c3c626

Please sign in to comment.