graphile-postgis 2.17.2 → 2.18.1

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 +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -578,6 +578,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
578
578
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
579
579
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
580
580
 
581
+ ### 📚 Documentation & Skills
582
+
583
+ * [constructive-skills](https://github.com/constructive-io/constructive-skills): **📖 Platform documentation and AI agent skills** — feature catalog, blueprint reference, SDK guides (i18n, billing, limits, events, uploads, security, entities, search, AI), and deployment guides.
584
+
581
585
  ## Credits
582
586
 
583
587
  **🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-postgis",
3
- "version": "2.17.2",
3
+ "version": "2.18.1",
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.2",
47
47
  "graphile-build-pg": "5.0.2",
48
48
  "graphile-config": "1.0.1",
49
- "graphile-connection-filter": "^1.11.2",
49
+ "graphile-connection-filter": "^1.12.1",
50
50
  "graphql": "16.13.0",
51
51
  "pg-sql2": "5.0.1",
52
52
  "postgraphile": "5.0.3"
@@ -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.16.2",
62
+ "graphile-test": "^4.17.1",
63
63
  "makage": "^0.3.0",
64
- "pgsql-test": "^4.15.2"
64
+ "pgsql-test": "^4.16.1"
65
65
  },
66
- "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
66
+ "gitHead": "12515d72a1c3db748a317157770e7aec4db34c34"
67
67
  }