Skip to content

Commit

Permalink
Release for automatic updates 2025-01-17 00:33:50
Browse files Browse the repository at this point in the history
  • Loading branch information
juit-developers committed Jan 17, 2025
1 parent 44243b1 commit 34f3f30
Show file tree
Hide file tree
Showing 12 changed files with 193 additions and 192 deletions.
329 changes: 165 additions & 164 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juit/pgproxy-monorepo",
"version": "1.1.18",
"version": "1.1.19",
"private": "true",
"workspaces": [
"workspaces/pool",
Expand Down Expand Up @@ -41,8 +41,8 @@
"homepage": "https://github.com/juitnow/juit-pgproxy#readme",
"devDependencies": {
"@cloudflare/workers-types": "^4.20250109.0",
"@plugjs/build": "^0.6.24",
"@plugjs/tsd": "^0.6.31",
"@plugjs/build": "^0.6.25",
"@plugjs/tsd": "^0.6.32",
"@types/ini": "^4.1.1",
"@types/libpq": "^1.8.13",
"@types/node": "<20",
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.18",
"version": "1.1.19",
"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.18",
"@juit/pgproxy-server": "1.1.19",
"dotenv": "^16.4.7",
"ini": "^5.0.0",
"justus": "^0.5.63",
"justus": "^0.5.64",
"yargs-parser": "^21.1.1"
},
"directories": {
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.18",
"version": "1.1.19",
"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.18",
"undici": "^7.2.1"
"@juit/pgproxy-client": "1.1.19",
"undici": "^7.2.3"
},
"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.18",
"version": "1.1.19",
"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.18",
"@juit/pgproxy-pool": "1.1.18"
"@juit/pgproxy-client": "1.1.19",
"@juit/pgproxy-pool": "1.1.19"
},
"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.18",
"version": "1.1.19",
"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.18"
"@juit/pgproxy-client": "1.1.19"
},
"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.18",
"version": "1.1.19",
"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.18"
"@juit/pgproxy-types": "1.1.19"
},
"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.18",
"version": "1.1.19",
"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.18",
"@juit/pgproxy-types": "1.1.18"
"@juit/pgproxy-client": "1.1.19",
"@juit/pgproxy-types": "1.1.19"
}
}
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.18",
"version": "1.1.19",
"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.18",
"version": "1.1.19",
"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.18",
"@juit/pgproxy-pool": "1.1.19",
"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.18",
"version": "1.1.19",
"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.18",
"version": "1.1.19",
"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.18",
"@juit/pgproxy-persister": "1.1.18",
"@juit/pgproxy-types": "1.1.18",
"@plugjs/plug": "^0.6.31"
"@juit/pgproxy-client": "1.1.19",
"@juit/pgproxy-persister": "1.1.19",
"@juit/pgproxy-types": "1.1.19",
"@plugjs/plug": "^0.6.32"
}
}

0 comments on commit 34f3f30

Please sign in to comment.