@standardagents/code 0.14.0-issue.108.1ef8ab-darwin-x64 → 0.14.0-issue.108.1ef8ab-linux-arm64-gnu

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/bin/standard CHANGED
Binary file
package/bin/standardd CHANGED
Binary file
package/bin/tmux CHANGED
Binary file
@@ -101,6 +101,39 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
101
101
  THE SOFTWARE.
102
102
 
103
103
 
104
+ ncurses.txt
105
+ ===========
106
+ Copyright 2018-2024,2025 Thomas E. Dickey
107
+ Copyright 1998-2017,2018 Free Software Foundation, Inc.
108
+
109
+ Permission is hereby granted, free of charge, to any person obtaining a
110
+ copy of this software and associated documentation files (the
111
+ "Software"), to deal in the Software without restriction, including
112
+ without limitation the rights to use, copy, modify, merge, publish,
113
+ distribute, distribute with modifications, sublicense, and/or sell
114
+ copies of the Software, and to permit persons to whom the Software is
115
+ furnished to do so, subject to the following conditions:
116
+
117
+ The above copyright notice and this permission notice shall be included
118
+ in all copies or substantial portions of the Software.
119
+
120
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
121
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
122
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
123
+ IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
124
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
125
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
126
+ THE USE OR OTHER DEALINGS IN THE SOFTWARE.
127
+
128
+ Except as contained in this notice, the name(s) of the above copyright
129
+ holders shall not be used in advertising or otherwise to promote the
130
+ sale, use or other dealings in this Software without prior written
131
+ authorization.
132
+
133
+ -- vile:txtmode fc=72
134
+ -- $Id: COPYING,v 1.14 2025/01/04 10:53:46 tom Exp $
135
+
136
+
104
137
  tmux.txt
105
138
  ========
106
139
  Copyright (c) Various Authors
package/manifest.json CHANGED
@@ -1 +1 @@
1
- {"schema":2,"format":"standard-npm-native-target-v2","repository":"standardagents/code-rs","commit":"1ef8abffa9ba992e83d6cbd1ef2be585996389e8","version":"0.14.0-issue.108.1ef8ab","target":"x86_64-apple-darwin","runtime":{"tmuxVersion":"3.7","tmuxSha256":"17cfcba98b37ffab98bdceed74ba2b660b502380bc375bc9608c0acb7e66a86e"},"signing":{"algorithm":"ed25519","keyId":"team-2026-1","platformCodeSignature":"apple-developer-id","notarization":{"status":"Accepted","submissionId":"df160c73-6a6c-4dd9-a438-e2462aba926c"}},"files":[{"path":"bin/standard","size":16379216,"sha256":"c0008f7b7eaf7d26535fa5331b788bfde752429f6ec01e3265e3675af52aaea0"},{"path":"bin/standardd","size":19427408,"sha256":"04273e7fa2c43c2285f60c89230d9aa76ccde3b9d0bdd30de7a5b0ba8a4a4016"},{"path":"bin/tmux","size":1278256,"sha256":"17cfcba98b37ffab98bdceed74ba2b660b502380bc375bc9608c0acb7e66a86e"},{"path":"licenses/THIRD-PARTY.txt","size":5306,"sha256":"8a03d349b280b03332f6ec1093d868ad77d29a4871f3b4a6c61471da6f53da44"}]}
1
+ {"schema":2,"format":"standard-npm-native-target-v2","repository":"standardagents/code-rs","commit":"1ef8abffa9ba992e83d6cbd1ef2be585996389e8","version":"0.14.0-issue.108.1ef8ab","target":"aarch64-unknown-linux-gnu","runtime":{"tmuxVersion":"3.7","tmuxSha256":"dd22f156d99045c5e8d807af5846be19c48fecf6a044cd876d6d8716362a13d6","minimumGlibc":"2.39"},"signing":{"algorithm":"ed25519","keyId":"team-2026-1","platformCodeSignature":"ed25519-only"},"files":[{"path":"bin/standard","size":11741304,"sha256":"685ce1e7bb73b638da279ac79afb02092b00f714257dbb390ba3ac6ac48cc67b"},{"path":"bin/standardd","size":13379568,"sha256":"604ee717ad070f08761c1f2dae10ad170285474a9ed263a6226d84a084c9cb56"},{"path":"bin/tmux","size":1789328,"sha256":"dd22f156d99045c5e8d807af5846be19c48fecf6a044cd876d6d8716362a13d6"},{"path":"licenses/THIRD-PARTY.txt","size":6779,"sha256":"fc410e91ff375a3057837d3029ec2626e6110a05f69b6fee7ca4e9f588b1a294"}]}
package/manifest.sig CHANGED
@@ -1 +1 @@
1
- tFpg6wxIOztg4/6mMsbtSexWZ3HVIPdH7zAO88Q25TYBJB1LwLmXp767pn1T25QFJWsEIXB1jTWe+guu4c9HBw==
1
+ zGcmkhKOcHbUIWRI9qIOlWVYWkihWOrTIyt6UzFQC3DwS6RdO/ZfCK2xlg3GPKz8S+UahIusyTTqSgfxBFgEDA==
package/package.json CHANGED
@@ -1,17 +1,20 @@
1
1
  {
2
2
  "name": "@standardagents/code",
3
- "version": "0.14.0-issue.108.1ef8ab-darwin-x64",
4
- "description": "Standard native binaries for darwin-x64.",
3
+ "version": "0.14.0-issue.108.1ef8ab-linux-arm64-gnu",
4
+ "description": "Standard native binaries for linux-arm64-gnu.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/standardagents/code-rs.git"
8
8
  },
9
9
  "license": "UNLICENSED",
10
10
  "os": [
11
- "darwin"
11
+ "linux"
12
12
  ],
13
13
  "cpu": [
14
- "x64"
14
+ "arm64"
15
+ ],
16
+ "libc": [
17
+ "glibc"
15
18
  ],
16
19
  "files": [
17
20
  "bin",