graphile-llm 0.11.0 → 0.11.2

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 +4 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -182,6 +182,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
182
182
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
183
183
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
184
184
 
185
+ ### 📚 Documentation & Skills
186
+
187
+ * [constructive-skills](https://github.com/constructive-io/constructive-skills): **📖 Platform documentation and AI agent skills** — feature catalog, blueprint reference, SDK guides (i18n, billing, limits, events, uploads, security, entities, search, AI), and deployment guides.
188
+
185
189
  ## Credits
186
190
 
187
191
  **🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-llm",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
4
4
  "description": "LLM integration plugin for PostGraphile v5 — server-side text-to-vector embedding and text companion fields for pgvector columns",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -54,11 +54,11 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^22.19.11",
57
- "graphile-connection-filter": "^1.12.0",
58
- "graphile-search": "^1.15.0",
59
- "graphile-test": "^4.17.0",
57
+ "graphile-connection-filter": "^1.12.2",
58
+ "graphile-search": "^1.15.2",
59
+ "graphile-test": "^4.17.2",
60
60
  "makage": "^0.3.0",
61
- "pgsql-test": "^4.16.0"
61
+ "pgsql-test": "^4.16.2"
62
62
  },
63
63
  "keywords": [
64
64
  "postgraphile",
@@ -73,5 +73,5 @@
73
73
  "ollama",
74
74
  "openai"
75
75
  ],
76
- "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
76
+ "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
77
77
  }