@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 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
- - **Multi-runtime** — Node.js 18+, browsers, and edge runtimes (uses the standard `fetch` API)
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.