graphile-postgis 2.6.0 → 2.6.2
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.
- package/README.md +12 -0
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# graphile-postgis
|
|
2
2
|
|
|
3
|
+
<p align="center" width="100%">
|
|
4
|
+
<img height="250" src="https://raw.githubusercontent.com/constructive-io/constructive/refs/heads/main/assets/outline-logo.svg" />
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p align="center" width="100%">
|
|
8
|
+
<a href="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml">
|
|
9
|
+
<img height="20" src="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml/badge.svg" />
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://github.com/constructive-io/constructive/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
|
|
12
|
+
<a href="https://www.npmjs.com/package/graphile-postgis"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=graphile%2Fgraphile-postgis%2Fpackage.json"/></a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
3
15
|
PostGIS support for PostGraphile v5.
|
|
4
16
|
|
|
5
17
|
Automatically generates GraphQL types for PostGIS geometry and geography columns, including GeoJSON scalar types, dimension-aware interfaces, and subtype-specific fields (coordinates, points, rings, etc.).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-postgis",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"description": "PostGIS support for PostGraphile v5",
|
|
5
5
|
"author": "Constructive <developers@constructive.io>",
|
|
6
6
|
"homepage": "https://github.com/constructive-io/constructive",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"url": "https://github.com/constructive-io/constructive/issues"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@dataplan/pg": "1.0.0-rc.
|
|
45
|
-
"grafast": "1.0.0-rc.
|
|
46
|
-
"graphile-build": "5.0.0-rc.
|
|
47
|
-
"graphile-build-pg": "5.0.0-rc.
|
|
48
|
-
"graphile-config": "1.0.0-rc.
|
|
49
|
-
"graphile-connection-filter": "^1.1.
|
|
50
|
-
"graphql": "
|
|
51
|
-
"pg-sql2": "5.0.0-rc.
|
|
52
|
-
"postgraphile": "5.0.0-rc.
|
|
44
|
+
"@dataplan/pg": "1.0.0-rc.8",
|
|
45
|
+
"grafast": "1.0.0-rc.9",
|
|
46
|
+
"graphile-build": "5.0.0-rc.6",
|
|
47
|
+
"graphile-build-pg": "5.0.0-rc.8",
|
|
48
|
+
"graphile-config": "1.0.0-rc.6",
|
|
49
|
+
"graphile-connection-filter": "^1.1.2",
|
|
50
|
+
"graphql": "16.13.0",
|
|
51
|
+
"pg-sql2": "5.0.0-rc.5",
|
|
52
|
+
"postgraphile": "5.0.0-rc.10"
|
|
53
53
|
},
|
|
54
54
|
"peerDependenciesMeta": {
|
|
55
55
|
"graphile-connection-filter": {
|
|
@@ -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.5.
|
|
62
|
+
"graphile-test": "^4.5.4",
|
|
63
63
|
"makage": "^0.1.10",
|
|
64
|
-
"pgsql-test": "^4.5.
|
|
64
|
+
"pgsql-test": "^4.5.4"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "8afe6b19da82facbe5f3365762ba52888af5b3c9"
|
|
67
67
|
}
|