graphile-postgis 2.9.8 → 2.9.9

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.
@@ -41,7 +41,7 @@ export const PostgisExtensionDetectionPlugin = {
41
41
  }
42
42
  // PostGIS is detected when at least one of geometry or geography
43
43
  // codecs is present. Some databases use only geography columns
44
- // (e.g. use_geography: true in DataPostGIS), so PostGraphile may
44
+ // (e.g. use_geography: true in SearchSpatial), so PostGraphile may
45
45
  // introspect geography but not geometry.
46
46
  if (!geometryCodec && !geographyCodec) {
47
47
  return build;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-postgis",
3
- "version": "2.9.8",
3
+ "version": "2.9.9",
4
4
  "description": "PostGIS support for PostGraphile v5",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -46,7 +46,7 @@
46
46
  "graphile-build": "5.0.0",
47
47
  "graphile-build-pg": "5.0.0",
48
48
  "graphile-config": "1.0.0",
49
- "graphile-connection-filter": "^1.3.6",
49
+ "graphile-connection-filter": "^1.3.7",
50
50
  "graphql": "16.13.0",
51
51
  "pg-sql2": "5.0.0",
52
52
  "postgraphile": "5.0.0"
@@ -59,9 +59,9 @@
59
59
  "devDependencies": {
60
60
  "@types/geojson": "^7946.0.14",
61
61
  "@types/node": "^22.19.11",
62
- "graphile-test": "^4.7.6",
62
+ "graphile-test": "^4.7.7",
63
63
  "makage": "^0.3.0",
64
- "pgsql-test": "^4.7.6"
64
+ "pgsql-test": "^4.7.7"
65
65
  },
66
- "gitHead": "f1a0d4315e0f23ba6b8299a7dc2ddceab465d24d"
66
+ "gitHead": "d1cfd698f829c6fae346a5004f735acd44519bb7"
67
67
  }
@@ -44,7 +44,7 @@ exports.PostgisExtensionDetectionPlugin = {
44
44
  }
45
45
  // PostGIS is detected when at least one of geometry or geography
46
46
  // codecs is present. Some databases use only geography columns
47
- // (e.g. use_geography: true in DataPostGIS), so PostGraphile may
47
+ // (e.g. use_geography: true in SearchSpatial), so PostGraphile may
48
48
  // introspect geography but not geometry.
49
49
  if (!geometryCodec && !geographyCodec) {
50
50
  return build;