graphile-query 4.20.0 → 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.
- package/README.md +4 -0
- package/package.json +3 -3
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.20.
|
|
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.
|
|
36
|
+
"graphile-settings": "^5.6.0",
|
|
37
37
|
"graphql": "16.13.0",
|
|
38
38
|
"pg": "^8.21.0",
|
|
39
39
|
"postgraphile": "5.0.3"
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"constructive",
|
|
54
54
|
"pgpm"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "025f9c4283cf3629e8d74f87ee699b375293c81d"
|
|
57
57
|
}
|