@agent-rdp/linux-x64 0.6.2 → 0.6.3

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 ADDED
@@ -0,0 +1,17 @@
1
+ # @agent-rdp/linux-x64
2
+
3
+ Native binary package for Linux x64.
4
+
5
+ This is a platform-specific package that contains the native binary for agent-rdp. You should not install this package directly - instead, install the main package:
6
+
7
+ ```bash
8
+ npm install agent-rdp
9
+ ```
10
+
11
+ The main package will automatically install the correct platform-specific binary for your system.
12
+
13
+ For documentation, see the [agent-rdp README](https://github.com/thisnick/agent-rdp#readme).
14
+
15
+ ## License
16
+
17
+ MIT OR Apache-2.0
package/bin/agent-rdp CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-rdp/linux-x64",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "agent-rdp native binary for Linux x64",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,7 +16,8 @@
16
16
  ],
17
17
  "files": [
18
18
  "bin",
19
- "models"
19
+ "models",
20
+ "README.md"
20
21
  ],
21
22
  "preferUnplugged": true,
22
23
  "scripts": {