@mnemosyne_os/sdk 1.0.0 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mnemosyne_os/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Official SDK for building Layer 2 apps on Mnemosyne OS — connects to the local AI memory runtime via WebSocket or Electron IPC.",
5
5
  "keywords": ["mnemosyne", "ai", "memory", "vector", "sdk", "sovereign", "layer2", "local-ai", "electron"],
6
6
  "author": {
@@ -35,7 +35,9 @@
35
35
  "release:major": "npm run typecheck && npm run build && npm version major --no-git-tag-version && npm publish --access public"
36
36
  },
37
37
  "dependencies": {
38
- "zod": "^3.22.4",
38
+ "zod": "^3.22.4"
39
+ },
40
+ "optionalDependencies": {
39
41
  "ws": "^8.16.0"
40
42
  },
41
43
  "devDependencies": {