effect-cloudflare-r2-layer 1.0.52 → 1.0.53
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "effect-cloudflare-r2-layer",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.53",
|
4
4
|
"author": "jpb06 <jp.bois.06@outlook.fr>",
|
5
5
|
"description": "An effect layer to interact with Cloudware R2 storage service",
|
6
6
|
"keywords": [
|
@@ -46,8 +46,8 @@
|
|
46
46
|
"sync-icons": "bun generateReadmeIcons -h 50"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@aws-sdk/client-s3": "3.
|
50
|
-
"@aws-sdk/s3-request-presigner": "3.
|
49
|
+
"@aws-sdk/client-s3": "3.726.1",
|
50
|
+
"@aws-sdk/s3-request-presigner": "3.726.1",
|
51
51
|
"@effect/platform": "0.74.0",
|
52
52
|
"dotenv": "16.4.7",
|
53
53
|
"effect": "3.12.5"
|