@scalable-vector-audio/sva-cli-darwin-x64 0.0.0-bootstrap → 0.1.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.
Files changed (2) hide show
  1. package/package.json +15 -7
  2. package/sva-cli +0 -0
package/package.json CHANGED
@@ -1,11 +1,19 @@
1
1
  {
2
2
  "name": "@scalable-vector-audio/sva-cli-darwin-x64",
3
- "version": "0.0.0-bootstrap",
4
- "description": "Placeholder claiming the name for @scalable-vector-audio/sva-cli-darwin-x64. release.yml's npm-cli job publishes the real binary.",
3
+ "version": "0.1.0",
4
+ "description": "Prebuilt sva-cli binary for darwin x64. Installed automatically as an optional dependency of `@scalable-vector-audio/sva-cli`.",
5
5
  "license": "MIT",
6
- "repository": { "type": "git", "url": "https://github.com/fredrikolis/scalable-vector-audio.git" },
7
- "os": ["darwin"],
8
- "cpu": ["x64"],
9
-
10
- "files": []
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/fredrikolis/scalable-vector-audio.git"
9
+ },
10
+ "os": [
11
+ "darwin"
12
+ ],
13
+ "cpu": [
14
+ "x64"
15
+ ],
16
+ "files": [
17
+ "sva-cli"
18
+ ]
11
19
  }
package/sva-cli ADDED
Binary file