@constructive-io/graphql-test 2.11.15 → 2.11.17

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 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -247,7 +247,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
247
247
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
248
248
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
249
249
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
250
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
251
250
 
252
251
  ### 🚀 API & Dev Tools
253
252
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/graphql-test",
3
- "version": "2.11.15",
3
+ "version": "2.11.17",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive GraphQL Testing with all plugins loaded",
6
6
  "main": "index.js",
@@ -37,12 +37,12 @@
37
37
  "@constructive-io/graphql-env": "^2.8.8",
38
38
  "@constructive-io/graphql-types": "^2.12.6",
39
39
  "@pgpmjs/types": "^2.12.6",
40
- "graphile-settings": "^2.9.15",
41
- "graphile-test": "^2.11.14",
40
+ "graphile-settings": "^2.9.17",
41
+ "graphile-test": "^2.11.16",
42
42
  "graphql": "15.10.1",
43
43
  "mock-req": "^0.2.0",
44
44
  "pg": "^8.16.3",
45
- "pgsql-test": "^2.18.5",
45
+ "pgsql-test": "^2.18.7",
46
46
  "postgraphile": "^4.14.1"
47
47
  },
48
48
  "keywords": [
@@ -52,5 +52,5 @@
52
52
  "constructive",
53
53
  "test"
54
54
  ],
55
- "gitHead": "c61d285656df312ee59fdf2659e63cbaadff2370"
55
+ "gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
56
56
  }