@vividcodeai/embedded-xlink-win32-x64 0.2.8 → 0.2.10
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 +13 -0
- package/README.zh.md +13 -0
- package/bin/embedded-xLink-mcp.exe +0 -0
- package/package.json +4 -2
package/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @vividcodeai/embedded-xlink-win32-x64
|
|
2
|
+
|
|
3
|
+
Prebuilt binary for Windows x64. This is a platform dependency of `@vividcodeai/embedded-xlink-mcp`.
|
|
4
|
+
|
|
5
|
+
**Do not install this package directly.** Install the parent package instead:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install @vividcodeai/embedded-xlink-mcp
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
[中文文档](README.zh.md)
|
package/README.zh.md
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vividcodeai/embedded-xlink-win32-x64",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"os": [
|
|
5
5
|
"win32"
|
|
6
6
|
],
|
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
"x64"
|
|
9
9
|
],
|
|
10
10
|
"files": [
|
|
11
|
-
"bin/"
|
|
11
|
+
"bin/",
|
|
12
|
+
"README.md",
|
|
13
|
+
"README.zh.md"
|
|
12
14
|
],
|
|
13
15
|
"description": "Prebuilt binary for Windows x64 - embedded-xlink-mcp",
|
|
14
16
|
"license": "MIT",
|