@utaba/deep-memory 0.4.0 → 0.5.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
|
@@ -3407,7 +3407,7 @@ var EventBus = class {
|
|
|
3407
3407
|
};
|
|
3408
3408
|
|
|
3409
3409
|
// src/portability/RepositoryExporter.ts
|
|
3410
|
-
var LIBRARY_VERSION = true ? "0.
|
|
3410
|
+
var LIBRARY_VERSION = true ? "0.5.0" : "0.1.0";
|
|
3411
3411
|
var RepositoryExporter = class {
|
|
3412
3412
|
storage;
|
|
3413
3413
|
provenance;
|
package/dist/index.js
CHANGED
|
@@ -3352,7 +3352,7 @@ var EventBus = class {
|
|
|
3352
3352
|
};
|
|
3353
3353
|
|
|
3354
3354
|
// src/portability/RepositoryExporter.ts
|
|
3355
|
-
var LIBRARY_VERSION = true ? "0.
|
|
3355
|
+
var LIBRARY_VERSION = true ? "0.5.0" : "0.1.0";
|
|
3356
3356
|
var RepositoryExporter = class {
|
|
3357
3357
|
storage;
|
|
3358
3358
|
provenance;
|