@sipher.dev/agents-darwin-arm64 0.4.1 → 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-darwin-arm64",
|
|
5
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.9",
|
|
6
6
|
"platform": "darwin",
|
|
7
7
|
"arch": "arm64",
|
|
8
8
|
"minimumHost": "macOS 13.5",
|
|
9
|
-
"executable": "bin/
|
|
10
|
-
"executableSha256": "
|
|
11
|
-
"executableSize":
|
|
9
|
+
"executable": "bin/vesper",
|
|
10
|
+
"executableSha256": "924fbf224f172dd1a58d9efd1207fc46b5f1774e56dcb52f90036da2216a09d3",
|
|
11
|
+
"executableSize": 7757762,
|
|
12
12
|
"smokeOnly": false,
|
|
13
|
-
"builtAt": "2026-09-
|
|
13
|
+
"builtAt": "2026-09-05T15:32:17.030Z",
|
|
14
14
|
"host": {
|
|
15
15
|
"platform": "darwin",
|
|
16
16
|
"arch": "arm64"
|
|
17
17
|
},
|
|
18
18
|
"compiler": {
|
|
19
|
-
"name": "
|
|
20
|
-
"version": "
|
|
19
|
+
"name": "go",
|
|
20
|
+
"version": "go version go1.26.7 darwin/arm64"
|
|
21
21
|
},
|
|
22
22
|
"signing": {
|
|
23
23
|
"state": "unsigned",
|
|
24
24
|
"mode": "stub-secrets-absent",
|
|
25
25
|
"reason": "Apple signing secrets absent; local/rehearsal unsigned artifact retained.",
|
|
26
|
-
"signedAt": "2026-09-
|
|
26
|
+
"signedAt": "2026-09-05T15:32:17.093Z"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sipher.dev/agents-darwin-arm64",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.9",
|
|
4
4
|
"description": "Self-contained vesper cli executable for darwin/arm64.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -11,11 +11,10 @@
|
|
|
11
11
|
"arm64"
|
|
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
|