effect-cloudflare-r2-layer 1.0.12 → 1.0.13
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.13",
|
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": [
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"dependencies": {
|
45
45
|
"@aws-sdk/client-s3": "^3.658.1",
|
46
46
|
"@aws-sdk/s3-request-presigner": "^3.658.1",
|
47
|
-
"@effect/platform": "^0.
|
47
|
+
"@effect/platform": "^0.67.0",
|
48
48
|
"dotenv": "^16.4.5",
|
49
49
|
"effect": "^3.8.4"
|
50
50
|
},
|