@native-sdk/cli-win32-x64 0.0.0 → 0.4.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,3 +1,3 @@
1
1
  # @native-sdk/cli-win32-x64
2
2
 
3
- Coming soon.
3
+ The prebuilt `native` binary for Windows x64. Installed automatically as an optional dependency of [`@native-sdk/cli`](https://www.npmjs.com/package/@native-sdk/cli) — install that package instead of this one.
package/bin/native.exe ADDED
Binary file
package/package.json CHANGED
@@ -1,12 +1,21 @@
1
1
  {
2
2
  "name": "@native-sdk/cli-win32-x64",
3
- "version": "0.0.0",
4
- "description": "Coming soon",
5
- "main": "index.js",
6
- "author": "",
7
- "license": "MIT",
3
+ "version": "0.4.1",
4
+ "description": "The native CLI binary for Windows x64",
5
+ "os": [
6
+ "win32"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ],
11
+ "files": [
12
+ "bin"
13
+ ],
14
+ "preferUnplugged": true,
8
15
  "repository": {
9
16
  "type": "git",
10
- "url": ""
11
- }
12
- }
17
+ "url": "git+https://github.com/vercel-labs/native.git"
18
+ },
19
+ "homepage": "https://native-sdk.dev",
20
+ "license": "Apache-2.0"
21
+ }
package/index.js DELETED
@@ -1,2 +0,0 @@
1
- // Coming soon
2
- module.exports = {};