graphile-settings 2.5.2 → 2.5.3

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 +8 -8
package/README.md CHANGED
@@ -131,6 +131,7 @@ app.listen(settings.port);
131
131
  ### 🧪 Testing
132
132
 
133
133
  * [launchql/pgsql-test](https://github.com/launchql/launchql/tree/main/packages/pgsql-test): **📊 Isolated testing environments** with per-test transaction rollbacks—ideal for integration tests, complex migrations, and RLS simulation.
134
+ * [launchql/supabase-test](https://github.com/launchql/launchql/tree/main/packages/supabase-test): **🧪 Supabase-native test harness** preconfigured for the local Supabase stack—per-test rollbacks, JWT/role context helpers, and CI/GitHub Actions ready.
134
135
  * [launchql/graphile-test](https://github.com/launchql/launchql/tree/main/packages/graphile-test): **🔐 Authentication mocking** for Graphile-focused test helpers and emulating row-level security contexts.
135
136
  * [launchql/pg-query-context](https://github.com/launchql/launchql/tree/main/packages/pg-query-context): **🔒 Session context injection** to add session-local context (e.g., `SET LOCAL`) into queries—ideal for setting `role`, `jwt.claims`, and other session settings.
136
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-settings",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "graphile settings",
6
6
  "main": "index.js",
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@graphile-contrib/pg-many-to-many": "^1.0.2",
34
- "@launchql/env": "^2.4.2",
35
- "@launchql/s3-streamer": "^2.5.2",
36
- "@launchql/types": "^2.6.1",
37
- "@launchql/upload-names": "^2.2.0",
34
+ "@launchql/env": "^2.4.3",
35
+ "@launchql/s3-streamer": "^2.5.3",
36
+ "@launchql/types": "^2.6.2",
37
+ "@launchql/upload-names": "^2.2.1",
38
38
  "@pyramation/postgis": "^0.1.1",
39
39
  "@pyramation/postgraphile-plugin-fulltext-filter": "^2.0.0",
40
40
  "cors": "^2.8.5",
@@ -42,9 +42,9 @@
42
42
  "graphile-build": "^4.14.1",
43
43
  "graphile-i18n": "^0.0.3",
44
44
  "graphile-meta-schema": "^0.2.5",
45
- "graphile-query": "^2.3.0",
45
+ "graphile-query": "^2.3.1",
46
46
  "graphile-search-plugin": "^0.1.2",
47
- "graphile-settings": "^2.5.2",
47
+ "graphile-settings": "^2.5.3",
48
48
  "graphile-simple-inflector": "^0.1.1",
49
49
  "graphql-tag": "2.12.6",
50
50
  "graphql-upload": "^13.0.0",
@@ -75,5 +75,5 @@
75
75
  "launchql",
76
76
  "graphql"
77
77
  ],
78
- "gitHead": "0b26f726ac2ca19886af7553a06e95ce826d515b"
78
+ "gitHead": "870ab4d6b6b501ac6bdda660d44a0581e2145ad4"
79
79
  }