graphile-plugin-connection-filter-postgis 1.1.21 → 1.1.23

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 +6 -6
package/README.md CHANGED
@@ -138,7 +138,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
138
138
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
139
139
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
140
140
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
141
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
142
141
 
143
142
  ### 🚀 API & Dev Tools
144
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-plugin-connection-filter-postgis",
3
- "version": "1.1.21",
3
+ "version": "1.1.23",
4
4
  "description": "PostGIS filtering options in PostGraphile",
5
5
  "author": "Matt Bretl",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -44,20 +44,20 @@
44
44
  "find-and-require-package-json": "^0.8.2",
45
45
  "graphile-build": "^4.14.1",
46
46
  "graphile-build-pg": "^4.14.1",
47
- "graphile-plugin-connection-filter": "^2.4.20",
48
- "graphile-postgis": "^0.2.21"
47
+ "graphile-plugin-connection-filter": "^2.4.22",
48
+ "graphile-postgis": "^0.2.23"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "postgraphile": "^4.14.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/pg": "^8.16.0",
55
- "graphile-test": "^2.11.15",
55
+ "graphile-test": "^2.11.17",
56
56
  "graphql": "15.10.1",
57
57
  "makage": "^0.1.9",
58
58
  "pg": "^8.16.3",
59
- "pgsql-test": "^2.18.6",
59
+ "pgsql-test": "^2.18.8",
60
60
  "postgraphile": "^4.14.1"
61
61
  },
62
- "gitHead": "8eaef530cad9cfa4f905ad085d5f0475563cf856"
62
+ "gitHead": "cca7c544a3bc138f968aa7a7ddef6708ec06d1d6"
63
63
  }