Skip to content

Commit 0a90e01

Browse files
committed
Publish
- pg-cursor@2.1.8 - pg-protocol@1.2.0 - pg-query-stream@3.0.5 - pg@8.0.1
1 parent 3ff91ea commit 0a90e01

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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.1.7",
3+
"version": "2.1.8",
44
"description": "Query cursor extension for node-postgres",
55
"main": "index.js",
66
"directories": {
@@ -21,7 +21,7 @@
2121
"eslint-config-prettier": "^6.4.0",
2222
"eslint-plugin-prettier": "^3.1.1",
2323
"mocha": "^6.2.2",
24-
"pg": "^8.0.0",
24+
"pg": "^8.0.1",
2525
"prettier": "^1.18.2"
2626
},
2727
"prettier": {

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.1.0",
3+
"version": "1.2.0",
44
"description": "The postgres client/server binary protocol, implemented in TypeScript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/pg-query-stream/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-query-stream",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Postgres query result returned as readable stream",
55
"main": "index.js",
66
"scripts": {
@@ -27,12 +27,12 @@
2727
"concat-stream": "~1.0.1",
2828
"eslint-plugin-promise": "^3.5.0",
2929
"mocha": "^6.2.2",
30-
"pg": "^8.0.0",
30+
"pg": "^8.0.1",
3131
"stream-spec": "~0.3.5",
3232
"stream-tester": "0.0.5",
3333
"through": "~2.3.4"
3434
},
3535
"dependencies": {
36-
"pg-cursor": "^2.1.7"
36+
"pg-cursor": "^2.1.8"
3737
}
3838
}

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.0.0",
3+
"version": "8.0.1",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -22,8 +22,8 @@
2222
"buffer-writer": "2.0.0",
2323
"packet-reader": "1.0.0",
2424
"pg-connection-string": "0.1.3",
25-
"pg-protocol": "^1.1.0",
2625
"pg-pool": "^3.0.0",
26+
"pg-protocol": "^1.2.0",
2727
"pg-types": "^2.1.0",
2828
"pgpass": "1.x",
2929
"semver": "4.3.2"

0 commit comments

Comments
 (0)