@sipher.dev/agents-linux-x64 0.4.2 → 0.4.9
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/vesper +0 -0
- package/package-identity.json +8 -8
- package/package.json +2 -3
- package/bin/agents +0 -0
package/bin/vesper
ADDED
|
Binary file
|
package/package-identity.json
CHANGED
|
@@ -2,27 +2,27 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"kind": "cli-platform-package",
|
|
4
4
|
"packageName": "@sipher.dev/agents-linux-x64",
|
|
5
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.9",
|
|
6
6
|
"platform": "linux",
|
|
7
7
|
"arch": "x64",
|
|
8
8
|
"minimumHost": "GNU/Linux 3.2.0+ x86_64 (glibc)",
|
|
9
|
-
"executable": "bin/
|
|
10
|
-
"executableSha256": "
|
|
11
|
-
"executableSize":
|
|
9
|
+
"executable": "bin/vesper",
|
|
10
|
+
"executableSha256": "15ba0ecf4bc9733be154c812910ecb4ab648ef37ea7b0e28904d560beb46e5ff",
|
|
11
|
+
"executableSize": 8241314,
|
|
12
12
|
"smokeOnly": false,
|
|
13
|
-
"builtAt": "2026-09-
|
|
13
|
+
"builtAt": "2026-09-05T15:32:08.054Z",
|
|
14
14
|
"host": {
|
|
15
15
|
"platform": "linux",
|
|
16
16
|
"arch": "x64"
|
|
17
17
|
},
|
|
18
18
|
"compiler": {
|
|
19
|
-
"name": "
|
|
20
|
-
"version": "
|
|
19
|
+
"name": "go",
|
|
20
|
+
"version": "go version go1.26.7 linux/amd64"
|
|
21
21
|
},
|
|
22
22
|
"signing": {
|
|
23
23
|
"state": "unsigned",
|
|
24
24
|
"mode": "unsigned-host",
|
|
25
25
|
"reason": "Linux CLI releases are unsigned; there is no OS code-signing surface.",
|
|
26
|
-
"signedAt": "2026-09-
|
|
26
|
+
"signedAt": "2026-09-05T15:32:08.139Z"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sipher.dev/agents-linux-x64",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.9",
|
|
4
4
|
"description": "Self-contained vesper cli executable for linux/x64.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -11,11 +11,10 @@
|
|
|
11
11
|
"x64"
|
|
12
12
|
],
|
|
13
13
|
"bin": {
|
|
14
|
-
"
|
|
14
|
+
"vesper": "bin/vesper"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
17
|
"bin",
|
|
18
|
-
"THIRD_PARTY_NOTICES.txt",
|
|
19
18
|
"package-identity.json"
|
|
20
19
|
],
|
|
21
20
|
"publishConfig": {
|
package/bin/agents
DELETED
|
Binary file
|