@bgd-labs/toolbox 0.0.16 → 0.0.17

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/dist/node.mjs +1 -1
  2. package/package.json +2 -2
package/dist/node.mjs CHANGED
@@ -26340,7 +26340,7 @@ async function renderTenderlyReport({
26340
26340
  }
26341
26341
 
26342
26342
  // src/ecosystem/foundry.ts
26343
- import { execSync } from "child_process";
26343
+ import { execSync } from "node:child_process";
26344
26344
  import { createPatch as createPatch2 } from "diff";
26345
26345
  function foundry_getStandardJsonInput(input) {
26346
26346
  const output = JSON.parse(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgd-labs/toolbox",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "main": "./dist/node.mjs",
5
5
  "browser": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -17,7 +17,7 @@
17
17
  "@openzeppelin/contracts": "^5.2.0",
18
18
  "@types/diff": "^7.0.1",
19
19
  "@types/node": "^22.15.21",
20
- "tsup": "^8.5.0",
20
+ "tsup": "8.4.0",
21
21
  "typescript": "^5.8.3",
22
22
  "vitest": "^3.0.6"
23
23
  },