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

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.
Binary file
Binary file
package/package.json CHANGED
@@ -1,18 +1,23 @@
1
1
  {
2
2
  "name": "@agentbus/go-worker-linux-x64",
3
- "version": "0.0.2",
4
- "description": "Prebuilt agentbus-go-worker for linux-x64 (placeholder until CI publishes real binaries)",
3
+ "version": "0.16.0",
4
+ "description": "Prebuilt agentbus-go-worker + agentbus-go-serve for linux-x64 (optionalDependency of @agentbus/agentbus-client)",
5
5
  "license": "MIT",
6
- "main": "index.js",
7
- "files": ["package.json"],
8
- "os": ["linux"],
9
- "cpu": ["x64"],
6
+ "os": [
7
+ "linux"
8
+ ],
9
+ "cpu": [
10
+ "x64"
11
+ ],
12
+ "files": [
13
+ "bin/**"
14
+ ],
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
10
18
  "repository": {
11
19
  "type": "git",
12
20
  "url": "git+https://github.com/onicarps/agentbus.git",
13
21
  "directory": "packages/js/go-worker-linux-x64"
14
- },
15
- "bugs": { "url": "https://github.com/onicarps/agentbus/issues" },
16
- "homepage": "https://github.com/onicarps/agentbus#readme",
17
- "publishConfig": { "access": "public" }
22
+ }
18
23
  }