@aptove/bridge-win32-x64 0.1.9 → 0.1.11

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 (3) hide show
  1. package/README.md +11 -11
  2. package/bin/bridge.exe +0 -0
  3. package/package.json +29 -29
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # @aptove/bridge-win32-x64
2
-
3
- Platform-specific binary package for Windows x64. This package is automatically installed as an optional dependency of [@aptove/bridge](https://www.npmjs.com/package/@aptove/bridge) and should not be installed directly.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- npm install -g @aptove/bridge
9
- ```
10
-
11
- See the [main package](https://www.npmjs.com/package/@aptove/bridge) for full documentation.
1
+ # @aptove/bridge-win32-x64
2
+
3
+ Platform-specific binary package for Windows x64. This package is automatically installed as an optional dependency of [@aptove/bridge](https://www.npmjs.com/package/@aptove/bridge) and should not be installed directly.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install -g @aptove/bridge
9
+ ```
10
+
11
+ See the [main package](https://www.npmjs.com/package/@aptove/bridge) for full documentation.
package/bin/bridge.exe ADDED
Binary file
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
- {
2
- "name": "@aptove/bridge-win32-x64",
3
- "version": "0.1.9",
4
- "description": "bridge binary for Windows x64",
5
- "license": "MIT",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/aptove/bridge.git"
9
- },
10
- "homepage": "https://github.com/aptove/bridge#readme",
11
- "keywords": [
12
- "aptove",
13
- "acp",
14
- "bridge",
15
- "windows",
16
- "x64"
17
- ],
18
- "files": [
19
- "bin",
20
- "README.md"
21
- ],
22
- "os": [
23
- "win32"
24
- ],
25
- "cpu": [
26
- "x64"
27
- ],
28
- "preferUnplugged": true
29
- }
1
+ {
2
+ "name": "@aptove/bridge-win32-x64",
3
+ "version": "0.1.11",
4
+ "description": "bridge binary for Windows x64",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/aptove/bridge.git"
9
+ },
10
+ "homepage": "https://github.com/aptove/bridge#readme",
11
+ "keywords": [
12
+ "aptove",
13
+ "acp",
14
+ "bridge",
15
+ "windows",
16
+ "x64"
17
+ ],
18
+ "files": [
19
+ "bin",
20
+ "README.md"
21
+ ],
22
+ "os": [
23
+ "win32"
24
+ ],
25
+ "cpu": [
26
+ "x64"
27
+ ],
28
+ "preferUnplugged": true
29
+ }