@bash0816/claude-code 2.1.223-1 → 2.1.224

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/README.md CHANGED
@@ -37,7 +37,7 @@ npm が `claude` bin link を管理する状態になれば、通常の `npm ins
37
37
  Latest audited version / 最新監査済み版:
38
38
 
39
39
  ```sh
40
- npm install -g @bash0816/claude-code@2.1.223
40
+ npm install -g @bash0816/claude-code@2.1.223-1
41
41
  ```
42
42
 
43
43
  ## Update / 更新
@@ -643,6 +643,15 @@
643
643
  "entry_end_offset": 281109040,
644
644
  "tarball_integrity": "sha512-gh0n3fvUgzsrjeTqZraOhDKOzS7afB9U/qFvRY0FBpccogbJCk8otTYavPfdhAA2xESAoA0BaoVdzO4k4VkphA==",
645
645
  "tarball_sha256": "29c49ec62bfbe995e5b1354a4c32d17101065d2c7722d5d0285cfa6a08d8c441",
646
+ "status": "termux_verified"
647
+ },
648
+ "2.1.224": {
649
+ "wrapper_spec": "@anthropic-ai/claude-code@2.1.224",
650
+ "native_spec": "@anthropic-ai/claude-code-linux-arm64@2.1.224",
651
+ "entry_js_offset": 262371668,
652
+ "entry_end_offset": 286057058,
653
+ "tarball_integrity": "sha512-a16Zlqhr1CXO5vsfsw7FcvLbG2nqBAXWmvMmyXtNW+f9pAJm91GMJE9wK79cIyO9InZRLN06wYWyPcp1cx/nNg==",
654
+ "tarball_sha256": "711712d0526f0b266c961a5591ddca55979cd581ac67b0a0ffd19e5f4e2df2c7",
646
655
  "status": "offset_discovered"
647
656
  }
648
657
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "manifest_version": 1,
3
3
  "package_name": "@bash0816/claude-code",
4
- "latest_audited_version": "2.1.223",
5
- "latest_candidate_version": "2.1.223-1",
6
- "previous_stable_version": "2.1.222",
4
+ "latest_audited_version": "2.1.223-1",
5
+ "latest_candidate_version": "2.1.224",
6
+ "previous_stable_version": "2.1.223",
7
7
  "stable_pinned_version": "2.1.193",
8
8
  "manifest_url": "https://raw.githubusercontent.com/bash0816/ClaudeCode-Termux/main/config/claude-termux-release-manifest.json"
9
9
  }
@@ -599,6 +599,7 @@ function rewriteNativeChunkSource(source) {
599
599
  const _bunPropertyAccessExpected = (() => {
600
600
  const _ver = String(process.env.CURRENT_CLAUDE_VERSION || '');
601
601
  const _m = _ver.match(/^(\d+)\.(\d+)\.(\d+)/);
602
+ if (_m && (Number(_m[1]) > 2 || Number(_m[2]) > 1 || Number(_m[3]) >= 224)) return 44;
602
603
  if (_m && (Number(_m[1]) > 2 || Number(_m[2]) > 1 || Number(_m[3]) >= 223)) return 43;
603
604
  if (_m && (Number(_m[1]) > 2 || Number(_m[2]) > 1 || Number(_m[3]) >= 219)) return 42;
604
605
  if (_m && (Number(_m[1]) > 2 || Number(_m[2]) > 1 || Number(_m[3]) >= 216)) return 40;
@@ -1477,6 +1478,7 @@ function rewriteNativeChunkSource(source) {
1477
1478
  const _bunPropertyAccessExpected = (() => {
1478
1479
  const _ver = String(process.env.CURRENT_CLAUDE_VERSION || '');
1479
1480
  const _m = _ver.match(/^(\d+)\.(\d+)\.(\d+)/);
1481
+ if (_m && (Number(_m[1]) > 2 || Number(_m[2]) > 1 || Number(_m[3]) >= 224)) return 44;
1480
1482
  if (_m && (Number(_m[1]) > 2 || Number(_m[2]) > 1 || Number(_m[3]) >= 223)) return 43;
1481
1483
  if (_m && (Number(_m[1]) > 2 || Number(_m[2]) > 1 || Number(_m[3]) >= 219)) return 42;
1482
1484
  if (_m && (Number(_m[1]) > 2 || Number(_m[2]) > 1 || Number(_m[3]) >= 216)) return 40;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash0816/claude-code",
3
- "version": "2.1.223-1",
3
+ "version": "2.1.224",
4
4
  "description": "Unofficial Termux-native Claude Code wrapper with audited native replay",
5
5
  "license": "GPL-3.0-only",
6
6
  "bin": {