@forwardimpact/libcodegen 0.1.56 → 0.1.57

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.
@@ -31,7 +31,8 @@ const VERSION =
31
31
  const definition = {
32
32
  name: "fit-codegen",
33
33
  version: VERSION,
34
- description: "Generate protobuf types, service clients, and definitions",
34
+ description:
35
+ "Generate protobuf types, service clients, and definitions from .proto files in installed @forwardimpact/* packages (node_modules/@forwardimpact/*/proto/) and an optional project-local proto/ directory.",
35
36
  globalOptions: {
36
37
  all: { type: "boolean", description: "Generate all code" },
37
38
  type: { type: "boolean", description: "Generate protobuf types only" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libcodegen",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "description": "Protobuf code generation — keep types in sync with proto definitions without hand-writing.",
5
5
  "keywords": [
6
6
  "codegen",