effect-cloudflare-r2-layer 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -259,7 +259,7 @@ type readAsJson = <
259
259
  ) => Effect.Effect<
260
260
  TShape,
261
261
  HttpClientError | FileStorageError | ConfigError.ConfigError,
262
- Scope | HttpClient.Service | FileStorage
262
+ FileStorage | Scope | HttpClient<HttpClientError, Scope>
263
263
  >;
264
264
  ```
265
265
 
@@ -310,7 +310,7 @@ readAsText: <TBucket extends string>(
310
310
  Effect.Effect<
311
311
  string,
312
312
  ConfigError | HttpClientError | FileStorageError,
313
- Scope | HttpClient.Service | FileStorage
313
+ FileStorage | Scope | HttpClient<HttpClientError, Scope>
314
314
  >;
315
315
  ```
316
316
 
@@ -356,7 +356,7 @@ readAsRawBinary: <TBucket extends string>(
356
356
  Effect.Effect<
357
357
  ArrayBuffer,
358
358
  ConfigError | HttpClientError | FileStorageError,
359
- Scope | HttpClient.Service | FileStorage
359
+ FileStorage | Scope | HttpClient<HttpClientError, Scope>
360
360
  >;
361
361
  ```
362
362
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "effect-cloudflare-r2-layer",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
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": [
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@aws-sdk/client-s3": "^3.670.0",
50
50
  "@aws-sdk/s3-request-presigner": "^3.670.0",
51
- "@effect/platform": "^0.68.4",
51
+ "@effect/platform": "^0.68.5",
52
52
  "dotenv": "^16.4.5",
53
53
  "effect": "^3.9.2"
54
54
  },
@@ -63,7 +63,7 @@
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.16",
66
+ "effect-errors": "^1.7.17",
67
67
  "fs-extra": "^11.2.0",
68
68
  "glob": "^11.0.0",
69
69
  "readme-package-icons": "^1.1.16",