Skip to content

Commit

Permalink
Release for automatic updates 2024-10-04 00:33:58
Browse files Browse the repository at this point in the history
  • Loading branch information
juit-developers committed Oct 4, 2024
1 parent bc8e444 commit 68e2ef8
Show file tree
Hide file tree
Showing 12 changed files with 101 additions and 99 deletions.
152 changes: 77 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "1.1.3",
"private": "true",
"workspaces": [
"workspaces/pool",
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "1.1.3",
"bin": {
"pgproxy-server": "dist/cli.mjs"
},
Expand All @@ -23,10 +23,10 @@
},
"homepage": "https://github.com/juitnow/juit-pgproxy#readme",
"dependencies": {
"@juit/pgproxy-server": "1.1.2",
"@juit/pgproxy-server": "1.1.3",
"dotenv": "^16.4.5",
"ini": "^5.0.0",
"justus": "^0.5.49",
"justus": "^0.5.50",
"yargs-parser": "^21.1.1"
},
"directories": {
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.1.2",
"version": "1.1.3",
"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.2",
"@juit/pgproxy-client": "1.1.3",
"undici": "^6.19.8"
},
"directories": {
Expand Down
Loading

0 comments on commit 68e2ef8

Please sign in to comment.