bx-mac 1.0.1 → 1.0.2
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.
- package/README.md +8 -0
- package/dist/bx.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -376,6 +376,14 @@ These are great when available, but they only protect within their own tool. bx
|
|
|
376
376
|
|
|
377
377
|
- [Agent Safehouse](https://agent-safehouse.dev/) — macOS kernel-level sandboxing for LLM coding agents via `sandbox-exec`. Deny-first model that blocks write access outside the project directory.
|
|
378
378
|
|
|
379
|
+
## 💛 Sponsor
|
|
380
|
+
|
|
381
|
+
If you find bx useful, consider supporting its development:
|
|
382
|
+
|
|
383
|
+
[GitHub Sponsors](https://github.com/sponsors/holtwick) - [Liberapay](https://liberapay.com/holtwick) - [Buy Me a Coffee](https://buymeacoffee.com/holtwick) - [Patreon](https://patreon.com/holtwick) - [Open Collective](https://opencollective.com/holtwick)
|
|
384
|
+
|
|
385
|
+
Also check out my other projects: [Receipts](https://receipts-app.com) - [PDFify](https://pdfify.app)
|
|
386
|
+
|
|
379
387
|
## 📄 License
|
|
380
388
|
|
|
381
389
|
MIT — see [LICENSE](LICENSE).
|
package/dist/bx.js
CHANGED
|
@@ -1579,7 +1579,7 @@ function printDryRunTree({ home, blockedDirs, ignoredPaths, readOnlyDirs, workDi
|
|
|
1579
1579
|
}
|
|
1580
1580
|
//#endregion
|
|
1581
1581
|
//#region src/index.ts
|
|
1582
|
-
const VERSION = "1.0.
|
|
1582
|
+
const VERSION = "1.0.2";
|
|
1583
1583
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
|
1584
1584
|
if (process$1.argv.includes("--version") || process$1.argv.includes("-v")) {
|
|
1585
1585
|
console.log(`bx ${VERSION}`);
|