graphile-test 4.17.0 → 4.17.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -262,6 +262,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
262
262
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
263
263
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
264
264
 
265
+ ### 📚 Documentation & Skills
266
+
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
+
265
269
  ## Credits
266
270
 
267
271
  **🛠 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-test",
3
- "version": "4.17.0",
3
+ "version": "4.17.2",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostGraphile Testing",
6
6
  "main": "index.js",
@@ -44,7 +44,7 @@
44
44
  "graphql": "16.13.0",
45
45
  "mock-req": "^0.2.0",
46
46
  "pg": "^8.21.0",
47
- "pgsql-test": "^4.16.0",
47
+ "pgsql-test": "^4.16.2",
48
48
  "postgraphile": "5.0.3"
49
49
  },
50
50
  "keywords": [
@@ -55,5 +55,5 @@
55
55
  "pgpm",
56
56
  "test"
57
57
  ],
58
- "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
58
+ "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
59
59
  }