stream-to-etag 2.18.0 → 2.19.1

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
@@ -78,6 +78,21 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
78
78
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
79
79
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
80
80
 
81
+ ### 📚 Documentation & Skills
82
+
83
+ * [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.
84
+
85
+ Install skills for AI coding agents:
86
+
87
+ ```bash
88
+ # All platform skills (security, blueprints, codegen, billing, etc.)
89
+ npx skills add constructive-io/constructive-skills
90
+
91
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
92
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
93
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
94
+ ```
95
+
81
96
  ## Credits
82
97
 
83
98
  **🛠 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": "stream-to-etag",
3
- "version": "2.18.0",
3
+ "version": "2.19.1",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "Calculates Etag/S3 MD5 sum given a readable stream. Uses the same algorithm that S3 uses to calculate the ETag.",
6
6
  "main": "index.js",
@@ -35,11 +35,11 @@
35
35
  "etag"
36
36
  ],
37
37
  "dependencies": {
38
- "etag-hash": "^2.18.0"
38
+ "etag-hash": "^2.19.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "glob": "^13.0.6",
42
42
  "makage": "^0.3.0"
43
43
  },
44
- "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
44
+ "gitHead": "43b73b3014cb9388ca3218611455c7e0f202f042"
45
45
  }