@eiva/protoc-gen-fletcher 0.3.2-alpha → 0.4.0-alpha

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 (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eiva/protoc-gen-fletcher",
3
- "version": "0.3.2-alpha",
3
+ "version": "0.4.0-alpha",
4
4
  "description": "protoc plugin that generates typed TypeScript schema descriptors for Fletcher's positional wire format. Downloads the platform-matching native plugin binary from GitHub Releases on first invocation.",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "homepage": "https://github.com/eivacom/Fletcher/tree/main/protoc",