@constructive-io/graphql-query 3.26.3 → 3.27.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
@@ -518,6 +518,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
518
518
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
519
519
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
520
520
 
521
+ ### 📚 Documentation & Skills
522
+
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
+
521
525
  ## Credits
522
526
 
523
527
  **🛠 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.26.3",
3
+ "version": "3.27.1",
4
4
  "description": "Constructive GraphQL Query",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "main": "index.js",
@@ -31,13 +31,13 @@
31
31
  "dependencies": {
32
32
  "@0no-co/graphql.web": "^1.1.2",
33
33
  "@constructive-io/fetch": "^1.1.1",
34
- "@constructive-io/graphql-types": "^3.11.1",
34
+ "@constructive-io/graphql-types": "^3.12.0",
35
35
  "ajv": "^8.20.0",
36
- "gql-ast": "^3.10.1",
36
+ "gql-ast": "^3.11.0",
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.4.1",
40
+ "graphile-settings": "^5.6.0",
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": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
57
+ "gitHead": "025f9c4283cf3629e8d74f87ee699b375293c81d"
58
58
  }