@6qat/tcp-connection 0.2.4 → 0.2.6

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 CHANGED
@@ -1,12 +1,12 @@
1
- # TCP Connection
2
-
3
- A robust TCP connection library with Effect.js integration.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- bun add @6qat/tcp-connection
9
- # or
10
- npm install @6qat/tcp-connection
11
- # or
1
+ # TCP Connection
2
+
3
+ A robust TCP connection library with Effect.js integration.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ bun add @6qat/tcp-connection
9
+ # or
10
+ npm install @6qat/tcp-connection
11
+ # or
12
12
  yarn add @6qat/tcp-connection
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './tcp-stream';
1
+ export * from './tcp-stream.js';