Skip to content

Commit 306fa83

Browse files
committed
Publish
- pg-cloudflare@1.1.2-alpha.1 - pg-cursor@2.13.2-alpha.1 - pg-esm-test@1.0.1-alpha.1 - pg-pool@3.8.1-alpha.1 - pg-query-stream@4.8.2-alpha.1 - pg@8.14.2-alpha.1
1 parent 69e5697 commit 306fa83

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

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.1.2-alpha.0",
3+
"version": "1.1.2-alpha.1",
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-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.13.2-alpha.0",
3+
"version": "2.13.2-alpha.1",
44
"description": "Query cursor extension for node-postgres",
55
"main": "index.js",
66
"exports": {
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"devDependencies": {
2727
"mocha": "^10.5.2",
28-
"pg": "^8.14.2-alpha.0"
28+
"pg": "^8.14.2-alpha.1"
2929
},
3030
"peerDependencies": {
3131
"pg": "^8"

packages/pg-esm-test/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-esm-test",
3-
"version": "1.0.1-alpha.0",
3+
"version": "1.0.1-alpha.1",
44
"description": "A test module for PostgreSQL with ESM support",
55
"main": "index.js",
66
"type": "module",
@@ -14,12 +14,12 @@
1414
"test"
1515
],
1616
"devDependencies": {
17-
"pg": "^8.14.2-alpha.0",
18-
"pg-cloudflare": "^1.1.2-alpha.0",
19-
"pg-cursor": "^2.13.2-alpha.0",
17+
"pg": "^8.14.2-alpha.1",
18+
"pg-cloudflare": "^1.1.2-alpha.1",
19+
"pg-cursor": "^2.13.2-alpha.1",
2020
"pg-native": "^3.3.1-alpha.0",
21-
"pg-pool": "^3.8.1-alpha.0",
22-
"pg-query-stream": "^4.8.2-alpha.0"
21+
"pg-pool": "^3.8.1-alpha.1",
22+
"pg-query-stream": "^4.8.2-alpha.1"
2323
},
2424
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
2525
"license": "MIT"

packages/pg-pool/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-pool",
3-
"version": "3.8.1-alpha.0",
3+
"version": "3.8.1-alpha.1",
44
"description": "Connection pool for node-postgres",
55
"main": "index.js",
66
"exports": {
@@ -39,7 +39,7 @@
3939
"expect.js": "0.3.1",
4040
"lodash": "^4.17.11",
4141
"mocha": "^10.5.2",
42-
"pg-cursor": "^2.13.2-alpha.0"
42+
"pg-cursor": "^2.13.2-alpha.1"
4343
},
4444
"peerDependencies": {
4545
"pg": ">=8.0"

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.8.2-alpha.0",
3+
"version": "4.8.2-alpha.1",
44
"description": "Postgres query result returned as readable stream",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -45,7 +45,7 @@
4545
"concat-stream": "~1.0.1",
4646
"eslint-plugin-promise": "^6.0.1",
4747
"mocha": "^10.5.2",
48-
"pg": "^8.14.2-alpha.0",
48+
"pg": "^8.14.2-alpha.1",
4949
"stream-spec": "~0.3.5",
5050
"ts-node": "^8.5.4",
5151
"typescript": "^4.0.3"
@@ -54,6 +54,6 @@
5454
"pg": "^8"
5555
},
5656
"dependencies": {
57-
"pg-cursor": "^2.13.2-alpha.0"
57+
"pg-cursor": "^2.13.2-alpha.1"
5858
}
5959
}

packages/pg/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "8.14.2-alpha.0",
3+
"version": "8.14.2-alpha.1",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -28,14 +28,14 @@
2828
},
2929
"dependencies": {
3030
"pg-connection-string": "^2.7.1-alpha.0",
31-
"pg-pool": "^3.8.1-alpha.0",
31+
"pg-pool": "^3.8.1-alpha.1",
3232
"pg-protocol": "^1.8.1-alpha.0",
3333
"pg-types": "^2.1.0",
3434
"pgpass": "1.x"
3535
},
3636
"devDependencies": {
37-
"@cloudflare/workers-types": "^4.20230404.0",
3837
"@cloudflare/vitest-pool-workers": "0.8.12",
38+
"@cloudflare/workers-types": "^4.20230404.0",
3939
"async": "2.6.4",
4040
"bluebird": "3.7.2",
4141
"co": "4.6.0",
@@ -46,7 +46,7 @@
4646
"wrangler": "^3.x"
4747
},
4848
"optionalDependencies": {
49-
"pg-cloudflare": "^1.1.2-alpha.0"
49+
"pg-cloudflare": "^1.1.2-alpha.1"
5050
},
5151
"peerDependencies": {
5252
"pg-native": ">=3.0.1"

0 commit comments

Comments
 (0)