@pyxmate/memory 0.20.5 → 0.21.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.
@@ -13,6 +13,7 @@ import {
13
13
  unreachableHealth
14
14
  } from "./chunk-4DRKAXJE.mjs";
15
15
  import "./chunk-D5PMQYZM.mjs";
16
+ import "./chunk-7P6ASYW6.mjs";
16
17
  export {
17
18
  DashboardClient,
18
19
  Poller,
package/dist/index.mjs CHANGED
@@ -2,6 +2,7 @@ import {
2
2
  MemoryClient,
3
3
  MemoryServerError
4
4
  } from "./chunk-D5PMQYZM.mjs";
5
+ import "./chunk-7P6ASYW6.mjs";
5
6
 
6
7
  // ../shared/src/constants/defaults.ts
7
8
  var DEFAULTS = {
package/dist/react.mjs CHANGED
@@ -13,6 +13,7 @@ import {
13
13
  unreachableHealth
14
14
  } from "./chunk-4DRKAXJE.mjs";
15
15
  import "./chunk-D5PMQYZM.mjs";
16
+ import "./chunk-7P6ASYW6.mjs";
16
17
 
17
18
  // ../dashboard/src/hooks/use-consolidation-log.ts
18
19
  import { useCallback as useCallback2, useMemo } from "react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyxmate/memory",
3
- "version": "0.20.5",
3
+ "version": "0.21.1",
4
4
  "type": "module",
5
5
  "description": "SDK for pyx-memory — Memory as a Service for AI agents",
6
6
  "license": "MIT",
@@ -34,17 +34,16 @@
34
34
  }
35
35
  },
36
36
  "bin": {
37
- "pyxmate-memory": "./bin/init.mjs"
37
+ "pyx-mem": "./dist/cli/pyx-mem.mjs"
38
38
  },
39
39
  "files": [
40
40
  "dist",
41
- "bin",
42
- "skills",
43
41
  "README.md",
44
42
  "LICENSE"
45
43
  ],
46
44
  "scripts": {
47
45
  "build": "tsup",
46
+ "test": "bun test",
48
47
  "typecheck": "tsc --noEmit",
49
48
  "clean": "rm -rf dist skills node_modules .turbo"
50
49
  },
@@ -56,6 +55,10 @@
56
55
  "optional": true
57
56
  }
58
57
  },
58
+ "dependencies": {
59
+ "@modelcontextprotocol/sdk": "^1.29.0",
60
+ "@napi-rs/keyring": "^1.3.0"
61
+ },
59
62
  "devDependencies": {
60
63
  "tsup": "^8.4.0"
61
64
  }