@constructive-io/playwright-test 2.20.0 → 2.20.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 +4 -4
package/README.md CHANGED
@@ -210,6 +210,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
210
210
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
211
211
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
212
212
 
213
+ ### 📚 Documentation & Skills
214
+
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
+
213
217
  ## Credits
214
218
 
215
219
  **🛠 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.0",
3
+ "version": "2.20.2",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Constructive Playwright Testing with HTTP server support",
6
6
  "main": "index.js",
@@ -36,8 +36,8 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@constructive-io/graphql-env": "^3.13.0",
39
- "@constructive-io/graphql-server": "^4.35.0",
40
- "@constructive-io/graphql-test": "^4.21.0",
39
+ "@constructive-io/graphql-server": "^4.35.1",
40
+ "@constructive-io/graphql-test": "^4.21.2",
41
41
  "@constructive-io/graphql-types": "^3.12.0",
42
42
  "@pgpmjs/types": "^2.29.0",
43
43
  "express": "^5.2.1",
@@ -55,5 +55,5 @@
55
55
  "e2e",
56
56
  "integration"
57
57
  ],
58
- "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
58
+ "gitHead": "6e5e79cbc24e2861963aeb1f6daff6d55279f081"
59
59
  }