@slopus/happy-agent-supervisor 0.0.3-darwin-arm64 → 0.0.3-darwin-x64

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
- 7632a60e11718a54b1aaef404f994a6e97603ca766d0170d698b14b045c3d129 vendor/aarch64-apple-darwin/bin/happy-agent-supervisor
1
+ fad7129d3c681bf3ed52fe3712ba2bd072de63f826c0d6015deeb75014eddda9 vendor/x86_64-apple-darwin/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.3-darwin-arm64",
4
- "description": "Trusted native sandbox boundary for Happy agent workloads. Native binary for darwin-arm64.",
3
+ "version": "0.0.3-darwin-x64",
4
+ "description": "Trusted native sandbox boundary for Happy agent workloads. Native binary for darwin-x64.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -15,10 +15,10 @@
15
15
  "darwin"
16
16
  ],
17
17
  "cpu": [
18
- "arm64"
18
+ "x64"
19
19
  ],
20
20
  "bin": {
21
- "happy-agent-supervisor": "vendor/aarch64-apple-darwin/bin/happy-agent-supervisor"
21
+ "happy-agent-supervisor": "vendor/x86_64-apple-darwin/bin/happy-agent-supervisor"
22
22
  },
23
23
  "files": [
24
24
  "vendor",