@agentbus/go-worker-linux-x64 0.0.1 → 0.0.2

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.
Files changed (1) hide show
  1. package/package.json +8 -2
package/package.json CHANGED
@@ -1,12 +1,18 @@
1
1
  {
2
2
  "name": "@agentbus/go-worker-linux-x64",
3
- "version": "0.0.1",
4
- "description": "Placeholder for Trusted Publisher bootstrap. Real binaries via GitHub Actions.",
3
+ "version": "0.0.2",
4
+ "description": "Prebuilt agentbus-go-worker for linux-x64 (placeholder until CI publishes real binaries)",
5
5
  "license": "MIT",
6
+ "main": "index.js",
7
+ "files": ["package.json"],
8
+ "os": ["linux"],
9
+ "cpu": ["x64"],
6
10
  "repository": {
7
11
  "type": "git",
8
12
  "url": "git+https://github.com/onicarps/agentbus.git",
9
13
  "directory": "packages/js/go-worker-linux-x64"
10
14
  },
15
+ "bugs": { "url": "https://github.com/onicarps/agentbus/issues" },
16
+ "homepage": "https://github.com/onicarps/agentbus#readme",
11
17
  "publishConfig": { "access": "public" }
12
18
  }