effect-cloudflare-r2-layer 1.0.33 → 1.0.34
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
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.34",
|
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": [
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"dependencies": {
|
49
49
|
"@aws-sdk/client-s3": "^3.701.0",
|
50
50
|
"@aws-sdk/s3-request-presigner": "^3.701.0",
|
51
|
-
"@effect/platform": "^0.
|
51
|
+
"@effect/platform": "^0.70.0",
|
52
52
|
"dotenv": "^16.4.5",
|
53
53
|
"effect": "^3.10.19"
|
54
54
|
},
|