graphql-server-test 2.24.4 → 2.25.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 +13 -13
package/README.md CHANGED
@@ -286,6 +286,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
286
286
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
287
287
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
288
288
 
289
+ ### 📚 Documentation & Skills
290
+
291
+ * [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.
292
+
289
293
  ## Credits
290
294
 
291
295
  **🛠 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": "graphql-server-test",
3
- "version": "2.24.4",
3
+ "version": "2.25.1",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive GraphQL Server Testing with SuperTest HTTP requests",
6
6
  "main": "index.js",
@@ -31,29 +31,29 @@
31
31
  "devDependencies": {
32
32
  "@0no-co/graphql.web": "^1.2.0",
33
33
  "@agentic-kit/ollama": "^2.0.0",
34
- "@constructive-io/graphql-codegen": "^4.45.3",
35
- "@constructive-io/graphql-query": "^3.26.3",
34
+ "@constructive-io/graphql-codegen": "^4.46.1",
35
+ "@constructive-io/graphql-query": "^3.27.1",
36
36
  "@types/express": "^5.0.6",
37
37
  "@types/pg": "^8.20.0",
38
38
  "@types/supertest": "^7.2.0",
39
39
  "appstash": "^0.7.0",
40
- "gql-ast": "^3.10.1",
40
+ "gql-ast": "^3.11.0",
41
41
  "inquirerer": "^4.8.1",
42
42
  "makage": "^0.3.0",
43
43
  "nested-obj": "^0.2.2"
44
44
  },
45
45
  "dependencies": {
46
- "@constructive-io/graphql-env": "^3.12.1",
47
- "@constructive-io/graphql-server": "^4.34.4",
48
- "@constructive-io/graphql-types": "^3.11.1",
49
- "@constructive-io/upload-client": "0.13.2",
50
- "@pgpmjs/types": "^2.28.1",
46
+ "@constructive-io/graphql-env": "^3.13.0",
47
+ "@constructive-io/graphql-server": "^4.35.1",
48
+ "@constructive-io/graphql-types": "^3.12.0",
49
+ "@constructive-io/upload-client": "0.14.0",
50
+ "@pgpmjs/types": "^2.29.0",
51
51
  "express": "^5.2.1",
52
- "graphile-schema": "^1.21.3",
52
+ "graphile-schema": "^1.22.1",
53
53
  "graphql": "16.13.0",
54
54
  "pg": "^8.21.0",
55
- "pg-cache": "^3.11.1",
56
- "pgsql-test": "^4.15.2",
55
+ "pg-cache": "^3.12.0",
56
+ "pgsql-test": "^4.16.0",
57
57
  "supertest": "^7.0.0"
58
58
  },
59
59
  "keywords": [
@@ -67,5 +67,5 @@
67
67
  "e2e",
68
68
  "server"
69
69
  ],
70
- "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
70
+ "gitHead": "025f9c4283cf3629e8d74f87ee699b375293c81d"
71
71
  }