plugmem 0.7.0 → 0.7.1

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plugmem",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Native Node.js addon for plugmem: an embedded bitemporal memory and retrieval engine for local-first applications and agents (remember / recall / revise / forget over one local database).",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,11 +43,11 @@
43
43
  "typecheck": "tsc -p tsconfig.json"
44
44
  },
45
45
  "optionalDependencies": {
46
- "plugmem-linux-x64-gnu": "0.7.0",
47
- "plugmem-linux-arm64-gnu": "0.7.0",
48
- "plugmem-darwin-x64": "0.7.0",
49
- "plugmem-darwin-arm64": "0.7.0",
50
- "plugmem-win32-x64-msvc": "0.7.0",
51
- "plugmem-win32-arm64-msvc": "0.7.0"
46
+ "plugmem-linux-x64-gnu": "0.7.1",
47
+ "plugmem-linux-arm64-gnu": "0.7.1",
48
+ "plugmem-darwin-x64": "0.7.1",
49
+ "plugmem-darwin-arm64": "0.7.1",
50
+ "plugmem-win32-x64-msvc": "0.7.1",
51
+ "plugmem-win32-arm64-msvc": "0.7.1"
52
52
  }
53
53
  }