@effect/platform-bun 0.56.0 → 0.57.0

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 +7 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1 +1,7 @@
1
- `@effect/platform-bun` provides Bun-specific implementations for the abstractions defined in [`@effect/platform`](https://github.com/Effect-TS/effect/tree/main/packages/platform), allowing you to write platform-independent code that runs smoothly in Bun environments.
1
+ # `@effect/platform-bun`
2
+
3
+ Provides Bun-specific implementations for the abstractions defined in [`@effect/platform`](https://github.com/Effect-TS/effect/tree/main/packages/platform), allowing you to write platform-independent code that runs smoothly in Bun environments.
4
+
5
+ ## Documentation
6
+
7
+ - **API Reference**: [View the full documentation](https://effect-ts.github.io/effect/docs/platform-bun).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/platform-bun",
3
- "version": "0.56.0",
3
+ "version": "0.57.0",
4
4
  "description": "Platform specific implementations for the Bun runtime",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -11,11 +11,11 @@
11
11
  "sideEffects": [],
12
12
  "dependencies": {
13
13
  "multipasta": "^0.2.5",
14
- "@effect/platform-node-shared": "^0.26.0"
14
+ "@effect/platform-node-shared": "^0.27.0"
15
15
  },
16
16
  "peerDependencies": {
17
- "@effect/platform": "^0.76.0",
18
- "effect": "^3.12.11"
17
+ "@effect/platform": "^0.77.0",
18
+ "effect": "^3.13.0"
19
19
  },
20
20
  "publishConfig": {
21
21
  "provenance": true