graphile-postgis 2.9.8 → 2.9.10
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
|
|
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.
|
|
3
|
+
"version": "2.9.10",
|
|
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.
|
|
49
|
+
"graphile-connection-filter": "^1.3.8",
|
|
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.
|
|
62
|
+
"graphile-test": "^4.7.8",
|
|
63
63
|
"makage": "^0.3.0",
|
|
64
|
-
"pgsql-test": "^4.7.
|
|
64
|
+
"pgsql-test": "^4.7.8"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "fe60f7b81252eea53dce227bb581d5ae2ef0ec36"
|
|
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
|
|
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;
|