@forwardimpact/libcodegen 0.1.32 → 0.1.36

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libcodegen",
3
- "version": "0.1.32",
3
+ "version": "0.1.36",
4
4
  "description": "Protocol Buffer code generation utilities for Guide",
5
5
  "license": "Apache-2.0",
6
6
  "author": "D. Olsson <hi@senzilla.io>",
@@ -10,7 +10,8 @@
10
10
  "fit-codegen": "./bin/fit-codegen.js"
11
11
  },
12
12
  "engines": {
13
- "bun": ">=1.2.0"
13
+ "bun": ">=1.2.0",
14
+ "node": ">=18.0.0"
14
15
  },
15
16
  "scripts": {
16
17
  "test": "bun run node --test test/*.test.js"