pgsql-test 4.16.1 → 4.16.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
@@ -722,6 +722,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
722
722
 
723
723
  * [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.
724
724
 
725
+ Install skills for AI coding agents:
726
+
727
+ ```bash
728
+ # All platform skills (security, blueprints, codegen, billing, etc.)
729
+ npx skills add constructive-io/constructive-skills
730
+
731
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
732
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
733
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
734
+ ```
735
+
725
736
  ## Credits
726
737
 
727
738
  **🛠 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": "pgsql-test",
3
- "version": "4.16.1",
3
+ "version": "4.16.3",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "pgsql-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests — giving developers realistic test coverage without external state pollution",
6
6
  "main": "index.js",
@@ -55,7 +55,7 @@
55
55
  "test:watch": "jest --watch"
56
56
  },
57
57
  "devDependencies": {
58
- "@pgpmjs/core": "6.22.0",
58
+ "@pgpmjs/core": "6.23.0",
59
59
  "@types/pg": "^8.20.0",
60
60
  "@types/pg-copy-streams": "^1.2.5",
61
61
  "makage": "^0.3.0"
@@ -68,8 +68,8 @@
68
68
  "pg": "^8.21.0",
69
69
  "pg-cache": "^3.12.0",
70
70
  "pg-env": "^1.16.0",
71
- "pgsql-client": "^3.16.1",
72
- "pgsql-seed": "^2.16.1"
71
+ "pgsql-client": "^3.16.3",
72
+ "pgsql-seed": "^2.16.3"
73
73
  },
74
- "gitHead": "12515d72a1c3db748a317157770e7aec4db34c34"
74
+ "gitHead": "30fdaaacfc61f86b3e466f0c4c3768550fd77a55"
75
75
  }