movelite-darwin-x64 0.0.0 → 0.2.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.
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # movelite-darwin-x64
2
2
 
3
- Placeholder version (`0.0.0`) published once to create the package on npm so a
4
- Trusted Publisher can be configured. Real pre-built binaries for `darwin-x64`
5
- arrive from CI starting at the next release. Installed automatically as an
6
- optional dependency of [`movelite`](https://www.npmjs.com/package/movelite) — do
7
- not install directly.
3
+ Pre-built movelite binary for `darwin-x64`.
4
+
5
+ Installed automatically as an optional dependency of [`movelite`](https://www.npmjs.com/package/movelite). Do not install directly.
package/bin/movelite ADDED
Binary file
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "movelite-darwin-x64",
3
- "version": "0.0.0",
4
- "description": "Placeholder to bootstrap npm Trusted Publishing for movelite-darwin-x64. The real pre-built binary is published by CI starting at the next release.",
3
+ "version": "0.2.0",
4
+ "description": "Pre-built movelite binary for darwin-x64",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/gilbertsahumada/movelite.git"
8
8
  },
9
9
  "license": "Apache-2.0",
10
10
  "os": ["darwin"],
11
- "cpu": ["x64"]
11
+ "cpu": ["x64"],
12
+ "files": ["bin/"]
12
13
  }