@effect/platform-bun 0.56.0 → 0.56.1
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.
- package/README.md +7 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
`@effect/platform-bun`
|
|
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.
|
|
3
|
+
"version": "0.56.1",
|
|
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.
|
|
14
|
+
"@effect/platform-node-shared": "^0.26.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@effect/platform": "^0.76.
|
|
18
|
-
"effect": "^3.12.
|
|
17
|
+
"@effect/platform": "^0.76.1",
|
|
18
|
+
"effect": "^3.12.12"
|
|
19
19
|
},
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"provenance": true
|