diff --git a/.npmignore b/.npmignore index fdb9b96..3e35816 100644 --- a/.npmignore +++ b/.npmignore @@ -44,3 +44,11 @@ postgres-ws-proxy/ schemavaults-dbh.tgz .zed/ + +.claude/ +CLAUDE.md + +eslint.config.cjs +eslint.config.js +eslint.config.ts +eslint.config.mjs 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,