graphile-postgis 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
@@ -99,7 +99,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
99
99
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
100
100
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
101
101
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
102
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
103
102
 
104
103
  ### 🚀 API & Dev Tools
105
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-postgis",
3
- "version": "0.2.20",
3
+ "version": "0.2.22",
4
4
  "description": "Graphile/PostGraphile PostGIS integration plugin",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/geojson": "^7946.0.14",
43
- "graphile-test": "^2.11.14",
43
+ "graphile-test": "^2.11.16",
44
44
  "makage": "^0.1.9",
45
- "pgsql-test": "^2.18.5"
45
+ "pgsql-test": "^2.18.7"
46
46
  },
47
47
  "dependencies": {
48
48
  "find-and-require-package-json": "^0.8.2",
@@ -52,5 +52,5 @@
52
52
  "graphql": "15.10.1",
53
53
  "pg": "^8.16.3"
54
54
  },
55
- "gitHead": "c61d285656df312ee59fdf2659e63cbaadff2370"
55
+ "gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
56
56
  }