@bash0816/claude-code 2.1.153-1 → 2.1.153

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.
@@ -146,13 +146,6 @@
146
146
  "entry_js_offset": 222525028,
147
147
  "entry_end_offset": 237958345,
148
148
  "status": "termux_verified"
149
- },
150
- "2.1.153-1": {
151
- "wrapper_spec": "@anthropic-ai/claude-code@2.1.153",
152
- "native_spec": "@anthropic-ai/claude-code-linux-arm64@2.1.153",
153
- "entry_js_offset": 222525028,
154
- "entry_end_offset": 237958345,
155
- "status": "termux_verified"
156
149
  }
157
150
  }
158
151
  }
@@ -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-1",
9
- "latest_audited_version": "2.1.153-1",
10
- "latest_candidate_version": "2.1.153-1",
11
- "previous_stable_version": "2.1.153",
8
+ "default_native_version": "2.1.153",
9
+ "latest_audited_version": "2.1.153",
10
+ "latest_candidate_version": "2.1.153",
11
+ "previous_stable_version": "2.1.150-3",
12
12
  "manifest_url": "https://raw.githubusercontent.com/bash0816/CluadeCode-Termux/main/config/claude-termux-release-manifest.json"
13
13
  }
@@ -277,7 +277,6 @@ function createBunShim() {
277
277
  }
278
278
  write(data) {
279
279
  if (this._closed) return;
280
- if (this._options.data) this._options.data(this, Buffer.isBuffer(data) ? data : Buffer.from(data));
281
280
  }
282
281
  resize(cols, rows) {
283
282
  this._cols = cols;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash0816/claude-code",
3
- "version": "2.1.153-1",
3
+ "version": "2.1.153",
4
4
  "description": "Termux-native Claude Code wrapper with audited native replay",
5
5
  "license": "MIT",
6
6
  "bin": {