effect-cloudflare-r2-layer 1.0.44 → 1.0.46
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -9
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.46",
|
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": "bun npm-check-updates --root --format group -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": "0.72.
|
49
|
+
"@aws-sdk/client-s3": "3.722.0",
|
50
|
+
"@aws-sdk/s3-request-presigner": "3.722.0",
|
51
|
+
"@effect/platform": "0.72.1",
|
52
52
|
"dotenv": "16.4.7",
|
53
|
-
"effect": "3.12.
|
53
|
+
"effect": "3.12.1"
|
54
54
|
},
|
55
55
|
"peerDependencies": {
|
56
56
|
"typescript": "5.7.2"
|
@@ -63,12 +63,12 @@
|
|
63
63
|
"comment-json": "4.2.5",
|
64
64
|
"copyfiles": "2.4.1",
|
65
65
|
"del-cli": "6.0.0",
|
66
|
-
"effect-errors": "1.8.
|
66
|
+
"effect-errors": "1.8.7",
|
67
67
|
"fs-extra": "11.2.0",
|
68
68
|
"glob": "11.0.0",
|
69
|
+
"npm-check-updates": "^17.1.13",
|
69
70
|
"readme-package-icons": "1.1.16",
|
70
|
-
"
|
71
|
-
"ts-paths-resolver": "1.2.14",
|
71
|
+
"ts-paths-resolver": "1.2.15",
|
72
72
|
"tsx": "4.19.2",
|
73
73
|
"vitest": "2.1.8",
|
74
74
|
"vitest-mock-extended": "2.0.2"
|