@avantmedia/specforge-linux-x64 0.0.0 → 0.19.0-rc.1

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/README.md CHANGED
@@ -1 +1,8 @@
1
- Placeholder reserving this name. See https://github.com/avantmedialtd/specforge
1
+ # @avantmedia/specforge-linux-x64
2
+
3
+ The SpecForge headless web server binary for Linux (x64, static musl), version 0.19.0-rc.1.
4
+
5
+ This package is installed automatically as an optional dependency of
6
+ [`@avantmedia/specforge`](https://www.npmjs.com/package/@avantmedia/specforge)
7
+ on matching machines. Install that instead — there is no reason to depend
8
+ on this package directly.
Binary file
package/package.json CHANGED
@@ -1,9 +1,24 @@
1
1
  {
2
2
  "name": "@avantmedia/specforge-linux-x64",
3
- "version": "0.0.0",
4
- "description": "Placeholder reserving this name for npm trusted publishing. Do not install.",
3
+ "version": "0.19.0-rc.1",
5
4
  "license": "MIT",
6
- "repository": { "type": "git", "url": "git+https://github.com/avantmedialtd/specforge.git" },
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/avantmedialtd/specforge.git"
8
+ },
7
9
  "homepage": "https://github.com/avantmedialtd/specforge#readme",
8
- "publishConfig": { "access": "public" }
10
+ "bugs": {
11
+ "url": "https://github.com/avantmedialtd/specforge/issues"
12
+ },
13
+ "description": "SpecForge headless web server binary for Linux (x64, static musl).",
14
+ "os": [
15
+ "linux"
16
+ ],
17
+ "cpu": [
18
+ "x64"
19
+ ],
20
+ "files": [
21
+ "bin",
22
+ "README.md"
23
+ ]
9
24
  }