@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.
- package/README.md +5 -5
- 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.
|
|
11
|
-
yarn add --dev @zmdb/compiler@1.0.0-beta.
|
|
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.
|
|
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.
|
|
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