effect-cloudflare-r2-layer 1.0.27 → 1.0.29
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.29",
|
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": [
|
@@ -23,7 +23,7 @@
|
|
23
23
|
}
|
24
24
|
},
|
25
25
|
"engines": {
|
26
|
-
"node": "
|
26
|
+
"node": ">=20.x"
|
27
27
|
},
|
28
28
|
"scripts": {
|
29
29
|
"update-deps": "bunx npm-check-updates --root --format group -i",
|