@forwardimpact/libcodegen 0.1.49 → 0.1.50

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 +6 -1
  2. package/package.json +12 -8
package/README.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # libcodegen
2
2
 
3
- Protocol Buffer code generation utilities.
3
+ <!-- BEGIN:description Do not edit. Generated from package.json. -->
4
+
5
+ Protobuf code generation — keep types in sync with proto definitions without
6
+ hand-writing.
7
+
8
+ <!-- END:description -->
4
9
 
5
10
  ## Getting Started
6
11
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@forwardimpact/libcodegen",
3
- "version": "0.1.49",
4
- "description": "Protobuf code generation — produces the types and clients consumed by `libtype` and `librpc`.",
3
+ "version": "0.1.50",
4
+ "description": "Protobuf code generation — keep types in sync with proto definitions without hand-writing.",
5
5
  "keywords": [
6
6
  "codegen",
7
7
  "protobuf",
@@ -16,12 +16,16 @@
16
16
  },
17
17
  "license": "Apache-2.0",
18
18
  "author": "D. Olsson <hi@senzilla.io>",
19
- "forwardimpact": {
20
- "capability": "agent-infrastructure",
21
- "needs": [
22
- "Generate code from .proto files"
23
- ]
24
- },
19
+ "jobs": [
20
+ {
21
+ "user": "Platform Builders",
22
+ "goal": "Keep Service Contracts Typed",
23
+ "trigger": "Adding a proto definition and realizing the JavaScript types are already stale.",
24
+ "bigHire": "keep types in sync with proto definitions without hand-writing.",
25
+ "littleHire": "change a proto definition and trust the JavaScript types follow.",
26
+ "competesWith": "manual type definitions; hoping hand-written types match; skipping types entirely"
27
+ }
28
+ ],
25
29
  "type": "module",
26
30
  "main": "./src/index.js",
27
31
  "exports": {