@constructive-io/graphql-test 4.20.3 → 4.21.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.
- package/README.md +4 -0
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -253,6 +253,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
253
253
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
254
254
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
255
255
|
|
|
256
|
+
### 📚 Documentation & Skills
|
|
257
|
+
|
|
258
|
+
* [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.
|
|
259
|
+
|
|
256
260
|
## Credits
|
|
257
261
|
|
|
258
262
|
**🛠 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-test",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.21.1",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL Testing with all plugins loaded",
|
|
6
6
|
"main": "index.js",
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
"makage": "^0.3.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@constructive-io/graphql-codegen": "^4.
|
|
38
|
-
"@constructive-io/graphql-env": "^3.
|
|
39
|
-
"@constructive-io/graphql-query": "^3.
|
|
40
|
-
"@constructive-io/graphql-types": "^3.
|
|
41
|
-
"@pgpmjs/types": "^2.
|
|
37
|
+
"@constructive-io/graphql-codegen": "^4.46.1",
|
|
38
|
+
"@constructive-io/graphql-env": "^3.13.0",
|
|
39
|
+
"@constructive-io/graphql-query": "^3.27.1",
|
|
40
|
+
"@constructive-io/graphql-types": "^3.12.0",
|
|
41
|
+
"@pgpmjs/types": "^2.29.0",
|
|
42
42
|
"grafast": "1.0.2",
|
|
43
43
|
"graphile-build": "5.0.2",
|
|
44
44
|
"graphile-build-pg": "5.0.2",
|
|
45
45
|
"graphile-config": "1.0.1",
|
|
46
|
-
"graphile-settings": "^5.
|
|
47
|
-
"graphile-test": "^4.
|
|
46
|
+
"graphile-settings": "^5.6.0",
|
|
47
|
+
"graphile-test": "^4.17.0",
|
|
48
48
|
"graphql": "16.13.0",
|
|
49
49
|
"mock-req": "^0.2.0",
|
|
50
50
|
"pg": "^8.21.0",
|
|
51
|
-
"pgsql-test": "^4.
|
|
51
|
+
"pgsql-test": "^4.16.0",
|
|
52
52
|
"postgraphile": "5.0.3",
|
|
53
53
|
"typescript": "^5.0.0"
|
|
54
54
|
},
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"constructive",
|
|
60
60
|
"test"
|
|
61
61
|
],
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "025f9c4283cf3629e8d74f87ee699b375293c81d"
|
|
63
63
|
}
|