graphile-settings 5.6.2 → 5.6.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 +10 -10
package/README.md CHANGED
@@ -266,6 +266,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
266
266
 
267
267
  * [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.
268
268
 
269
+ Install skills for AI coding agents:
270
+
271
+ ```bash
272
+ # All platform skills (security, blueprints, codegen, billing, etc.)
273
+ npx skills add constructive-io/constructive-skills
274
+
275
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
276
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
277
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
278
+ ```
279
+
269
280
  ## Credits
270
281
 
271
282
  **🛠 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-settings",
3
- "version": "5.6.2",
3
+ "version": "5.6.3",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "graphile settings",
6
6
  "main": "index.js",
@@ -49,16 +49,16 @@
49
49
  "graphile-bucket-provisioner-plugin": "0.12.0",
50
50
  "graphile-build": "5.0.2",
51
51
  "graphile-build-pg": "5.0.2",
52
- "graphile-bulk-mutations": "^0.5.2",
52
+ "graphile-bulk-mutations": "^0.5.3",
53
53
  "graphile-config": "1.0.1",
54
- "graphile-connection-filter": "^1.12.2",
55
- "graphile-i18n": "^1.2.3",
56
- "graphile-ltree": "^1.9.2",
57
- "graphile-pg-aggregates": "^1.5.2",
58
- "graphile-postgis": "^2.18.2",
54
+ "graphile-connection-filter": "^1.12.3",
55
+ "graphile-i18n": "^1.2.4",
56
+ "graphile-ltree": "^1.9.3",
57
+ "graphile-pg-aggregates": "^1.5.3",
58
+ "graphile-postgis": "^2.18.3",
59
59
  "graphile-presigned-url-plugin": "^0.20.0",
60
60
  "graphile-realtime-subscriptions": "^0.8.0",
61
- "graphile-search": "^1.15.2",
61
+ "graphile-search": "^1.15.3",
62
62
  "graphile-upload-plugin": "^2.12.0",
63
63
  "graphile-utils": "5.0.1",
64
64
  "graphql": "16.13.0",
@@ -76,7 +76,7 @@
76
76
  "@types/express": "^5.0.6",
77
77
  "@types/pg": "^8.20.0",
78
78
  "@types/request-ip": "^0.0.41",
79
- "graphile-test": "^4.17.2",
79
+ "graphile-test": "^4.17.3",
80
80
  "makage": "^0.3.0",
81
81
  "nodemon": "^3.1.14",
82
82
  "ts-node": "^10.9.2"
@@ -88,5 +88,5 @@
88
88
  "constructive",
89
89
  "graphql"
90
90
  ],
91
- "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
91
+ "gitHead": "30fdaaacfc61f86b3e466f0c4c3768550fd77a55"
92
92
  }