crebro 0.1.0-linux-x64 → 0.1.0-linux-arm64
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,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crebro",
|
|
3
|
-
"version": "0.1.0-linux-
|
|
4
|
-
"description": "Local credential broker for coding agents that redacts secrets before LLM provider requests. Native binary for linux-
|
|
3
|
+
"version": "0.1.0-linux-arm64",
|
|
4
|
+
"description": "Local credential broker for coding agents that redacts secrets before LLM provider requests. Native binary for linux-arm64.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"os": [
|
|
7
7
|
"linux"
|
|
8
8
|
],
|
|
9
9
|
"cpu": [
|
|
10
|
-
"
|
|
10
|
+
"arm64"
|
|
11
11
|
],
|
|
12
12
|
"files": [
|
|
13
13
|
"vendor"
|
|
index 6f22702..85c535e 100755
|
|
|
Binary file
|