@kimuson/claude-code-viewer 0.4.12 → 0.4.13

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/dist/main.js CHANGED
@@ -896,7 +896,7 @@ var resolveClaudeCodePath = Effect10.gen(function* () {
896
896
  // 存在しない時、空文字になる模様
897
897
  Effect10.catchAll(() => Effect10.succeed(null))
898
898
  );
899
- if (buildInClaude === null || isNpxShimPath(buildInClaude)) {
899
+ if (buildInClaude === null) {
900
900
  return yield* Effect10.fail(
901
901
  new ClaudeCodePathNotFoundError({
902
902
  message: "Claude Code CLI not found in any location"
@@ -6359,7 +6359,7 @@ import { z as z28 } from "zod";
6359
6359
  // package.json
6360
6360
  var package_default = {
6361
6361
  name: "@kimuson/claude-code-viewer",
6362
- version: "0.4.11",
6362
+ version: "0.4.13",
6363
6363
  type: "module",
6364
6364
  license: "MIT",
6365
6365
  repository: {