@constructive-io/graphql-server 4.35.6 → 4.36.0

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.
@@ -182,7 +182,7 @@ const reqLabel = (req) => (req.requestId ? `[${req.requestId}]` : '[req]');
182
182
  * When `databaseSettings` are available the flags are forwarded to
183
183
  * `createConstructivePreset()` which conditionally includes each
184
184
  * plugin preset. Without settings the default preset is used
185
- * (everything on except aggregates and LLM).
185
+ * (everything on except aggregates).
186
186
  */
187
187
  const buildPreset = (pool, schemas, anonRole, roleName, databaseSettings) => {
188
188
  return {
@@ -191,7 +191,7 @@ const reqLabel = (req) => (req.requestId ? `[${req.requestId}]` : '[req]');
191
191
  * When `databaseSettings` are available the flags are forwarded to
192
192
  * `createConstructivePreset()` which conditionally includes each
193
193
  * plugin preset. Without settings the default preset is used
194
- * (everything on except aggregates and LLM).
194
+ * (everything on except aggregates).
195
195
  */
196
196
  const buildPreset = (pool, schemas, anonRole, roleName, databaseSettings) => {
197
197
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/graphql-server",
3
- "version": "4.35.6",
3
+ "version": "4.36.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive GraphQL Server",
6
6
  "main": "index.js",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@agentic-kit/ollama": "^2.0.0",
45
45
  "@constructive-io/csrf": "^0.15.0",
46
- "@constructive-io/express-context": "^0.5.0",
46
+ "@constructive-io/express-context": "^0.6.0",
47
47
  "@constructive-io/graphql-env": "^3.13.0",
48
48
  "@constructive-io/graphql-types": "^3.12.0",
49
49
  "@constructive-io/s3-utils": "^2.18.0",
@@ -63,10 +63,10 @@
63
63
  "grafserv": "1.0.0",
64
64
  "graphile-build": "5.0.2",
65
65
  "graphile-build-pg": "5.0.2",
66
- "graphile-cache": "^3.13.0",
66
+ "graphile-cache": "^3.13.1",
67
67
  "graphile-config": "1.0.1",
68
- "graphile-llm": "^0.11.5",
69
- "graphile-settings": "^5.6.5",
68
+ "graphile-llm": "^0.12.0",
69
+ "graphile-settings": "^5.7.0",
70
70
  "graphile-utils": "5.0.1",
71
71
  "graphql": "16.13.0",
72
72
  "graphql-upload": "^13.0.0",
@@ -95,5 +95,5 @@
95
95
  "nodemon": "^3.1.14",
96
96
  "ts-node": "^10.9.2"
97
97
  },
98
- "gitHead": "2558a0cdb58c815933af8bfe6769cd59014c77cf"
98
+ "gitHead": "16c2ae1c30850db1d71c021346c9d34361361d8e"
99
99
  }