@slopus/happy-agent-supervisor 0.0.3-linux-x64 → 0.0.4-darwin-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
- 1861495c0a9363811aa4d08a7a34d74d94eb26cbd4a8a3b15a3c86c3577d0148 vendor/x86_64-unknown-linux-musl/bin/happy-agent-supervisor
1
+ 87b931e3bfc70a6e909c70afc31371cf10596bbbdc5623b8a43ce03813094760 vendor/aarch64-apple-darwin/bin/happy-agent-supervisor
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@slopus/happy-agent-supervisor",
3
- "version": "0.0.3-linux-x64",
4
- "description": "Trusted native sandbox boundary for Happy agent workloads. Native binary for linux-x64.",
3
+ "version": "0.0.4-darwin-arm64",
4
+ "description": "Trusted native sandbox boundary for Happy agent workloads. Native binary for darwin-arm64.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/slopus/rig.git",
8
+ "url": "git+https://github.com/slopus/happy-agent.git",
9
9
  "directory": "packages/happy-agent-supervisor"
10
10
  },
11
11
  "engines": {
12
12
  "node": ">=22.19.0"
13
13
  },
14
14
  "os": [
15
- "linux"
15
+ "darwin"
16
16
  ],
17
17
  "cpu": [
18
- "x64"
18
+ "arm64"
19
19
  ],
20
20
  "bin": {
21
- "happy-agent-supervisor": "vendor/x86_64-unknown-linux-musl/bin/happy-agent-supervisor"
21
+ "happy-agent-supervisor": "vendor/aarch64-apple-darwin/bin/happy-agent-supervisor"
22
22
  },
23
23
  "files": [
24
24
  "vendor",