@utaba/deep-memory 0.20.0 → 0.20.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.
package/dist/index.cjs CHANGED
@@ -3657,7 +3657,7 @@ var EventBus = class {
3657
3657
  };
3658
3658
 
3659
3659
  // src/portability/RepositoryExporter.ts
3660
- var LIBRARY_VERSION = true ? "0.20.0" : "0.1.0";
3660
+ var LIBRARY_VERSION = true ? "0.20.1" : "0.1.0";
3661
3661
  var RepositoryExporter = class {
3662
3662
  storage;
3663
3663
  provenance;
package/dist/index.js CHANGED
@@ -3591,7 +3591,7 @@ var EventBus = class {
3591
3591
  };
3592
3592
 
3593
3593
  // src/portability/RepositoryExporter.ts
3594
- var LIBRARY_VERSION = true ? "0.20.0" : "0.1.0";
3594
+ var LIBRARY_VERSION = true ? "0.20.1" : "0.1.0";
3595
3595
  var RepositoryExporter = class {
3596
3596
  storage;
3597
3597
  provenance;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utaba/deep-memory",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "Vocabulary-driven graph memory for AI agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -79,10 +79,11 @@
79
79
  "vocabulary"
80
80
  ],
81
81
  "devDependencies": {
82
- "@types/node": "^22.0.0",
82
+ "@types/node": "^22.20.0",
83
83
  "tsup": "^8.5.1",
84
84
  "typescript": "^6.0.2",
85
- "vitest": "^4.1.8"
85
+ "vite": "^7.3.6",
86
+ "vitest": "^4.1.10"
86
87
  },
87
88
  "scripts": {
88
89
  "build": "tsup",