opscope-linux-x64 0.0.0 → 0.3.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
package/bin/clocks ADDED
Binary file
Binary file
package/bin/github ADDED
Binary file
Binary file
package/bin/latency ADDED
Binary file
package/bin/linear ADDED
Binary file
package/bin/link ADDED
Binary file
package/bin/matrix ADDED
Binary file
package/bin/netwatch ADDED
Binary file
package/bin/opscope ADDED
Binary file
package/bin/ports ADDED
Binary file
package/bin/pr ADDED
Binary file
package/bin/tailnet ADDED
Binary file
package/package.json CHANGED
@@ -1,15 +1,25 @@
1
1
  {
2
2
  "name": "opscope-linux-x64",
3
- "version": "0.0.0",
4
- "description": "Placeholder so this name can attach GitHub Actions trusted publishing. Real binaries ship from stealth-factory/opscope.",
5
- "os": ["linux"],
6
- "cpu": ["x64"],
7
- "libc": ["glibc"],
3
+ "version": "0.3.0",
4
+ "description": "Linux x86_64 (glibc) binaries for opscope",
5
+ "os": [
6
+ "linux"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ],
11
+ "files": [
12
+ "bin"
13
+ ],
8
14
  "license": "AGPL-3.0-or-later",
9
15
  "repository": {
10
16
  "type": "git",
11
17
  "url": "git+https://github.com/stealth-factory/opscope.git"
12
18
  },
13
- "homepage": "https://github.com/stealth-factory/opscope#readme",
14
- "publishConfig": { "access": "public" }
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "libc": [
23
+ "glibc"
24
+ ]
15
25
  }
package/README.md DELETED
@@ -1,4 +0,0 @@
1
- Placeholder so this package name can attach GitHub Actions trusted publishing.
2
-
3
- Real releases are published from https://github.com/stealth-factory/opscope
4
- by `.github/workflows/release.yml`. Do not depend on this version.