@zmdb/protobuf 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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,14 +7,14 @@ Reflection, descriptor emission, and codec generation are build-time responsibil
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- yarn add @zmdb/protobuf@1.0.0-beta.1
11
- yarn add --dev @zmdb/compiler@1.0.0-beta.1 typescript@^7
10
+ yarn add @zmdb/protobuf@1.0.0-beta.2
11
+ yarn add --dev @zmdb/compiler@1.0.0-beta.2 typescript@^7
12
12
  ```
13
13
 
14
- > **Prerelease** (`1.0.0-beta.1`). Requires **Node.js 26+** and is **ESM-only**. Ships built ESM `.js` + `.d.ts` under `./dist`.
14
+ > **Prerelease** (`1.0.0-beta.2`). Requires **Node.js 26+** and is **ESM-only**. Ships built ESM `.js` + `.d.ts` under `./dist`.
15
15
 
16
- `@zmdb/protobuf` has no runtime dependency or peer dependency and is not installed by `yarn add zmdb@1.0.0-beta.1`. Its development dependency is `@zmdb/compiler`, the build-time reflector/emitter;
17
- generated code imports the wire runtime from this package.
16
+ `@zmdb/protobuf` has no runtime dependency or peer dependency and is not installed by `yarn add @zmdb/core@1.0.0-beta.2`. Its development dependency is `@zmdb/compiler`, the build-time
17
+ reflector/emitter; generated code imports the wire runtime from this package.
18
18
 
19
19
  ## Usage
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zmdb/protobuf",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "Zero-dependency protobuf calls, typed gRPC service artifacts, and the wire runtime targeted by zmdb's ahead-of-time compiler.",
5
5
  "keywords": [
6
6
  "aot",