@code0123/opencode-android-arm64 1.1.60 → 1.1.61

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,11 +1,7 @@
1
1
  {
2
2
  "name": "@code0123/opencode-android-arm64",
3
- "version": "1.1.60",
3
+ "version": "1.1.61",
4
4
  "type": "module",
5
- "dependencies": {
6
- "@opentui/core-linux-arm64": "npm:@code0123/opentui-core-linux-arm64@1.1.60",
7
- "@parcel/watcher-android-arm64": "2.5.1"
8
- },
9
5
  "publishConfig": {
10
6
  "access": "public"
11
7
  }
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.60";
13356
+ Installation.VERSION = "1.1.61";
13357
13357
  Installation.CHANNEL = "latest";
13358
13358
  Installation.USER_AGENT = `opencode/${Installation.CHANNEL}/${Installation.VERSION}/${Flag.OPENCODE_CLIENT}`;
13359
13359
  async function latest(installMethod) {
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 opentui
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,3 @@
1
+ ## @opentui/core-linux-arm64
2
+
3
+ > Prebuilt linux-arm64 binaries for `@opentui/core`.
@@ -0,0 +1,3 @@
1
+ const module = await import("./libopentui.so", { with: { type: "file" } })
2
+ const path = module.default
3
+ export default path;
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@opentui/core-linux-arm64",
3
+ "version": "0.1.77",
4
+ "description": "Prebuilt linux-arm64 binaries for @opentui/core",
5
+ "main": "index.ts",
6
+ "types": "index.ts",
7
+ "license": "MIT",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/anomalyco/opentui",
11
+ "directory": "packages/core"
12
+ },
13
+ "keywords": [
14
+ "prebuild",
15
+ "prebuilt"
16
+ ],
17
+ "os": [
18
+ "linux"
19
+ ],
20
+ "cpu": [
21
+ "arm64"
22
+ ]
23
+ }
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.60";
13243
+ Installation.VERSION = "1.1.61";
13244
13244
  Installation.CHANNEL = "latest";
13245
13245
  Installation.USER_AGENT = `opencode/${Installation.CHANNEL}/${Installation.VERSION}/${Flag.OPENCODE_CLIENT}`;
13246
13246
  async function latest(installMethod) {