uuid-stream 2.17.0 → 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 +3 -3
package/README.md CHANGED
@@ -94,6 +94,21 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
94
94
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
95
95
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
96
96
 
97
+ ### 📚 Documentation & Skills
98
+
99
+ * [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.
100
+
101
+ Install skills for AI coding agents:
102
+
103
+ ```bash
104
+ # All platform skills (security, blueprints, codegen, billing, etc.)
105
+ npx skills add constructive-io/constructive-skills
106
+
107
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
108
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
109
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
110
+ ```
111
+
97
112
  ## Credits
98
113
 
99
114
  **🛠 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-stream",
3
- "version": "2.17.0",
3
+ "version": "2.18.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "A Transform stream that generates RFC-compliant UUID v5.",
6
6
  "main": "index.js",
@@ -36,10 +36,10 @@
36
36
  "uuid"
37
37
  ],
38
38
  "dependencies": {
39
- "uuid-hash": "^2.17.0"
39
+ "uuid-hash": "^2.18.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "makage": "^0.3.0"
43
43
  },
44
- "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
44
+ "gitHead": "958154492690368ffffef974122ea243c68055e2"
45
45
  }