@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.js
CHANGED
|
@@ -3434,7 +3434,7 @@ var EventBus = class {
|
|
|
3434
3434
|
};
|
|
3435
3435
|
|
|
3436
3436
|
// src/portability/RepositoryExporter.ts
|
|
3437
|
-
var LIBRARY_VERSION = true ? "0.
|
|
3437
|
+
var LIBRARY_VERSION = true ? "0.10.0" : "0.1.0";
|
|
3438
3438
|
var RepositoryExporter = class {
|
|
3439
3439
|
storage;
|
|
3440
3440
|
provenance;
|