@fraym/streams 0.10.4 → 0.10.5

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.
@@ -109,7 +109,6 @@ const isStreamEmpty = async (topic, tenantId, stream, serviceClient) => {
109
109
  };
110
110
  exports.isStreamEmpty = isStreamEmpty;
111
111
  const createStreamSnapshot = async (tenantId, topic, stream, lastSnapshottedEventId, snapshotEvent, serviceClient) => {
112
- console.log("creating snapshot", tenantId, topic, stream, lastSnapshottedEventId);
113
112
  return new Promise((resolve, reject) => {
114
113
  serviceClient.createStreamSnapshot({
115
114
  topic,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fraym/streams",
3
- "version": "0.10.4",
3
+ "version": "0.10.5",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/fraym/streams-nodejs",
6
6
  "repository": {