@constructive-io/graphql-react 4.20.0 → 4.20.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.
- package/README.md +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -60,6 +60,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
60
60
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
61
61
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
62
62
|
|
|
63
|
+
### 📚 Documentation & Skills
|
|
64
|
+
|
|
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
|
+
|
|
63
67
|
## Credits
|
|
64
68
|
|
|
65
69
|
**🛠 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-react",
|
|
3
|
-
"version": "4.20.
|
|
3
|
+
"version": "4.20.2",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL React",
|
|
6
6
|
"main": "index.js",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"test:watch": "jest --watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@constructive-io/graphql-query": "^3.27.
|
|
31
|
+
"@constructive-io/graphql-query": "^3.27.1",
|
|
32
32
|
"graphql-request": "^7.1.2",
|
|
33
|
-
"introspectron": "^4.20.
|
|
33
|
+
"introspectron": "^4.20.2",
|
|
34
34
|
"react": "^19.2.4",
|
|
35
35
|
"react-dom": "^19.2.4",
|
|
36
36
|
"react-query": "^3.39.3"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"@types/react": "^19.2.15",
|
|
42
42
|
"makage": "^0.3.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "6e5e79cbc24e2861963aeb1f6daff6d55279f081"
|
|
45
45
|
}
|