graphile-pg-type-mappings 0.3.21 → 0.3.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 +5 -5
package/README.md CHANGED
@@ -212,7 +212,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
212
212
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
213
213
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
214
214
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
215
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
216
215
 
217
216
  ### 🚀 API & Dev Tools
218
217
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-pg-type-mappings",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "Custom PostgreSQL type mappings plugin for Graphile/PostGraphile",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -40,14 +40,14 @@
40
40
  "url": "https://github.com/constructive-io/constructive/issues"
41
41
  },
42
42
  "devDependencies": {
43
- "graphile-postgis": "^0.2.21",
44
- "graphile-test": "^2.11.15",
43
+ "graphile-postgis": "^0.2.22",
44
+ "graphile-test": "^2.11.16",
45
45
  "graphql-tag": "2.12.6",
46
46
  "makage": "^0.1.9",
47
- "pgsql-test": "^2.18.6"
47
+ "pgsql-test": "^2.18.7"
48
48
  },
49
49
  "dependencies": {
50
50
  "graphile-build": "^4.14.1"
51
51
  },
52
- "gitHead": "8eaef530cad9cfa4f905ad085d5f0475563cf856"
52
+ "gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
53
53
  }