+3
-3
| { | ||
| "name": "pg-env", | ||
| "version": "1.22.0", | ||
| "version": "1.23.0", | ||
| "author": "Constructive <developers@constructive.io>", | ||
@@ -39,3 +39,3 @@ "description": "PostgreSQL environment configuration utilities", | ||
| "dependencies": { | ||
| "12factor-env": "^1.21.0" | ||
| "12factor-env": "^1.22.0" | ||
| }, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
| }, | ||
| "gitHead": "73f55ad24d9a92e7ef1e268526b31bfb7bb12b28" | ||
| "gitHead": "bb3269d48cdf2bc8f361bdd79b4833c921c13ec3" | ||
| } |
+1
-0
@@ -158,2 +158,3 @@ # pg-env | ||
| * [pgsql-test](https://github.com/constructive-io/constructive/tree/main/postgres/pgsql-test): **📊 Isolated testing environments** with per-test transaction rollbacks—ideal for integration tests, complex migrations, and RLS simulation. | ||
| * [pglite-test](https://github.com/constructive-io/constructive/tree/main/postgres/pglite-test): **🪶 Drop-in pgsql-test replacement backed by PGlite** — in-process Postgres, no server required, instance-per-suite isolation. | ||
| * [pgsql-seed](https://github.com/constructive-io/constructive/tree/main/postgres/pgsql-seed): **🌱 PostgreSQL seeding utilities** for CSV, JSON, SQL data loading, and pgpm deployment. | ||
@@ -160,0 +161,0 @@ * [supabase-test](https://github.com/constructive-io/constructive/tree/main/postgres/supabase-test): **🧪 Supabase-native test harness** preconfigured for the local Supabase stack—per-test rollbacks, JWT/role context helpers, and CI/GitHub Actions ready. |
18025
1.29%197
0.51%Updated