Skip to content

Commit

Permalink
Release for automatic updates 2024-10-11 00:33:53
Browse files Browse the repository at this point in the history
  • Loading branch information
juit-developers committed Oct 11, 2024
1 parent 68e2ef8 commit 12908cd
Show file tree
Hide file tree
Showing 12 changed files with 246 additions and 231 deletions.
417 changes: 216 additions & 201 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-monorepo",
"version": "1.1.3",
"version": "1.1.4",
"private": "true",
"workspaces": [
"workspaces/pool",
Expand Down Expand Up @@ -40,16 +40,16 @@
},
"homepage": "https://github.com/juitnow/juit-pgproxy#readme",
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"@plugjs/build": "^0.6.9",
"@plugjs/tsd": "^0.6.16",
"@cloudflare/workers-types": "^4.20241004.0",
"@plugjs/build": "^0.6.10",
"@plugjs/tsd": "^0.6.17",
"@types/ini": "^4.1.1",
"@types/libpq": "^1.8.13",
"@types/node": "<20",
"@types/yargs-parser": "^21.0.3",
"libpq": "^1.8.13",
"typescript": "^5.6.2",
"workerd": "^1.20240925.0"
"typescript": "^5.6.3",
"workerd": "^1.20241004.0"
},
"files": [
"*.md",
Expand Down
4 changes: 2 additions & 2 deletions workspaces/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-cli",
"version": "1.1.3",
"version": "1.1.4",
"bin": {
"pgproxy-server": "dist/cli.mjs"
},
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/juitnow/juit-pgproxy#readme",
"dependencies": {
"@juit/pgproxy-server": "1.1.3",
"@juit/pgproxy-server": "1.1.4",
"dotenv": "^16.4.5",
"ini": "^5.0.0",
"justus": "^0.5.50",
Expand Down
6 changes: 3 additions & 3 deletions workspaces/client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-client-node",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/juitnow/juit-pgproxy#readme",
"dependencies": {
"@juit/pgproxy-client": "1.1.3",
"undici": "^6.19.8"
"@juit/pgproxy-client": "1.1.4",
"undici": "^6.20.0"
},
"directories": {
"test": "test"
Expand Down
6 changes: 3 additions & 3 deletions workspaces/client-psql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-client-psql",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"homepage": "https://github.com/juitnow/juit-pgproxy#readme",
"dependencies": {
"@juit/pgproxy-client": "1.1.3",
"@juit/pgproxy-pool": "1.1.3"
"@juit/pgproxy-client": "1.1.4",
"@juit/pgproxy-pool": "1.1.4"
},
"directories": {
"test": "test"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/client-whatwg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-client-whatwg",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/juitnow/juit-pgproxy#readme",
"dependencies": {
"@juit/pgproxy-client": "1.1.3"
"@juit/pgproxy-client": "1.1.4"
},
"directories": {
"test": "test"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-client",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/juitnow/juit-pgproxy#readme",
"dependencies": {
"@juit/pgproxy-types": "1.1.3"
"@juit/pgproxy-types": "1.1.4"
},
"directories": {
"test": "test"
Expand Down
6 changes: 3 additions & 3 deletions workspaces/persister/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-persister",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"src/"
],
"dependencies": {
"@juit/pgproxy-client": "1.1.3",
"@juit/pgproxy-types": "1.1.3"
"@juit/pgproxy-client": "1.1.4",
"@juit/pgproxy-types": "1.1.4"
}
}
2 changes: 1 addition & 1 deletion workspaces/pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-pool",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions workspaces/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-server",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/juitnow/juit-pgproxy#readme",
"dependencies": {
"@juit/pgproxy-pool": "1.1.3",
"@juit/pgproxy-pool": "1.1.4",
"ws": "^8.18.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion workspaces/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-types",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions workspaces/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-utils",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -43,9 +43,9 @@
"src/"
],
"dependencies": {
"@juit/pgproxy-client": "1.1.3",
"@juit/pgproxy-persister": "1.1.3",
"@juit/pgproxy-types": "1.1.3",
"@plugjs/plug": "^0.6.16"
"@juit/pgproxy-client": "1.1.4",
"@juit/pgproxy-persister": "1.1.4",
"@juit/pgproxy-types": "1.1.4",
"@plugjs/plug": "^0.6.17"
}
}

0 comments on commit 12908cd

Please sign in to comment.