graphile-search 1.15.0 → 1.15.1

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 +5 -5
package/README.md CHANGED
@@ -124,6 +124,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
124
124
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
125
125
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
126
126
 
127
+ ### 📚 Documentation & Skills
128
+
129
+ * [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.
130
+
127
131
  ## Credits
128
132
 
129
133
  **🛠 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-search",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "Unified PostGraphile v5 search plugin — abstracts tsvector, BM25, pg_trgm, and pgvector behind a single adapter-based architecture with composite searchScore",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -31,11 +31,11 @@
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.19.11",
33
33
  "@types/pg": "^8.20.0",
34
- "graphile-connection-filter": "^1.12.0",
35
- "graphile-test": "^4.17.0",
34
+ "graphile-connection-filter": "^1.12.1",
35
+ "graphile-test": "^4.17.1",
36
36
  "makage": "^0.3.0",
37
37
  "pg": "^8.21.0",
38
- "pgsql-test": "^4.16.0"
38
+ "pgsql-test": "^4.16.1"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@dataplan/pg": "1.0.3",
@@ -62,5 +62,5 @@
62
62
  "hybrid-search",
63
63
  "searchScore"
64
64
  ],
65
- "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
65
+ "gitHead": "12515d72a1c3db748a317157770e7aec4db34c34"
66
66
  }