graphql-server-test 3.17.10 → 3.18.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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. 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.17.10",
3
+ "version": "3.18.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.15.9",
35
- "@constructive-io/graphql-query": "^4.12.12",
34
+ "@constructive-io/graphql-codegen": "^5.16.0",
35
+ "@constructive-io/graphql-query": "^4.12.13",
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.13.12",
47
- "@constructive-io/graphql-env": "^3.29.5",
48
- "@constructive-io/graphql-server": "^5.16.13",
49
- "@constructive-io/graphql-types": "^3.28.5",
46
+ "@constructive-io/graphql-dev-server": "^3.13.13",
47
+ "@constructive-io/graphql-env": "^3.29.6",
48
+ "@constructive-io/graphql-server": "^5.16.14",
49
+ "@constructive-io/graphql-types": "^3.28.6",
50
50
  "@constructive-io/upload-client": "0.26.2",
51
- "@pgpmjs/types": "^2.50.5",
51
+ "@pgpmjs/types": "^2.50.6",
52
52
  "express": "^5.2.1",
53
- "graphile-schema": "^2.11.12",
53
+ "graphile-schema": "^2.12.0",
54
54
  "graphql": "16.13.0",
55
55
  "pg": "^8.21.0",
56
- "pg-cache": "^3.25.6",
57
- "pgsql-test": "^5.10.9",
56
+ "pg-cache": "^3.25.7",
57
+ "pgsql-test": "^5.10.10",
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": "50a5ab31f64974a079bfbef6714ffa4b0044ffee"
71
+ "gitHead": "10ee73e43c2277405c0e19423e2075baef6c2755"
72
72
  }