🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@forwardimpact/libcodegen

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libcodegen - npm Package Compare versions

Comparing version
0.1.67
to
0.1.68
+8
-0
bin/fit-codegen.js

@@ -65,2 +65,10 @@ #!/usr/bin/env node

],
documentation: [
{
title: "Keep Types Synced with Proto Definitions",
url: "https://www.forwardimpact.team/docs/libraries/typed-contracts/index.md",
description:
"One source of truth from proto definition to runtime: types, MCP tools, and service endpoints regenerated with fit-codegen.",
},
],
};

@@ -67,0 +75,0 @@

+1
-1
{
"name": "@forwardimpact/libcodegen",
"version": "0.1.67",
"version": "0.1.68",
"description": "Protobuf code generation — keep types in sync with proto definitions without hand-writing.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -19,1 +19,7 @@ # libcodegen

```
## Documentation
- [Keep Types Synced with Proto Definitions](https://www.forwardimpact.team/docs/libraries/typed-contracts/index.md)
— one source of truth from proto definition to runtime: types, MCP tools, and
service endpoints regenerated with `fit-codegen`.