@omegup/msync 0.0.96 → 0.0.97
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/index.esm.js +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -1700,6 +1700,7 @@ const executes$2 = (view, input, streamName, skip = false, after) => {
|
|
|
1700
1700
|
log('teardown done', `db['${snapshotCollection.collectionName}'].drop()`, ...out);
|
|
1701
1701
|
};
|
|
1702
1702
|
if (!same) {
|
|
1703
|
+
log('not same, new data', data);
|
|
1703
1704
|
await handleTeardown(exists ?? { data });
|
|
1704
1705
|
}
|
|
1705
1706
|
await after?.();
|
package/index.js
CHANGED
|
@@ -1702,6 +1702,7 @@ const executes$2 = (view, input, streamName, skip = false, after) => {
|
|
|
1702
1702
|
log('teardown done', `db['${snapshotCollection.collectionName}'].drop()`, ...out);
|
|
1703
1703
|
};
|
|
1704
1704
|
if (!same) {
|
|
1705
|
+
log('not same, new data', data);
|
|
1705
1706
|
await handleTeardown(exists ?? { data });
|
|
1706
1707
|
}
|
|
1707
1708
|
await after?.();
|