@constructive-io/graphql-test 4.21.0 → 4.21.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -253,6 +253,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
253
253
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
254
254
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
255
255
 
256
+ ### 📚 Documentation & Skills
257
+
258
+ * [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.
259
+
256
260
  ## Credits
257
261
 
258
262
  **🛠 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-test",
3
- "version": "4.21.0",
3
+ "version": "4.21.2",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive GraphQL Testing with all plugins loaded",
6
6
  "main": "index.js",
@@ -34,16 +34,16 @@
34
34
  "makage": "^0.3.0"
35
35
  },
36
36
  "dependencies": {
37
- "@constructive-io/graphql-codegen": "^4.46.0",
37
+ "@constructive-io/graphql-codegen": "^4.47.0",
38
38
  "@constructive-io/graphql-env": "^3.13.0",
39
- "@constructive-io/graphql-query": "^3.27.0",
39
+ "@constructive-io/graphql-query": "^3.27.1",
40
40
  "@constructive-io/graphql-types": "^3.12.0",
41
41
  "@pgpmjs/types": "^2.29.0",
42
42
  "grafast": "1.0.2",
43
43
  "graphile-build": "5.0.2",
44
44
  "graphile-build-pg": "5.0.2",
45
45
  "graphile-config": "1.0.1",
46
- "graphile-settings": "^5.5.0",
46
+ "graphile-settings": "^5.6.0",
47
47
  "graphile-test": "^4.17.0",
48
48
  "graphql": "16.13.0",
49
49
  "mock-req": "^0.2.0",
@@ -59,5 +59,5 @@
59
59
  "constructive",
60
60
  "test"
61
61
  ],
62
- "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
62
+ "gitHead": "6e5e79cbc24e2861963aeb1f6daff6d55279f081"
63
63
  }