@constructive-io/graphql-explorer 4.21.3 → 4.21.5
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 +11 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -64,6 +64,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
64
64
|
|
|
65
65
|
* [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.
|
|
66
66
|
|
|
67
|
+
Install skills for AI coding agents:
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
# All platform skills (security, blueprints, codegen, billing, etc.)
|
|
71
|
+
npx skills add constructive-io/constructive-skills
|
|
72
|
+
|
|
73
|
+
# Individual repo skills (pgpm, testing, CLI, search, etc.)
|
|
74
|
+
npx skills add https://github.com/constructive-io/constructive --skill pgpm
|
|
75
|
+
npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
|
|
76
|
+
```
|
|
77
|
+
|
|
67
78
|
## Credits
|
|
68
79
|
|
|
69
80
|
**🛠 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-explorer",
|
|
3
|
-
"version": "4.21.
|
|
3
|
+
"version": "4.21.5",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL Explorer",
|
|
6
6
|
"main": "index.js",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"grafserv": "1.0.0",
|
|
43
43
|
"graphile-cache": "^3.13.0",
|
|
44
44
|
"graphile-config": "1.0.1",
|
|
45
|
-
"graphile-settings": "^5.6.
|
|
45
|
+
"graphile-settings": "^5.6.4",
|
|
46
46
|
"graphql": "16.13.0",
|
|
47
47
|
"pg-cache": "^3.12.0",
|
|
48
48
|
"pg-env": "^1.16.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"constructive",
|
|
62
62
|
"interface"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "659c7776183c8dc497e640c384e8d1af45965065"
|
|
65
65
|
}
|