etag-stream 2.17.1 → 2.19.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
@@ -96,6 +96,21 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
96
96
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
97
97
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
98
98
 
99
+ ### 📚 Documentation & Skills
100
+
101
+ * [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.
102
+
103
+ Install skills for AI coding agents:
104
+
105
+ ```bash
106
+ # All platform skills (security, blueprints, codegen, billing, etc.)
107
+ npx skills add constructive-io/constructive-skills
108
+
109
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
110
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
111
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
112
+ ```
113
+
99
114
  ## Credits
100
115
 
101
116
  **🛠 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": "etag-stream",
3
- "version": "2.17.1",
3
+ "version": "2.19.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "A Transform stream that calculates Etag/S3 MD5 sum. Uses the same algorithm that S3 uses to calculate the ETag.",
6
6
  "main": "index.js",
@@ -34,11 +34,11 @@
34
34
  "stream"
35
35
  ],
36
36
  "dependencies": {
37
- "etag-hash": "^2.17.1"
37
+ "etag-hash": "^2.19.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "glob": "^13.0.6",
41
41
  "makage": "^0.3.0"
42
42
  },
43
- "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
43
+ "gitHead": "958154492690368ffffef974122ea243c68055e2"
44
44
  }