@utaba/deep-memory 0.19.0 → 0.20.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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
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.
|
|
3660
|
+
var LIBRARY_VERSION = true ? "0.20.0" : "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.
|
|
3594
|
+
var LIBRARY_VERSION = true ? "0.20.0" : "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.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"description": "Vocabulary-driven graph memory for AI agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@types/node": "^22.0.0",
|
|
83
83
|
"tsup": "^8.5.1",
|
|
84
84
|
"typescript": "^6.0.2",
|
|
85
|
-
"vitest": "^4.1.
|
|
85
|
+
"vitest": "^4.1.8"
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
88
|
"build": "tsup",
|