@omegup/msync 0.0.42 → 0.0.43

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 CHANGED
@@ -1461,7 +1461,7 @@ const makeWatchStream = (db, { collection, projection: p, hardMatch: m }, startA
1461
1461
  if (doc)
1462
1462
  await new Promise(resolve => setTimeout(resolve, 100));
1463
1463
  if (doc)
1464
- log$1('detected', doc);
1464
+ log$1('detected', collection.collectionName, doc);
1465
1465
  return doc;
1466
1466
  };
1467
1467
  return { tryNext, close: () => stream.close() };
package/index.js CHANGED
@@ -1463,7 +1463,7 @@ const makeWatchStream = (db, { collection, projection: p, hardMatch: m }, startA
1463
1463
  if (doc)
1464
1464
  await new Promise(resolve => setTimeout(resolve, 100));
1465
1465
  if (doc)
1466
- console$1.log('detected', doc);
1466
+ console$1.log('detected', collection.collectionName, doc);
1467
1467
  return doc;
1468
1468
  };
1469
1469
  return { tryNext, close: () => stream.close() };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "module": "index.esm.js",
4
4
  "typings": "index.d.ts",
5
5
  "name": "@omegup/msync",
6
- "version": "0.0.42",
6
+ "version": "0.0.43",
7
7
  "dependencies": {
8
8
  "dayjs": "^1.11.9",
9
9
  "dotenv": "^16.3.1",