plugmem-win32-arm64-msvc 0.7.1 → 0.9.0
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 +2 -2
- package/package.json +1 -1
- package/plugmem.win32-arm64-msvc.node +0 -0
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# `plugmem-win32-arm64-msvc`
|
|
2
2
|
|
|
3
3
|
The prebuilt **aarch64-pc-windows-msvc** (Windows arm64 (MSVC)) native addon for
|
|
4
|
-
[`plugmem`](https://www.npmjs.com/package/plugmem)
|
|
4
|
+
[`plugmem`](https://www.npmjs.com/package/plugmem). It is an embedded long-term
|
|
5
5
|
memory engine for local-first applications and agents (remember / recall / revise / forget over one
|
|
6
6
|
local database).
|
|
7
7
|
|
|
@@ -14,7 +14,7 @@ npm install plugmem
|
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
`plugmem` lists every `plugmem-*` binary in its `optionalDependencies`, and npm
|
|
17
|
-
installs only the one matching your OS and CPU
|
|
17
|
+
installs only the one matching your OS and CPU. This package is the one picked
|
|
18
18
|
on **Windows arm64 (MSVC)**. You never depend on it by name.
|
|
19
19
|
|
|
20
20
|
## Links
|
package/package.json
CHANGED
|
Binary file
|