@constructive-io/playwright-test 2.20.6 → 2.20.8

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 +6 -6
package/README.md CHANGED
@@ -214,6 +214,17 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
214
214
 
215
215
  * [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.
216
216
 
217
+ Install skills for AI coding agents:
218
+
219
+ ```bash
220
+ # All platform skills (security, blueprints, codegen, billing, etc.)
221
+ npx skills add constructive-io/constructive-skills
222
+
223
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
224
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
225
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
226
+ ```
227
+
217
228
  ## Credits
218
229
 
219
230
  **🛠 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": "@constructive-io/playwright-test",
3
- "version": "2.20.6",
3
+ "version": "2.20.8",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive Playwright Testing with HTTP server support",
6
6
  "main": "index.js",
@@ -36,15 +36,15 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@constructive-io/graphql-env": "^3.13.0",
39
- "@constructive-io/graphql-server": "^4.35.3",
40
- "@constructive-io/graphql-test": "^4.21.6",
39
+ "@constructive-io/graphql-server": "^4.35.5",
40
+ "@constructive-io/graphql-test": "^4.21.8",
41
41
  "@constructive-io/graphql-types": "^3.12.0",
42
42
  "@pgpmjs/types": "^2.29.0",
43
43
  "express": "^5.2.1",
44
- "graphile-test": "^4.17.2",
44
+ "graphile-test": "^4.17.4",
45
45
  "pg": "^8.21.0",
46
46
  "pg-cache": "^3.12.0",
47
- "pgsql-test": "^4.16.2"
47
+ "pgsql-test": "^4.16.4"
48
48
  },
49
49
  "keywords": [
50
50
  "testing",
@@ -55,5 +55,5 @@
55
55
  "e2e",
56
56
  "integration"
57
57
  ],
58
- "gitHead": "d6a34a51d5e889443c2345c80ccfcea050875bda"
58
+ "gitHead": "659c7776183c8dc497e640c384e8d1af45965065"
59
59
  }