@zmdb/client 1.0.0-beta.1 → 1.0.0-beta.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,10 +6,10 @@ decoding, cancellation, authentication patches, and stable protocol errors witho
|
|
|
6
6
|
## Install
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
|
-
yarn add @zmdb/client@1.0.0-beta.
|
|
9
|
+
yarn add @zmdb/client@1.0.0-beta.2
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
> **Prerelease** (`1.0.0-beta.
|
|
12
|
+
> **Prerelease** (`1.0.0-beta.2`). Requires **Node.js 26+** and is **ESM-only**. The runtime uses web-platform APIs and works with either an injected transport or Fetch.
|
|
13
13
|
|
|
14
14
|
## Entry points
|
|
15
15
|
|