@utaba/deep-memory 0.11.0 → 0.12.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 +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3511,7 +3511,7 @@ var EventBus = class {
|
|
|
3511
3511
|
};
|
|
3512
3512
|
|
|
3513
3513
|
// src/portability/RepositoryExporter.ts
|
|
3514
|
-
var LIBRARY_VERSION = true ? "0.
|
|
3514
|
+
var LIBRARY_VERSION = true ? "0.12.0" : "0.1.0";
|
|
3515
3515
|
var RepositoryExporter = class {
|
|
3516
3516
|
storage;
|
|
3517
3517
|
provenance;
|
package/dist/index.js
CHANGED
|
@@ -3451,7 +3451,7 @@ var EventBus = class {
|
|
|
3451
3451
|
};
|
|
3452
3452
|
|
|
3453
3453
|
// src/portability/RepositoryExporter.ts
|
|
3454
|
-
var LIBRARY_VERSION = true ? "0.
|
|
3454
|
+
var LIBRARY_VERSION = true ? "0.12.0" : "0.1.0";
|
|
3455
3455
|
var RepositoryExporter = class {
|
|
3456
3456
|
storage;
|
|
3457
3457
|
provenance;
|