effect-cloudflare-r2-layer 1.0.37 → 1.0.38
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -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.38",
|
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": [
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"node": ">=20.x"
|
27
27
|
},
|
28
28
|
"scripts": {
|
29
|
-
"update-deps": "
|
29
|
+
"update-deps": "taze -I",
|
30
30
|
"copy-package": "copyfiles package.json ./dist/",
|
31
31
|
"copy-readme": "copyfiles README.md ./dist/",
|
32
32
|
"build": "del-cli ./dist && bun build-esm && bun build-cjs",
|
@@ -46,11 +46,11 @@
|
|
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": "
|
49
|
+
"@aws-sdk/client-s3": "^3.717.0",
|
50
|
+
"@aws-sdk/s3-request-presigner": "^3.717.0",
|
51
|
+
"@effect/platform": "0.71.6",
|
52
52
|
"dotenv": "^16.4.7",
|
53
|
-
"effect": "
|
53
|
+
"effect": "3.11.9"
|
54
54
|
},
|
55
55
|
"peerDependencies": {
|
56
56
|
"typescript": "5.7.2"
|
@@ -63,10 +63,11 @@
|
|
63
63
|
"comment-json": "^4.2.5",
|
64
64
|
"copyfiles": "^2.4.1",
|
65
65
|
"del-cli": "^6.0.0",
|
66
|
-
"effect-errors": "
|
66
|
+
"effect-errors": "1.7.46",
|
67
67
|
"fs-extra": "^11.2.0",
|
68
68
|
"glob": "^11.0.0",
|
69
69
|
"readme-package-icons": "^1.1.16",
|
70
|
+
"taze": "^0.18.0",
|
70
71
|
"ts-paths-resolver": "1.2.9",
|
71
72
|
"tsx": "^4.19.2",
|
72
73
|
"vitest": "^2.1.8",
|