@forwardimpact/libcodegen 0.1.31 → 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.
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env bun
1
+ #!/usr/bin/env node
2
2
 
3
3
  import fs from "node:fs";
4
4
  import fsAsync from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libcodegen",
3
- "version": "0.1.31",
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"