@sipher.dev/agents-win32-x64 0.3.11 → 0.4.1
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/agents.exe +0 -0
- package/package-identity.json +6 -6
- package/package.json +2 -2
package/bin/agents.exe
CHANGED
|
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.4.1",
|
|
6
6
|
"platform": "win32",
|
|
7
7
|
"arch": "x64",
|
|
8
8
|
"minimumHost": "Windows 10/11 x64",
|
|
9
9
|
"executable": "bin/agents.exe",
|
|
10
|
-
"executableSha256": "
|
|
11
|
-
"executableSize":
|
|
10
|
+
"executableSha256": "c1fecab145cb60924212216a08a24f1a898167d2dd1412e4dd59a645a5b1e4e0",
|
|
11
|
+
"executableSize": 3929600,
|
|
12
12
|
"smokeOnly": false,
|
|
13
|
-
"builtAt": "2026-
|
|
13
|
+
"builtAt": "2026-09-04T02:06:21.586Z",
|
|
14
14
|
"host": {
|
|
15
15
|
"platform": "linux",
|
|
16
16
|
"arch": "x64"
|
|
17
17
|
},
|
|
18
18
|
"compiler": {
|
|
19
19
|
"name": "scriptc",
|
|
20
|
-
"version": "0.0.
|
|
20
|
+
"version": "0.0.35"
|
|
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-
|
|
26
|
+
"signedAt": "2026-09-04T02:06:21.602Z"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sipher.dev/agents-win32-x64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Self-contained
|
|
3
|
+
"version": "0.4.1",
|
|
4
|
+
"description": "Self-contained vesper cli executable for win32/x64.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"os": [
|