graphile-query 4.20.3 → 4.20.4

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 +11 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -184,6 +184,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
184
184
 
185
185
  * [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.
186
186
 
187
+ Install skills for AI coding agents:
188
+
189
+ ```bash
190
+ # All platform skills (security, blueprints, codegen, billing, etc.)
191
+ npx skills add constructive-io/constructive-skills
192
+
193
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
194
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
195
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
196
+ ```
197
+
187
198
  ## Credits
188
199
 
189
200
  **🛠 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-query",
3
- "version": "4.20.3",
3
+ "version": "4.20.4",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Execute GraphQL queries against PostGraphile v5 schemas",
6
6
  "main": "index.js",
@@ -33,7 +33,7 @@
33
33
  "graphile-build": "5.0.2",
34
34
  "graphile-build-pg": "5.0.2",
35
35
  "graphile-config": "1.0.1",
36
- "graphile-settings": "^5.6.2",
36
+ "graphile-settings": "^5.6.3",
37
37
  "graphql": "16.13.0",
38
38
  "pg": "^8.21.0",
39
39
  "postgraphile": "5.0.3"
@@ -41,7 +41,7 @@
41
41
  "devDependencies": {
42
42
  "@types/pg": "^8.20.0",
43
43
  "makage": "^0.3.0",
44
- "pgsql-test": "^4.16.2"
44
+ "pgsql-test": "^4.16.3"
45
45
  },
46
46
  "keywords": [
47
47
  "graphql",
@@ -53,5 +53,5 @@
53
53
  "constructive",
54
54
  "pgpm"
55
55
  ],
56
- "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
56
+ "gitHead": "30fdaaacfc61f86b3e466f0c4c3768550fd77a55"
57
57
  }