@slopus/happy-agent-supervisor 0.0.9-darwin-x64 → 0.0.9-linux-arm64

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/SHA256SUMS CHANGED
@@ -1 +1 @@
1
- d7821147d9138f62b4b6ff0e57af8c61fb369910744219955b741809afbbf920 vendor/x86_64-apple-darwin/bin/happy-agent-supervisor
1
+ a4aa4e4b70d4592c3583c1cc38fad53eaad924bc0e079c7ca192b4b90965bf53 vendor/aarch64-unknown-linux-musl/bin/happy-agent-supervisor
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slopus/happy-agent-supervisor",
3
- "version": "0.0.9-darwin-x64",
4
- "description": "Trusted native sandbox boundary for Happy agent workloads. Native binary for darwin-x64.",
3
+ "version": "0.0.9-linux-arm64",
4
+ "description": "Trusted native sandbox boundary for Happy agent workloads. Native binary for linux-arm64.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -12,13 +12,13 @@
12
12
  "node": ">=22.19.0"
13
13
  },
14
14
  "os": [
15
- "darwin"
15
+ "linux"
16
16
  ],
17
17
  "cpu": [
18
- "x64"
18
+ "arm64"
19
19
  ],
20
20
  "bin": {
21
- "happy-agent-supervisor": "vendor/x86_64-apple-darwin/bin/happy-agent-supervisor"
21
+ "happy-agent-supervisor": "vendor/aarch64-unknown-linux-musl/bin/happy-agent-supervisor"
22
22
  },
23
23
  "files": [
24
24
  "vendor",