mnemosyne-core 2.0.0 → 2.0.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.
@@ -1,6 +1,6 @@
1
1
  import * as http from 'http';
2
2
  import { WebSocketServer } from 'ws';
3
- import { S as Store } from '../Store-N3j0Vaj6.mjs';
3
+ import { S as Store } from '../Store-BtdYuiUx.mjs';
4
4
  import 'better-sqlite3';
5
5
 
6
6
  interface WSMessage {
@@ -1,6 +1,6 @@
1
1
  import * as http from 'http';
2
2
  import { WebSocketServer } from 'ws';
3
- import { S as Store } from '../Store-N3j0Vaj6.js';
3
+ import { S as Store } from '../Store-BtdYuiUx.js';
4
4
  import 'better-sqlite3';
5
5
 
6
6
  interface WSMessage {
@@ -1,6 +1,6 @@
1
1
  import { WebSocketHandler } from '../server/websocket.mjs';
2
2
  export { createWebSocketServer } from '../server/websocket.mjs';
3
- import { S as Store } from '../Store-N3j0Vaj6.mjs';
3
+ import { S as Store } from '../Store-BtdYuiUx.mjs';
4
4
  import 'http';
5
5
  import 'ws';
6
6
  import 'better-sqlite3';
@@ -1,6 +1,6 @@
1
1
  import { WebSocketHandler } from '../server/websocket.js';
2
2
  export { createWebSocketServer } from '../server/websocket.js';
3
- import { S as Store } from '../Store-N3j0Vaj6.js';
3
+ import { S as Store } from '../Store-BtdYuiUx.js';
4
4
  import 'http';
5
5
  import 'ws';
6
6
  import 'better-sqlite3';
package/package.json CHANGED
@@ -1,40 +1,40 @@
1
1
  {
2
2
  "name": "mnemosyne-core",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Unified memory engine for AI agents — graph atoms, semantic search, and collaborative memory",
5
5
  "logo": "logo.png",
6
6
  "author": "Arman Aslanyan <aslanyanarman88@gmail.com> (https://www.linkedin.com/in/arman-aslanyan/)",
7
- "main": "dist/server/index.cjs",
8
- "module": "dist/server/index.js",
9
- "types": "dist/server/index.d.ts",
7
+ "main": "dist/index.js",
8
+ "module": "dist/index.js",
9
+ "types": "dist/index.d.ts",
10
10
  "bin": {
11
11
  "mnemosyne-core": "./dist/cli/index.js"
12
12
  },
13
13
  "exports": {
14
14
  ".": {
15
- "types": "./dist/server/index.d.ts",
16
- "import": "./dist/server/index.js",
17
- "require": "./dist/server/index.cjs"
15
+ "types": "./dist/index.d.ts",
16
+ "import": "./dist/index.js",
17
+ "require": "./dist/index.js"
18
18
  },
19
19
  "./sdk": {
20
20
  "types": "./dist/sdk/index.d.ts",
21
21
  "import": "./dist/sdk/index.js",
22
- "require": "./dist/sdk/index.cjs"
22
+ "require": "./dist/sdk/index.js"
23
23
  },
24
24
  "./ws": {
25
25
  "types": "./dist/ws/index.d.ts",
26
26
  "import": "./dist/ws/index.js",
27
- "require": "./dist/ws/index.cjs"
27
+ "require": "./dist/ws/index.js"
28
28
  },
29
29
  "./mcp": {
30
30
  "types": "./dist/mcp/index.d.ts",
31
31
  "import": "./dist/mcp/index.js",
32
- "require": "./dist/mcp/index.cjs"
32
+ "require": "./dist/mcp/index.js"
33
33
  },
34
34
  "./cli": {
35
35
  "types": "./dist/cli/index.d.ts",
36
36
  "import": "./dist/cli/index.js",
37
- "require": "./dist/cli/index.cjs"
37
+ "require": "./dist/cli/index.js"
38
38
  }
39
39
  },
40
40
  "files": [