@constructive-io/graphql-server 5.7.3 → 5.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -182,6 +182,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
182
182
  ### 🧪 Testing
183
183
 
184
184
  * [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.
185
+ * [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.
185
186
  * [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.
186
187
  * [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.
187
188
  * [graphile-test](https://github.com/constructive-io/constructive/tree/main/graphile/graphile-test): **🔐 Authentication mocking** for Graphile-focused test helpers and emulating row-level security contexts.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/graphql-server",
3
- "version": "5.7.3",
3
+ "version": "5.7.5",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive GraphQL Server",
6
6
  "main": "index.js",
@@ -53,7 +53,7 @@
53
53
  "@pgpmjs/logger": "^2.18.0",
54
54
  "@pgpmjs/server-utils": "^3.19.0",
55
55
  "@pgpmjs/types": "^2.40.0",
56
- "agentic-server": "0.16.0",
56
+ "agentic-server": "0.16.2",
57
57
  "cors": "^2.8.6",
58
58
  "deepmerge": "^4.3.1",
59
59
  "express": "^5.2.1",
@@ -65,7 +65,7 @@
65
65
  "graphile-cache": "^4.4.0",
66
66
  "graphile-config": "1.0.1",
67
67
  "graphile-function-bindings": "^1.5.2",
68
- "graphile-settings": "^6.5.3",
68
+ "graphile-settings": "^6.5.5",
69
69
  "graphile-utils": "5.0.1",
70
70
  "graphql": "16.13.0",
71
71
  "graphql-upload": "^13.0.0",
@@ -92,5 +92,5 @@
92
92
  "nodemon": "^3.1.14",
93
93
  "ts-node": "^10.9.2"
94
94
  },
95
- "gitHead": "12818db1a9b212cb2bf2b879f4bf1c5b1991d075"
95
+ "gitHead": "6f85eefed51d88b3a857ff36d20da44b7ebb47c9"
96
96
  }