@effect/platform-node 0.72.0 → 0.73.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-node` provides Node.js-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 integrates smoothly with Node.js.
1
+ # `@effect/platform-node`
2
+
3
+ Provides Node.js-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 integrates smoothly with Node.js.
4
+
5
+ ## Documentation
6
+
7
+ - **API Reference**: [View the full documentation](https://effect-ts.github.io/effect/docs/platform-node).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/platform-node",
3
- "version": "0.72.0",
3
+ "version": "0.73.0",
4
4
  "description": "Platform specific implementations for the Node.js runtime",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -13,11 +13,11 @@
13
13
  "mime": "^3.0.0",
14
14
  "undici": "^7.1.0",
15
15
  "ws": "^8.18.0",
16
- "@effect/platform-node-shared": "^0.26.0"
16
+ "@effect/platform-node-shared": "^0.27.0"
17
17
  },
18
18
  "peerDependencies": {
19
- "@effect/platform": "^0.76.0",
20
- "effect": "^3.12.11"
19
+ "@effect/platform": "^0.77.0",
20
+ "effect": "^3.13.0"
21
21
  },
22
22
  "publishConfig": {
23
23
  "provenance": true