@crewhaus/tool-bash 0.1.5 → 0.1.6

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewhaus/tool-bash",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "Built-in Bash tool: spawns shell commands via Bun.spawn with a default 30s timeout",
6
6
  "main": "dist/index.js",
@@ -15,15 +15,15 @@
15
15
  "test": "bun test src"
16
16
  },
17
17
  "dependencies": {
18
- "@crewhaus/errors": "0.1.5",
19
- "@crewhaus/tool-builder": "0.1.5",
20
- "@crewhaus/tool-catalog": "0.1.5",
18
+ "@crewhaus/errors": "0.1.6",
19
+ "@crewhaus/tool-builder": "0.1.6",
20
+ "@crewhaus/tool-catalog": "0.1.6",
21
21
  "zod": "^3.23.8"
22
22
  },
23
23
  "devDependencies": {
24
- "@crewhaus/tool-executor": "0.1.5",
25
- "@crewhaus/tool-permission-matcher": "0.1.5",
26
- "@crewhaus/tool-validate": "0.1.5"
24
+ "@crewhaus/tool-executor": "0.1.6",
25
+ "@crewhaus/tool-permission-matcher": "0.1.6",
26
+ "@crewhaus/tool-validate": "0.1.6"
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "author": {