@constructive-io/graphql-server 4.35.0 → 4.35.2
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 +6 -6
package/README.md
CHANGED
|
@@ -201,6 +201,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
201
201
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
202
202
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
203
203
|
|
|
204
|
+
### 📚 Documentation & Skills
|
|
205
|
+
|
|
206
|
+
* [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.
|
|
207
|
+
|
|
204
208
|
## Credits
|
|
205
209
|
|
|
206
210
|
**🛠 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-server",
|
|
3
|
-
"version": "4.35.
|
|
3
|
+
"version": "4.35.2",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL Server",
|
|
6
6
|
"main": "index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@agentic-kit/ollama": "^2.0.0",
|
|
45
45
|
"@constructive-io/csrf": "^0.15.0",
|
|
46
|
-
"@constructive-io/express-context": "^0.
|
|
46
|
+
"@constructive-io/express-context": "^0.5.0",
|
|
47
47
|
"@constructive-io/graphql-env": "^3.13.0",
|
|
48
48
|
"@constructive-io/graphql-types": "^3.12.0",
|
|
49
49
|
"@constructive-io/s3-utils": "^2.18.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"graphile-build-pg": "5.0.2",
|
|
66
66
|
"graphile-cache": "^3.13.0",
|
|
67
67
|
"graphile-config": "1.0.1",
|
|
68
|
-
"graphile-llm": "^0.11.
|
|
69
|
-
"graphile-settings": "^5.
|
|
68
|
+
"graphile-llm": "^0.11.1",
|
|
69
|
+
"graphile-settings": "^5.6.1",
|
|
70
70
|
"graphile-utils": "5.0.1",
|
|
71
71
|
"graphql": "16.13.0",
|
|
72
72
|
"graphql-upload": "^13.0.0",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"@types/pg": "^8.20.0",
|
|
91
91
|
"@types/request-ip": "^0.0.41",
|
|
92
92
|
"cookie-parser": "^1.4.7",
|
|
93
|
-
"graphile-test": "4.17.
|
|
93
|
+
"graphile-test": "4.17.1",
|
|
94
94
|
"makage": "^0.3.0",
|
|
95
95
|
"nodemon": "^3.1.14",
|
|
96
96
|
"ts-node": "^10.9.2"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "12515d72a1c3db748a317157770e7aec4db34c34"
|
|
99
99
|
}
|