graphql-server-test 3.17.10 → 3.19.0
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 +0 -4
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -237,10 +237,6 @@ const { query } = await getConnections({
|
|
|
237
237
|
| `@constructive-io/playwright-test` | Real HTTP | Direct PostGraphile execution |
|
|
238
238
|
| **`graphql-server-test`** | Real HTTP | **SuperTest HTTP requests** |
|
|
239
239
|
|
|
240
|
-
## License
|
|
241
|
-
|
|
242
|
-
MIT
|
|
243
|
-
|
|
244
240
|
---
|
|
245
241
|
|
|
246
242
|
## Education and Tutorials
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphql-server-test",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.19.0",
|
|
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.3.3",
|
|
33
33
|
"@agentic-kit/ollama": "2.13.0",
|
|
34
|
-
"@constructive-io/graphql-codegen": "^5.
|
|
35
|
-
"@constructive-io/graphql-query": "^4.
|
|
34
|
+
"@constructive-io/graphql-codegen": "^5.17.0",
|
|
35
|
+
"@constructive-io/graphql-query": "^4.13.0",
|
|
36
36
|
"@types/express": "^5.0.6",
|
|
37
37
|
"@types/pg": "^8.20.4",
|
|
38
38
|
"@types/supertest": "^7.2.1",
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
"nested-obj": "^0.2.3"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@constructive-io/graphql-dev-server": "^3.
|
|
47
|
-
"@constructive-io/graphql-env": "^3.
|
|
48
|
-
"@constructive-io/graphql-server": "^5.
|
|
49
|
-
"@constructive-io/graphql-types": "^3.
|
|
46
|
+
"@constructive-io/graphql-dev-server": "^3.14.0",
|
|
47
|
+
"@constructive-io/graphql-env": "^3.30.0",
|
|
48
|
+
"@constructive-io/graphql-server": "^5.17.0",
|
|
49
|
+
"@constructive-io/graphql-types": "^3.29.0",
|
|
50
50
|
"@constructive-io/upload-client": "0.26.2",
|
|
51
|
-
"@pgpmjs/types": "^2.
|
|
51
|
+
"@pgpmjs/types": "^2.51.0",
|
|
52
52
|
"express": "^5.2.1",
|
|
53
|
-
"graphile-schema": "^2.
|
|
53
|
+
"graphile-schema": "^2.13.0",
|
|
54
54
|
"graphql": "16.13.0",
|
|
55
55
|
"pg": "^8.21.0",
|
|
56
|
-
"pg-cache": "^3.
|
|
57
|
-
"pgsql-test": "^5.
|
|
56
|
+
"pg-cache": "^3.26.0",
|
|
57
|
+
"pgsql-test": "^5.11.0",
|
|
58
58
|
"supertest": "^7.0.0"
|
|
59
59
|
},
|
|
60
60
|
"keywords": [
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"e2e",
|
|
69
69
|
"server"
|
|
70
70
|
],
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "06bf3edad0d1d1dba9b44f17b8c791de6768576d"
|
|
72
72
|
}
|