graphile-simple-inflector 0.2.20 → 0.2.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
@@ -95,7 +95,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
95
95
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
96
96
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
97
97
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
98
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
99
98
 
100
99
  ### 🚀 API & Dev Tools
101
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-simple-inflector",
3
- "version": "0.2.20",
3
+ "version": "0.2.22",
4
4
  "description": "Simple inflector plugin for Graphile/PostGraphile",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -40,13 +40,13 @@
40
40
  "url": "https://github.com/constructive-io/constructive/issues"
41
41
  },
42
42
  "devDependencies": {
43
- "graphile-test": "^2.11.15",
43
+ "graphile-test": "^2.11.17",
44
44
  "graphql-tag": "2.12.6",
45
45
  "makage": "^0.1.9",
46
- "pgsql-test": "^2.18.6"
46
+ "pgsql-test": "^2.18.8"
47
47
  },
48
48
  "dependencies": {
49
49
  "graphile-build": "^4.14.1"
50
50
  },
51
- "gitHead": "8eaef530cad9cfa4f905ad085d5f0475563cf856"
51
+ "gitHead": "cca7c544a3bc138f968aa7a7ddef6708ec06d1d6"
52
52
  }