@langchain/managed-deepagents-win32-arm64 0.0.0 → 0.0.3-dev.16

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,4 +1,9 @@
1
1
  # @langchain/managed-deepagents-win32-arm64
2
2
 
3
- Placeholder package. The real release ships the prebuilt `mda` binary for
4
- Windows arm64 and is published by CI. Do not depend on `0.0.0`.
3
+ This package ships the prebuilt `mda` binary for win32/arm64.
4
+
5
+ It is an internal platform package for
6
+ [`managed-deepagents`](https://www.npmjs.com/package/managed-deepagents) and is
7
+ installed automatically as an optional dependency on matching platforms. You
8
+ should depend on `managed-deepagents` directly rather than installing this
9
+ package.
package/bin/mda.exe ADDED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@langchain/managed-deepagents-win32-arm64",
3
- "version": "0.0.0",
4
- "description": "Placeholder for the prebuilt mda binary for win32/arm64. Republished with the binary by CI.",
3
+ "version": "0.0.3-dev.16",
4
+ "description": "Prebuilt mda binary for win32/arm64.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -12,5 +12,8 @@
12
12
  ],
13
13
  "cpu": [
14
14
  "arm64"
15
+ ],
16
+ "files": [
17
+ "bin/mda.exe"
15
18
  ]
16
19
  }