@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.
Files changed (2) hide show
  1. package/README.md +2 -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.1
9
+ yarn add @zmdb/client@1.0.0-beta.2
10
10
  ```
11
11
 
12
- > **Prerelease** (`1.0.0-beta.1`). Requires **Node.js 26+** and is **ESM-only**. The runtime uses web-platform APIs and works with either an injected transport or Fetch.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zmdb/client",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "Dependency-free HTTP client runtime for generated and manually declared zmdb operations.",
5
5
  "keywords": [
6
6
  "client",