@constructive-io/s3-streamer 2.8.12 → 2.8.13
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 -1
- package/package.json +6 -6
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/@constructive-io/s3-streamer"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=
|
|
12
|
+
<a href="https://www.npmjs.com/package/@constructive-io/s3-streamer"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=uploads%2Fs3-streamer%2Fpackage.json"/></a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
Stream uploads to S3 with automatic content-type detection, ETag generation, and metadata extraction. Built on AWS SDK v3 for optimal performance and smaller bundle sizes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/s3-streamer",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.13",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "stream files to s3",
|
|
6
6
|
"main": "index.js",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@constructive-io/s3-utils": "^2.3.
|
|
33
|
-
"@pgpmjs/env": "^2.8.
|
|
32
|
+
"@constructive-io/s3-utils": "^2.3.8",
|
|
33
|
+
"@pgpmjs/env": "^2.8.11",
|
|
34
34
|
"glob": "^13.0.0",
|
|
35
35
|
"makage": "^0.1.9"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@aws-sdk/client-s3": "^3.958.0",
|
|
39
39
|
"@aws-sdk/lib-storage": "^3.958.0",
|
|
40
|
-
"@constructive-io/content-type-stream": "^2.4.
|
|
41
|
-
"@pgpmjs/types": "^2.12.
|
|
40
|
+
"@constructive-io/content-type-stream": "^2.4.5",
|
|
41
|
+
"@pgpmjs/types": "^2.12.8"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"s3",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"minio",
|
|
49
49
|
"constructive"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "c2e68f9808a87e3231d9b9af5e706bef5dbd2af8"
|
|
52
52
|
}
|