From f64ca45e4b67683e2771796e156ad044abdcd1ff Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 1 Jun 2026 22:54:25 +0000 Subject: [PATCH 1/3] Exclude .claude and CLAUDE.md from npm package --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index fdb9b96..a30cd2d 100644 --- a/.npmignore +++ b/.npmignore @@ -44,3 +44,6 @@ postgres-ws-proxy/ schemavaults-dbh.tgz .zed/ + +.claude/ +CLAUDE.md From 1500215ff876fbcb12ef308c2732e9a1a9c9ddf1 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 1 Jun 2026 22:55:17 +0000 Subject: [PATCH 2/3] Bump version to 0.11.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0aeeb5..fc581fe 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Ensure that you have both `postgres` and a `postgres-ws-proxy` containers runnin You'll likely want to replace the `build:` sections for the services in the e2e test example `.yml` file with `image:`. For example, use `image: postgres:17.7` for the `postgres` service. For the proxy, you can pull the docker image from `ghcr.io/schemavaults/dbh/postgres-ws-proxy`; use the version number equal to your `@schemavaults/dbh` npm package installation: ```md -# NPM Package: @schemavaults/dbh@0.11.0 => ghcr.io/schemavaults/dbh/postgres-ws-proxy:0.11.0 +# NPM Package: @schemavaults/dbh@0.11.1 => ghcr.io/schemavaults/dbh/postgres-ws-proxy:0.11.1 ``` ### In your application server code diff --git a/package.json b/package.json index 8bbe137..2ba9969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schemavaults/dbh", - "version": "0.11.0", + "version": "0.11.1", "description": "Easily connect to PostgresDB from serverless environment", "license": "UNLICENSED", "private": false, From 0a893c7a27edc7172378972349797e598e484186 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 1 Jun 2026 22:55:54 +0000 Subject: [PATCH 3/3] Exclude eslint config files from npm package --- .npmignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.npmignore b/.npmignore index a30cd2d..3e35816 100644 --- a/.npmignore +++ b/.npmignore @@ -47,3 +47,8 @@ schemavaults-dbh.tgz .claude/ CLAUDE.md + +eslint.config.cjs +eslint.config.js +eslint.config.ts +eslint.config.mjs