stream-to-etag 2.1.5 → 2.2.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-to-etag",
3
- "version": "2.1.5",
3
+ "version": "2.2.0",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
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",
@@ -36,7 +36,7 @@
36
36
  "etag"
37
37
  ],
38
38
  "dependencies": {
39
- "etag-hash": "^2.1.5"
39
+ "etag-hash": "^2.2.0"
40
40
  },
41
- "gitHead": "748329104283d28d3bebe3cccd5e2f50598805d3"
41
+ "gitHead": "d3f4befdbf70969bef95d742dbdbe131a064919c"
42
42
  }