Skip to content

Commit 14b840e

Browse files
committed
Publish
- pg-cloudflare@1.1.0 - pg-connection-string@2.6.0 - pg-cursor@2.10.0 - pg-query-stream@4.5.0 - pg@8.11.0
1 parent f206293 commit 14b840e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

packages/pg-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-cloudflare",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A socket implementation that can run on Cloudflare Workers using native TCP connections.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/pg-connection-string/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-connection-string",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Functions for dealing with a PostgresSQL connection string",
55
"main": "./index.js",
66
"types": "./index.d.ts",

packages/pg-cursor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-cursor",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "Query cursor extension for node-postgres",
55
"main": "index.js",
66
"directories": {
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"devDependencies": {
2020
"mocha": "^7.1.2",
21-
"pg": "^8.10.0"
21+
"pg": "^8.11.0"
2222
},
2323
"peerDependencies": {
2424
"pg": "^8"

packages/pg-query-stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-query-stream",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"description": "Postgres query result returned as readable stream",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -37,7 +37,7 @@
3737
"concat-stream": "~1.0.1",
3838
"eslint-plugin-promise": "^6.0.1",
3939
"mocha": "^7.1.2",
40-
"pg": "^8.10.0",
40+
"pg": "^8.11.0",
4141
"stream-spec": "~0.3.5",
4242
"ts-node": "^8.5.4",
4343
"typescript": "^4.0.3"
@@ -46,6 +46,6 @@
4646
"pg": "^8"
4747
},
4848
"dependencies": {
49-
"pg-cursor": "^2.9.0"
49+
"pg-cursor": "^2.10.0"
5050
}
5151
}

packages/pg/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "8.10.0",
3+
"version": "8.11.0",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"buffer-writer": "2.0.0",
2424
"packet-reader": "1.0.0",
25-
"pg-connection-string": "^2.5.0",
25+
"pg-connection-string": "^2.6.0",
2626
"pg-pool": "^3.6.0",
2727
"pg-protocol": "^1.6.0",
2828
"pg-types": "^2.1.0",
@@ -39,7 +39,7 @@
3939
"wrangler": "^2.16.0"
4040
},
4141
"optionalDependencies": {
42-
"pg-cloudflare": "1.x"
42+
"pg-cloudflare": "^1.1.0"
4343
},
4444
"peerDependencies": {
4545
"pg-native": ">=3.0.1"

0 commit comments

Comments
 (0)