uuid-hash 2.16.1 → 2.18.0

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 +15 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -77,6 +77,21 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
77
77
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
78
78
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
79
79
 
80
+ ### 📚 Documentation & Skills
81
+
82
+ * [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.
83
+
84
+ Install skills for AI coding agents:
85
+
86
+ ```bash
87
+ # All platform skills (security, blueprints, codegen, billing, etc.)
88
+ npx skills add constructive-io/constructive-skills
89
+
90
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
91
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
92
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
93
+ ```
94
+
80
95
  ## Credits
81
96
 
82
97
  **🛠 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": "uuid-hash",
3
- "version": "2.16.1",
3
+ "version": "2.18.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Es6 class that generates RFC-compliant UUID v5.",
6
6
  "main": "index.js",
@@ -37,5 +37,5 @@
37
37
  "devDependencies": {
38
38
  "makage": "^0.3.0"
39
39
  },
40
- "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
40
+ "gitHead": "958154492690368ffffef974122ea243c68055e2"
41
41
  }