@constructive-io/graphql-realtime-test 0.4.5 → 0.4.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
@@ -79,6 +79,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
79
79
 
80
80
  * [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.
81
81
 
82
+ Install skills for AI coding agents:
83
+
84
+ ```bash
85
+ # All platform skills (security, blueprints, codegen, billing, etc.)
86
+ npx skills add constructive-io/constructive-skills
87
+
88
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
89
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
90
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
91
+ ```
92
+
82
93
  ## Credits
83
94
 
84
95
  **🛠 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-realtime-test",
3
- "version": "0.4.5",
3
+ "version": "0.4.7",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive Realtime GraphQL Testing with all plugins loaded",
6
6
  "main": "index.js",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@constructive-io/graphql-test": "^4.21.5",
33
- "graphile-realtime-test": "^0.8.1",
34
- "graphile-settings": "^5.6.1",
35
- "graphile-test": "^4.17.1"
32
+ "@constructive-io/graphql-test": "^4.21.7",
33
+ "graphile-realtime-test": "^0.8.3",
34
+ "graphile-settings": "^5.6.3",
35
+ "graphile-test": "^4.17.3"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "grafast": "1.0.2",
@@ -49,7 +49,7 @@
49
49
  "@types/pg": "^8.20.0",
50
50
  "@types/ws": "^8.18.1",
51
51
  "makage": "^0.3.0",
52
- "pgsql-test": "^4.16.1"
52
+ "pgsql-test": "^4.16.3"
53
53
  },
54
54
  "keywords": [
55
55
  "testing",
@@ -60,5 +60,5 @@
60
60
  "realtime",
61
61
  "test"
62
62
  ],
63
- "gitHead": "12515d72a1c3db748a317157770e7aec4db34c34"
63
+ "gitHead": "30fdaaacfc61f86b3e466f0c4c3768550fd77a55"
64
64
  }