@code0123/opencode-android-arm64 1.1.56 → 1.1.57

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code0123/opencode-android-arm64",
3
- "version": "1.1.56",
3
+ "version": "1.1.57",
4
4
  "os": [
5
5
  "android"
6
6
  ],
package/runtime/index.js CHANGED
@@ -13353,7 +13353,7 @@ var init_installation = __esm(async () => {
13353
13353
  await $`${process.execPath} --version`.nothrow().quiet().text();
13354
13354
  }
13355
13355
  Installation.upgrade = upgrade;
13356
- Installation.VERSION = "1.1.56";
13356
+ Installation.VERSION = "1.1.57";
13357
13357
  Installation.CHANNEL = "latest";
13358
13358
  Installation.USER_AGENT = `opencode/${Installation.CHANNEL}/${Installation.VERSION}/${Flag.OPENCODE_CLIENT}`;
13359
13359
  async function latest(installMethod) {
package/runtime/worker.js CHANGED
@@ -13240,7 +13240,7 @@ var init_installation = __esm(async () => {
13240
13240
  await $`${process.execPath} --version`.nothrow().quiet().text();
13241
13241
  }
13242
13242
  Installation.upgrade = upgrade;
13243
- Installation.VERSION = "1.1.56";
13243
+ Installation.VERSION = "1.1.57";
13244
13244
  Installation.CHANNEL = "latest";
13245
13245
  Installation.USER_AGENT = `opencode/${Installation.CHANNEL}/${Installation.VERSION}/${Flag.OPENCODE_CLIENT}`;
13246
13246
  async function latest(installMethod) {