stream-to-etag 2.4.4 → 2.4.5

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 +1 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  <img height="20" src="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml/badge.svg" />
10
10
  </a>
11
11
  <a href="https://github.com/constructive-io/constructive/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
12
- <a href="https://www.npmjs.com/package/stream-to-etag"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=packages%2Fstream-to-etag%2Fpackage.json"/></a>
12
+ <a href="https://www.npmjs.com/package/stream-to-etag"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=uploads%2Fstream-to-etag%2Fpackage.json"/></a>
13
13
  </p>
14
14
 
15
15
  Calculates Etag/S3 MD5 sum given a readable stream. Uses the same algorithm that S3 uses to calculate the `ETag`.
@@ -72,7 +72,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
72
72
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
73
73
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
74
74
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
75
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
76
75
 
77
76
  ### 🚀 API & Dev Tools
78
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-to-etag",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
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.4.4"
38
+ "etag-hash": "^2.4.5"
39
39
  },
40
40
  "devDependencies": {
41
41
  "glob": "^13.0.0",
42
42
  "makage": "^0.1.9"
43
43
  },
44
- "gitHead": "e45ec95404e48d0c0542da882a3baea0cd6de1c7"
44
+ "gitHead": "c2e68f9808a87e3231d9b9af5e706bef5dbd2af8"
45
45
  }