graphile-i18n 1.2.3 → 1.2.4

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 +4 -4
package/README.md CHANGED
@@ -225,6 +225,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
225
225
 
226
226
  * [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.
227
227
 
228
+ Install skills for AI coding agents:
229
+
230
+ ```bash
231
+ # All platform skills (security, blueprints, codegen, billing, etc.)
232
+ npx skills add constructive-io/constructive-skills
233
+
234
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
235
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
236
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
237
+ ```
238
+
228
239
  ## Credits
229
240
 
230
241
  **🛠 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-i18n",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "PostGraphile v5 i18n plugin — language-aware fields from @i18n translation tables with Accept-Language negotiation and fallback chains",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -45,10 +45,10 @@
45
45
  "@types/accept-language-parser": "^1.5.4",
46
46
  "@types/node": "^22.19.11",
47
47
  "@types/pg": "^8.20.0",
48
- "graphile-test": "^4.17.2",
48
+ "graphile-test": "^4.17.3",
49
49
  "makage": "^0.3.0",
50
50
  "pg": "^8.21.0",
51
- "pgsql-test": "^4.16.2"
51
+ "pgsql-test": "^4.16.3"
52
52
  },
53
53
  "keywords": [
54
54
  "postgraphile",
@@ -63,5 +63,5 @@
63
63
  "accept-language",
64
64
  "locale"
65
65
  ],
66
- "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
66
+ "gitHead": "30fdaaacfc61f86b3e466f0c4c3768550fd77a55"
67
67
  }