graphile-query 4.19.3 → 4.20.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 +4 -4
package/README.md CHANGED
@@ -180,6 +180,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
180
180
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
181
181
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
182
182
 
183
+ ### 📚 Documentation & Skills
184
+
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
+
183
187
  ## Credits
184
188
 
185
189
  **🛠 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.19.3",
3
+ "version": "4.20.1",
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.4.1",
36
+ "graphile-settings": "^5.6.0",
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.15.2"
44
+ "pgsql-test": "^4.16.0"
45
45
  },
46
46
  "keywords": [
47
47
  "graphql",
@@ -53,5 +53,5 @@
53
53
  "constructive",
54
54
  "pgpm"
55
55
  ],
56
- "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
56
+ "gitHead": "025f9c4283cf3629e8d74f87ee699b375293c81d"
57
57
  }