Skip to content

Commit

Permalink
Release for automatic updates 2024-07-05 00:29:16
Browse files Browse the repository at this point in the history
  • Loading branch information
juit-developers committed Jul 5, 2024
1 parent c9e2992 commit 048c0b1
Show file tree
Hide file tree
Showing 12 changed files with 104 additions and 442 deletions.
498 changes: 80 additions & 418 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-monorepo",
"version": "1.0.23",
"version": "1.0.24",
"private": "true",
"workspaces": [
"workspaces/pool",
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.0.23",
"version": "1.0.24",
"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.0.23",
"@juit/pgproxy-server": "1.0.24",
"dotenv": "^16.4.5",
"ini": "^4.1.3",
"justus": "^0.5.37",
Expand Down
4 changes: 2 additions & 2 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.0.23",
"version": "1.0.24",
"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.0.23",
"@juit/pgproxy-client": "1.0.24",
"undici": "^6.19.2"
},
"directories": {
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.0.23",
"version": "1.0.24",
"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.0.23",
"@juit/pgproxy-pool": "1.0.23"
"@juit/pgproxy-client": "1.0.24",
"@juit/pgproxy-pool": "1.0.24"
},
"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.0.23",
"version": "1.0.24",
"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.0.23"
"@juit/pgproxy-client": "1.0.24"
},
"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.0.23",
"version": "1.0.24",
"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.0.23"
"@juit/pgproxy-types": "1.0.24"
},
"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.0.23",
"version": "1.0.24",
"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.0.23",
"@juit/pgproxy-types": "1.0.23"
"@juit/pgproxy-client": "1.0.24",
"@juit/pgproxy-types": "1.0.24"
}
}
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.0.23",
"version": "1.0.24",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 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.0.23",
"version": "1.0.24",
"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-pool": "1.0.23",
"ws": "^8.17.1"
"@juit/pgproxy-pool": "1.0.24",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/ws": "^8.5.10"
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.0.23",
"version": "1.0.24",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 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.0.23",
"version": "1.0.24",
"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.0.23",
"@juit/pgproxy-persister": "1.0.23",
"@juit/pgproxy-types": "1.0.23",
"@juit/pgproxy-client": "1.0.24",
"@juit/pgproxy-persister": "1.0.24",
"@juit/pgproxy-types": "1.0.24",
"@plugjs/plug": "^0.6.2"
}
}

0 comments on commit 048c0b1

Please sign in to comment.