@sipher.dev/agents-win32-x64 0.3.3 → 0.3.4
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/bin/agents.exp +0 -0
- package/bin/agents.lib +0 -0
- package/package-identity.json +43 -6
- package/package.json +1 -1
- package/signing-status.json +3 -3
package/bin/agents.exe
CHANGED
|
Binary file
|
package/bin/agents.exp
ADDED
|
Binary file
|
package/bin/agents.lib
ADDED
|
Binary file
|
package/package-identity.json
CHANGED
|
@@ -1,17 +1,54 @@
|
|
|
1
1
|
{
|
|
2
|
-
"schemaVersion":
|
|
2
|
+
"schemaVersion": 2,
|
|
3
3
|
"kind": "cli-platform-package",
|
|
4
4
|
"packageName": "@sipher.dev/agents-win32-x64",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.4",
|
|
6
6
|
"platform": "win32",
|
|
7
7
|
"arch": "x64",
|
|
8
8
|
"minimumHost": "Windows 10/11 x64",
|
|
9
|
-
"
|
|
9
|
+
"compiler": {
|
|
10
|
+
"name": "perry",
|
|
11
|
+
"version": "0.5.1220",
|
|
12
|
+
"repository": "tungthedev/perry",
|
|
13
|
+
"revision": "d57224ac502293a7d4b55d42d9519edfd9e2cbf2",
|
|
14
|
+
"rustVersion": "1.94.0",
|
|
15
|
+
"releaseTag": "agents-toolchain-v0.5.1220.5",
|
|
16
|
+
"sourceOptimization": {
|
|
17
|
+
"mode": "exact-source-auto",
|
|
18
|
+
"repository": "tungthedev/perry",
|
|
19
|
+
"revision": "d57224ac502293a7d4b55d42d9519edfd9e2cbf2",
|
|
20
|
+
"rustVersion": "1.94.0"
|
|
21
|
+
},
|
|
22
|
+
"bundle": "perry-agents-win32-x64.zip",
|
|
23
|
+
"bundleSha256": "9d242539b34eb99aaf414dc4d382fec1664ca3fd54f41ac1c8f555859f6ef6e2",
|
|
24
|
+
"executableSha256": "15d50c51c17b3ba078ddf477cf3059287e0d38ca60b170ea11d7f489d060e59e",
|
|
25
|
+
"nativeLibraries": [
|
|
26
|
+
{
|
|
27
|
+
"name": "perry_ext_net.lib",
|
|
28
|
+
"sha256": "9a5e1578385db6726c8d4dc5e2804117e2db7cde3db6aea1301e4f583c883be6"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"llvmTools": [
|
|
32
|
+
{
|
|
33
|
+
"name": "llvm-ar.exe",
|
|
34
|
+
"sha256": "4dcd29dd5908035cad31babfe9fe5bcc3539a5b4c458b801167973c5094d2444"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "llvm-nm.exe",
|
|
38
|
+
"sha256": "0268e20fa9c1169081d0dcb3d6b737978366d1e596795b9b9f1b7864e5935448"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "llvm-objcopy.exe",
|
|
42
|
+
"sha256": "0886bc395e7a49a1bddbbf6e0dca866ac8293608f4f758fd30e1b28822178cc7"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"llvmRuntimeLibraries": []
|
|
46
|
+
},
|
|
10
47
|
"executable": "bin/agents.exe",
|
|
11
|
-
"executableSha256": "
|
|
12
|
-
"executableSize":
|
|
48
|
+
"executableSha256": "d0ff14fd62e76e182a2a0b44b6e9a5de3eb896f5f2797d971573b7a76cec5d09",
|
|
49
|
+
"executableSize": 22584832,
|
|
13
50
|
"smokeOnly": false,
|
|
14
|
-
"builtAt": "2026-07-
|
|
51
|
+
"builtAt": "2026-07-29T00:36:24.813Z",
|
|
15
52
|
"host": {
|
|
16
53
|
"platform": "win32",
|
|
17
54
|
"arch": "x64"
|
package/package.json
CHANGED
package/signing-status.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"mode": "stub-secrets-absent",
|
|
7
7
|
"reason": "Azure Trusted Signing secrets absent; local/rehearsal unsigned artifact retained.",
|
|
8
8
|
"identity": null,
|
|
9
|
-
"sha256Before": "
|
|
10
|
-
"sha256After": "
|
|
11
|
-
"signedAt": "2026-07-
|
|
9
|
+
"sha256Before": "d0ff14fd62e76e182a2a0b44b6e9a5de3eb896f5f2797d971573b7a76cec5d09",
|
|
10
|
+
"sha256After": "d0ff14fd62e76e182a2a0b44b6e9a5de3eb896f5f2797d971573b7a76cec5d09",
|
|
11
|
+
"signedAt": "2026-07-29T00:36:24.868Z"
|
|
12
12
|
}
|