@utaba/deep-memory 0.9.3 → 0.10.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.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3493,7 +3493,7 @@ var EventBus = class {
|
|
|
3493
3493
|
};
|
|
3494
3494
|
|
|
3495
3495
|
// src/portability/RepositoryExporter.ts
|
|
3496
|
-
var LIBRARY_VERSION = true ? "0.
|
|
3496
|
+
var LIBRARY_VERSION = true ? "0.10.0" : "0.1.0";
|
|
3497
3497
|
var RepositoryExporter = class {
|
|
3498
3498
|
storage;
|
|
3499
3499
|
provenance;
|