@sipher.dev/agents-win32-x64 0.4.2 → 0.5.0
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.exe +0 -0
- package/package-identity.json +8 -8
- package/package.json +2 -3
- package/bin/agents.exe +0 -0
package/bin/vesper.exe
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-win32-x64",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.5.0",
|
|
6
6
|
"platform": "win32",
|
|
7
7
|
"arch": "x64",
|
|
8
8
|
"minimumHost": "Windows 10/11 x64",
|
|
9
|
-
"executable": "bin/
|
|
10
|
-
"executableSha256": "
|
|
11
|
-
"executableSize":
|
|
9
|
+
"executable": "bin/vesper.exe",
|
|
10
|
+
"executableSha256": "b0dc65709bd911ff586e61f62fb0c76e29c1f68f052782f0cf3abb1cd84d40a3",
|
|
11
|
+
"executableSize": 7792640,
|
|
12
12
|
"smokeOnly": false,
|
|
13
|
-
"builtAt": "2026-09-
|
|
13
|
+
"builtAt": "2026-09-05T15:47:08.292Z",
|
|
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": "stub-secrets-absent",
|
|
25
25
|
"reason": "Azure Trusted Signing secrets absent; local/rehearsal unsigned artifact retained.",
|
|
26
|
-
"signedAt": "2026-09-
|
|
26
|
+
"signedAt": "2026-09-05T15:47:08.335Z"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sipher.dev/agents-win32-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Self-contained vesper cli executable for win32/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.exe"
|
|
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.exe
DELETED
|
Binary file
|