@crewhaus/single-binary-cli 0.5.7 → 0.5.8

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewhaus/single-binary-cli",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "type": "module",
5
5
  "description": "bun build --compile wrapper producing self-contained crewhaus binaries for linux/macos/windows × x64/arm64; auto-generated Homebrew/apt/Scoop/Winget manifests (Section 32)",
6
6
  "main": "dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "manifests": "bun src/manifests.ts"
18
18
  },
19
19
  "dependencies": {
20
- "@crewhaus/errors": "0.5.7"
20
+ "@crewhaus/errors": "0.5.8"
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "author": {