@kurrent/kapacitor 0.1.5 → 0.1.9

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/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@kurrent/kapacitor",
3
- "version": "0.1.5",
3
+ "version": "0.1.9",
4
4
  "description": "CLI companion for Kurrent Capacitor — records and visualizes Claude Code sessions",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {
7
7
  "kapacitor": "bin/kapacitor.js"
8
8
  },
9
9
  "optionalDependencies": {
10
- "@kurrent/kapacitor-darwin-arm64": "0.1.5",
11
- "@kurrent/kapacitor-darwin-x64": "0.1.5",
12
- "@kurrent/kapacitor-linux-x64": "0.1.5",
13
- "@kurrent/kapacitor-linux-arm64": "0.1.5",
14
- "@kurrent/kapacitor-linux-musl-x64": "0.1.5",
15
- "@kurrent/kapacitor-linux-musl-arm64": "0.1.5",
16
- "@kurrent/kapacitor-win-x64": "0.1.5"
10
+ "@kurrent/kapacitor-darwin-arm64": "0.1.9",
11
+ "@kurrent/kapacitor-darwin-x64": "0.1.9",
12
+ "@kurrent/kapacitor-linux-x64": "0.1.9",
13
+ "@kurrent/kapacitor-linux-arm64": "0.1.9",
14
+ "@kurrent/kapacitor-linux-musl-x64": "0.1.9",
15
+ "@kurrent/kapacitor-linux-musl-arm64": "0.1.9",
16
+ "@kurrent/kapacitor-win-x64": "0.1.9"
17
17
  },
18
18
  "files": [
19
19
  "bin/",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "kapacitor",
3
- "version": "0.1.5",
3
+ "version": "0.1.9",
4
4
  "description": "Records and visualizes Claude Code sessions via kapacitor CLI hooks"
5
5
  }