@constructive-io/graphql-query 3.27.3 → 3.27.5

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 +3 -3
package/README.md CHANGED
@@ -522,6 +522,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
522
522
 
523
523
  * [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.
524
524
 
525
+ Install skills for AI coding agents:
526
+
527
+ ```bash
528
+ # All platform skills (security, blueprints, codegen, billing, etc.)
529
+ npx skills add constructive-io/constructive-skills
530
+
531
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
532
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
533
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
534
+ ```
535
+
525
536
  ## Credits
526
537
 
527
538
  **🛠 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": "@constructive-io/graphql-query",
3
- "version": "3.27.3",
3
+ "version": "3.27.5",
4
4
  "description": "Constructive GraphQL Query",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "main": "index.js",
@@ -37,7 +37,7 @@
37
37
  "grafast": "1.0.2",
38
38
  "graphile-build-pg": "5.0.2",
39
39
  "graphile-config": "1.0.1",
40
- "graphile-settings": "^5.6.2",
40
+ "graphile-settings": "^5.6.4",
41
41
  "graphql": "16.13.0",
42
42
  "inflection": "^3.0.0",
43
43
  "inflekt": "^0.7.1",
@@ -54,5 +54,5 @@
54
54
  "devDependencies": {
55
55
  "makage": "^0.3.0"
56
56
  },
57
- "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
57
+ "gitHead": "659c7776183c8dc497e640c384e8d1af45965065"
58
58
  }