stream-to-etag 2.3.13 → 2.4.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.
- package/README.md +1 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -98,8 +98,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
98
98
|
|
|
99
99
|
## Credits
|
|
100
100
|
|
|
101
|
-
|
|
102
|
-
|
|
101
|
+
**🛠 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).**
|
|
103
102
|
|
|
104
103
|
## Disclaimer
|
|
105
104
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-to-etag",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "2.4.1",
|
|
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",
|
|
7
7
|
"module": "esm/index.js",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"etag"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"etag-hash": "^2.
|
|
38
|
+
"etag-hash": "^2.4.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"glob": "^13.0.0",
|
|
42
42
|
"makage": "^0.1.8"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
|
|
45
45
|
}
|