@otskit/client 0.3.0 → 0.5.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.
- package/README.md +1 -1
- package/dist/index.cjs +130 -1515
- package/dist/index.d.cts +68 -47
- package/dist/index.d.ts +68 -47
- package/dist/index.js +133 -1505
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
|
|
33
33
|
### Developer Experience
|
|
34
34
|
- **TypeScript-first** — Strict types throughout; full IntelliSense for every option and error
|
|
35
|
-
- **
|
|
35
|
+
- **Node.js 20+** — Requires Node.js; uses native `crypto`, `dns`, and `net` APIs not available in browsers or edge runtimes
|
|
36
36
|
- **Tree-shakeable** — Dual ESM/CJS build, zero runtime dependencies
|
|
37
37
|
- **`AbortController` support** — Cancel any in-flight operation at any level
|
|
38
38
|
- **Observable** — Drop-in `Logger` interface compatible with `console`, `pino`, `winston`, etc.
|