effect-cloudflare-r2-layer 1.0.20 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
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.22",
|
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,24 +46,24 @@
|
|
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.
|
51
|
-
"@effect/platform": "^0.
|
49
|
+
"@aws-sdk/client-s3": "^3.676.0",
|
50
|
+
"@aws-sdk/s3-request-presigner": "^3.676.0",
|
51
|
+
"@effect/platform": "^0.69.2",
|
52
52
|
"dotenv": "^16.4.5",
|
53
|
-
"effect": "^3.
|
53
|
+
"effect": "^3.10.0"
|
54
54
|
},
|
55
55
|
"peerDependencies": {
|
56
56
|
"typescript": "5.6.3"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
|
-
"@biomejs/biome": "^1.9.
|
59
|
+
"@biomejs/biome": "^1.9.4",
|
60
60
|
"@types/bun": "latest",
|
61
61
|
"@types/fs-extra": "^11.0.4",
|
62
62
|
"@vitest/coverage-v8": "^2.1.3",
|
63
63
|
"comment-json": "^4.2.5",
|
64
64
|
"copyfiles": "^2.4.1",
|
65
65
|
"del-cli": "^6.0.0",
|
66
|
-
"effect-errors": "^1.7.
|
66
|
+
"effect-errors": "^1.7.20",
|
67
67
|
"fs-extra": "^11.2.0",
|
68
68
|
"glob": "^11.0.0",
|
69
69
|
"readme-package-icons": "^1.1.16",
|