graphile-many-to-many 1.0.21 → 1.0.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
@@ -201,7 +201,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
201
201
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
202
202
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
203
203
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
204
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
205
204
 
206
205
  ### 🚀 API & Dev Tools
207
206
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-many-to-many",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Add connection fields for many-to-many relations",
5
5
  "author": "Matt Bretl",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -42,11 +42,11 @@
42
42
  "graphile-build-pg": "^4.14.1"
43
43
  },
44
44
  "devDependencies": {
45
- "graphile-test": "^2.11.15",
45
+ "graphile-test": "^2.11.16",
46
46
  "graphql": "15.10.1",
47
47
  "makage": "^0.1.9",
48
- "pgsql-test": "^2.18.6",
48
+ "pgsql-test": "^2.18.7",
49
49
  "postgraphile": "^4.14.1"
50
50
  },
51
- "gitHead": "8eaef530cad9cfa4f905ad085d5f0475563cf856"
51
+ "gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
52
52
  }