@kilocode/cli 7.0.46 → 7.0.47

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 (2) hide show
  1. package/bin/kilo +1 -1
  2. package/package.json +12 -12
package/bin/kilo CHANGED
@@ -185,4 +185,4 @@ if (!resolved) {
185
185
  process.exit(1)
186
186
  }
187
187
 
188
- run(resolved)
188
+ run(resolved)
package/package.json CHANGED
@@ -7,20 +7,20 @@
7
7
  "scripts": {
8
8
  "postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
9
9
  },
10
- "version": "7.0.46",
10
+ "version": "7.0.47",
11
11
  "license": "MIT",
12
12
  "optionalDependencies": {
13
- "@kilocode/cli-linux-arm64": "7.0.46",
14
- "@kilocode/cli-linux-x64-musl": "7.0.46",
15
- "@kilocode/cli-darwin-arm64": "7.0.46",
16
- "@kilocode/cli-linux-arm64-musl": "7.0.46",
17
- "@kilocode/cli-windows-x64": "7.0.46",
18
- "@kilocode/cli-linux-x64-baseline-musl": "7.0.46",
19
- "@kilocode/cli-linux-x64": "7.0.46",
20
- "@kilocode/cli-darwin-x64-baseline": "7.0.46",
21
- "@kilocode/cli-darwin-x64": "7.0.46",
22
- "@kilocode/cli-windows-x64-baseline": "7.0.46",
23
- "@kilocode/cli-linux-x64-baseline": "7.0.46"
13
+ "@kilocode/cli-linux-arm64": "7.0.47",
14
+ "@kilocode/cli-linux-x64-musl": "7.0.47",
15
+ "@kilocode/cli-darwin-arm64": "7.0.47",
16
+ "@kilocode/cli-linux-arm64-musl": "7.0.47",
17
+ "@kilocode/cli-windows-x64": "7.0.47",
18
+ "@kilocode/cli-linux-x64-baseline-musl": "7.0.47",
19
+ "@kilocode/cli-linux-x64": "7.0.47",
20
+ "@kilocode/cli-darwin-x64-baseline": "7.0.47",
21
+ "@kilocode/cli-darwin-x64": "7.0.47",
22
+ "@kilocode/cli-windows-x64-baseline": "7.0.47",
23
+ "@kilocode/cli-linux-x64-baseline": "7.0.47"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",