@effect/platform-node-shared 0.34.0 → 0.34.2

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.
@@ -21,7 +21,7 @@ export declare class IncomingMessage extends IncomingMessage_base {
21
21
  * @since 1.0.0
22
22
  * @category constructors
23
23
  */
24
- export declare const make: (options: Net.ServerOpts & Net.ListenOptions) => Effect.Effect<{
24
+ export declare const make: (this: unknown, options: Net.ServerOpts & Net.ListenOptions) => Effect.Effect<{
25
25
  readonly address: SocketServer.Address;
26
26
  readonly run: <R, E, _>(handler: (socket: Socket.Socket) => Effect.Effect<_, E, R>) => Effect.Effect<never, SocketServer.SocketServerError, R>;
27
27
  }, SocketServer.SocketServerError, Scope.Scope>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/platform-node-shared",
3
- "version": "0.34.0",
3
+ "version": "0.34.2",
4
4
  "description": "Unified interfaces for common platform-specific services",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -16,11 +16,11 @@
16
16
  "ws": "^8.18.0"
17
17
  },
18
18
  "peerDependencies": {
19
- "@effect/cluster": "^0.33.0",
20
- "@effect/platform": "^0.82.0",
21
- "@effect/rpc": "^0.59.0",
22
- "@effect/sql": "^0.35.0",
23
- "effect": "^3.15.0"
19
+ "@effect/cluster": "^0.33.2",
20
+ "@effect/platform": "^0.82.1",
21
+ "@effect/rpc": "^0.59.2",
22
+ "@effect/sql": "^0.35.1",
23
+ "effect": "^3.15.1"
24
24
  },
25
25
  "publishConfig": {
26
26
  "provenance": true