introspectron 4.20.0 → 4.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 +3 -3
package/README.md CHANGED
@@ -108,6 +108,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
108
108
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
109
109
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
110
110
 
111
+ ### 📚 Documentation & Skills
112
+
113
+ * [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.
114
+
111
115
  ## Credits
112
116
 
113
117
  **🛠 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": "introspectron",
3
- "version": "4.20.0",
3
+ "version": "4.20.2",
4
4
  "description": "introspect your Postgres database and generate an SDK",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "main": "index.js",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@constructive-io/graphql-test": "^4.21.0",
32
+ "@constructive-io/graphql-test": "^4.21.2",
33
33
  "@jest/test-sequencer": "^30.4.1",
34
34
  "@types/pg": "^8.20.0",
35
35
  "makage": "^0.3.0",
@@ -48,5 +48,5 @@
48
48
  "graphile",
49
49
  "constructive"
50
50
  ],
51
- "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
51
+ "gitHead": "6e5e79cbc24e2861963aeb1f6daff6d55279f081"
52
52
  }