graphql-server-test 2.25.6 → 2.25.7

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 +11 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -290,6 +290,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
290
290
 
291
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
292
 
293
+ Install skills for AI coding agents:
294
+
295
+ ```bash
296
+ # All platform skills (security, blueprints, codegen, billing, etc.)
297
+ npx skills add constructive-io/constructive-skills
298
+
299
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
300
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
301
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
302
+ ```
303
+
293
304
  ## Credits
294
305
 
295
306
  **🛠 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.25.6",
3
+ "version": "2.25.7",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive GraphQL Server Testing with SuperTest HTTP requests",
6
6
  "main": "index.js",
@@ -31,8 +31,8 @@
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.47.4",
35
- "@constructive-io/graphql-query": "^3.27.3",
34
+ "@constructive-io/graphql-codegen": "^4.47.5",
35
+ "@constructive-io/graphql-query": "^3.27.4",
36
36
  "@types/express": "^5.0.6",
37
37
  "@types/pg": "^8.20.0",
38
38
  "@types/supertest": "^7.2.0",
@@ -44,16 +44,16 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@constructive-io/graphql-env": "^3.13.0",
47
- "@constructive-io/graphql-server": "^4.35.3",
47
+ "@constructive-io/graphql-server": "^4.35.4",
48
48
  "@constructive-io/graphql-types": "^3.12.0",
49
49
  "@constructive-io/upload-client": "0.14.0",
50
50
  "@pgpmjs/types": "^2.29.0",
51
51
  "express": "^5.2.1",
52
- "graphile-schema": "^1.22.3",
52
+ "graphile-schema": "^1.22.4",
53
53
  "graphql": "16.13.0",
54
54
  "pg": "^8.21.0",
55
55
  "pg-cache": "^3.12.0",
56
- "pgsql-test": "^4.16.2",
56
+ "pgsql-test": "^4.16.3",
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": "d6a34a51d5e889443c2345c80ccfcea050875bda"
70
+ "gitHead": "30fdaaacfc61f86b3e466f0c4c3768550fd77a55"
71
71
  }