@bash0816/claude-code 2.1.153-3 → 2.1.153-4

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.
@@ -167,6 +167,13 @@
167
167
  "entry_js_offset": 222525028,
168
168
  "entry_end_offset": 237958345,
169
169
  "status": "termux_verified"
170
+ },
171
+ "2.1.153-4": {
172
+ "wrapper_spec": "@anthropic-ai/claude-code@2.1.153",
173
+ "native_spec": "@anthropic-ai/claude-code-linux-arm64@2.1.153",
174
+ "entry_js_offset": 222525028,
175
+ "entry_end_offset": 237958345,
176
+ "status": "termux_verified"
170
177
  }
171
178
  }
172
179
  }
@@ -5,9 +5,9 @@
5
5
  "canonical_manifest_url": "https://raw.githubusercontent.com/bash0816/ClaudeCode-Termux/main/config/claude-termux-release-manifest.json",
6
6
  "canonical_repository_url": "https://github.com/bash0816/ClaudeCode-Termux",
7
7
  "bridge_package_version": "2.1.123",
8
- "default_native_version": "2.1.153-3",
9
- "latest_audited_version": "2.1.153-3",
10
- "latest_candidate_version": "2.1.153-3",
11
- "previous_stable_version": "2.1.153-2",
8
+ "default_native_version": "2.1.153-4",
9
+ "latest_audited_version": "2.1.153-4",
10
+ "latest_candidate_version": "2.1.153-4",
11
+ "previous_stable_version": "2.1.153-3",
12
12
  "manifest_url": "https://raw.githubusercontent.com/bash0816/ClaudeCode-Termux/main/config/claude-termux-release-manifest.json"
13
13
  }
@@ -515,8 +515,6 @@ async function main() {
515
515
  Object.defineProperty(process.versions, 'bun', { value: originalBun, configurable: true });
516
516
  }
517
517
  } catch {}
518
- if (hadGlobalBun) globalThis.Bun = originalGlobalBun;
519
- else delete globalThis.Bun;
520
518
  }
521
519
  }
522
520
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash0816/claude-code",
3
- "version": "2.1.153-3",
3
+ "version": "2.1.153-4",
4
4
  "description": "Termux-native Claude Code wrapper with audited native replay",
5
5
  "license": "MIT",
6
6
  "bin": {