graphile-schema 1.21.3 → 1.22.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
@@ -144,6 +144,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
144
144
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
145
145
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
146
146
 
147
+ ### 📚 Documentation & Skills
148
+
149
+ * [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.
150
+
147
151
  ## Credits
148
152
 
149
153
  **🛠 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-schema",
3
- "version": "1.21.3",
3
+ "version": "1.22.1",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Build GraphQL SDL from PostgreSQL databases using PostGraphile v5",
6
6
  "main": "index.js",
@@ -32,10 +32,10 @@
32
32
  "deepmerge": "^4.3.1",
33
33
  "graphile-build": "5.0.2",
34
34
  "graphile-config": "1.0.1",
35
- "graphile-settings": "^5.4.1",
35
+ "graphile-settings": "^5.6.0",
36
36
  "graphql": "16.13.0",
37
- "pg-cache": "^3.11.1",
38
- "pg-env": "^1.15.1"
37
+ "pg-cache": "^3.12.0",
38
+ "pg-env": "^1.16.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "makage": "^0.3.0",
@@ -50,5 +50,5 @@
50
50
  "introspection",
51
51
  "constructive"
52
52
  ],
53
- "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
53
+ "gitHead": "025f9c4283cf3629e8d74f87ee699b375293c81d"
54
54
  }