graphile-postgis 2.18.2 → 2.18.3

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 +11 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -582,6 +582,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
582
582
 
583
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
584
 
585
+ Install skills for AI coding agents:
586
+
587
+ ```bash
588
+ # All platform skills (security, blueprints, codegen, billing, etc.)
589
+ npx skills add constructive-io/constructive-skills
590
+
591
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
592
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
593
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
594
+ ```
595
+
585
596
  ## Credits
586
597
 
587
598
  **🛠 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.18.2",
3
+ "version": "2.18.3",
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.12.2",
49
+ "graphile-connection-filter": "^1.12.3",
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.17.2",
62
+ "graphile-test": "^4.17.3",
63
63
  "makage": "^0.3.0",
64
- "pgsql-test": "^4.16.2"
64
+ "pgsql-test": "^4.16.3"
65
65
  },
66
- "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
66
+ "gitHead": "30fdaaacfc61f86b3e466f0c4c3768550fd77a55"
67
67
  }