graphile-plugin-connection-filter 2.4.20 → 2.4.22

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 +4 -4
package/README.md CHANGED
@@ -330,7 +330,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
330
330
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
331
331
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
332
332
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
333
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
334
333
 
335
334
  ### 🚀 API & Dev Tools
336
335
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-plugin-connection-filter",
3
- "version": "2.4.20",
3
+ "version": "2.4.22",
4
4
  "description": "Filtering on PostGraphile connections",
5
5
  "author": "Matt Bretl",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -51,10 +51,10 @@
51
51
  "devDependencies": {
52
52
  "@graphile-contrib/pg-simplify-inflector": "^6.1.0",
53
53
  "@types/pg": "^8.16.0",
54
- "graphile-test": "^2.11.15",
54
+ "graphile-test": "^2.11.17",
55
55
  "makage": "^0.1.9",
56
56
  "pg": "^8.16.3",
57
- "pgsql-test": "^2.18.6"
57
+ "pgsql-test": "^2.18.8"
58
58
  },
59
- "gitHead": "8eaef530cad9cfa4f905ad085d5f0475563cf856"
59
+ "gitHead": "cca7c544a3bc138f968aa7a7ddef6708ec06d1d6"
60
60
  }