Skip to content

Commit ec1dcab

Browse files
committed
1 parent dce02e8 commit ec1dcab

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Diff for: packages/pg-cursor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-cursor",
3-
"version": "2.4.2",
3+
"version": "2.5.0",
44
"description": "Query cursor extension for node-postgres",
55
"main": "index.js",
66
"directories": {
@@ -17,6 +17,6 @@
1717
"license": "MIT",
1818
"devDependencies": {
1919
"mocha": "^7.1.2",
20-
"pg": "^8.4.2"
20+
"pg": "^8.5.0"
2121
}
2222
}

Diff for: packages/pg-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-protocol",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "The postgres client/server binary protocol, implemented in TypeScript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

Diff for: packages/pg-query-stream/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-query-stream",
3-
"version": "3.3.2",
3+
"version": "3.4.0",
44
"description": "Postgres query result returned as readable stream",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -27,22 +27,22 @@
2727
"url": "https://github.com/brianc/node-postgres/issues"
2828
},
2929
"devDependencies": {
30-
"@types/node": "^14.0.0",
31-
"@types/pg": "^7.14.5",
3230
"@types/chai": "^4.2.13",
3331
"@types/mocha": "^8.0.3",
32+
"@types/node": "^14.0.0",
33+
"@types/pg": "^7.14.5",
3434
"JSONStream": "~0.7.1",
3535
"concat-stream": "~1.0.1",
3636
"eslint-plugin-promise": "^3.5.0",
3737
"mocha": "^7.1.2",
38-
"pg": "^8.4.2",
38+
"pg": "^8.5.0",
3939
"stream-spec": "~0.3.5",
4040
"stream-tester": "0.0.5",
4141
"through": "~2.3.4",
4242
"ts-node": "^8.5.4",
4343
"typescript": "^4.0.3"
4444
},
4545
"dependencies": {
46-
"pg-cursor": "^2.4.2"
46+
"pg-cursor": "^2.5.0"
4747
}
4848
}

Diff for: packages/pg/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "8.4.2",
3+
"version": "8.5.0",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -23,7 +23,7 @@
2323
"packet-reader": "1.0.0",
2424
"pg-connection-string": "^2.4.0",
2525
"pg-pool": "^3.2.2",
26-
"pg-protocol": "^1.3.0",
26+
"pg-protocol": "^1.4.0",
2727
"pg-types": "^2.1.0",
2828
"pgpass": "1.x"
2929
},

0 commit comments

Comments
 (0)