@fettstorch/clai 0.1.10 → 0.1.11

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,9 +1,14 @@
1
1
  {
2
+ "$schema": "https://json.schemastore.org/claude-code-settings.json",
2
3
  "permissions": {
3
4
  "allow": [
4
- "Bash(bun run:*)"
5
+ "Bash(bun run:*)",
6
+ "Bash(ls:*)",
7
+ "Bash(clai:*)",
8
+ "Bash(cat:*)",
9
+ "Bash(grep:*)",
10
+ "Bash(./dist/cli.js --version)"
5
11
  ],
6
12
  "deny": []
7
- },
8
- "$schema": "https://json.schemastore.org/claude-code-settings.json"
13
+ }
9
14
  }
package/dist/cli.js CHANGED
@@ -54305,7 +54305,7 @@ function ora(options) {
54305
54305
  return new Ora(options);
54306
54306
  }
54307
54307
  // package.json
54308
- var version = "0.1.9";
54308
+ var version = "0.1.10";
54309
54309
  var package_default = {
54310
54310
  name: "@fettstorch/clai",
54311
54311
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fettstorch/clai",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "clai": "dist/cli.js"