@luvio/environments 0.62.4 → 0.63.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.
@@ -797,7 +797,7 @@ function makeDurable(environment, { durableStore, instrumentation }) {
797
797
  if (ingestStagingStore === null) {
798
798
  ingestStagingStore = new Store();
799
799
  }
800
- return environment.storeIngest(key, ingest, response, luvio, ingestStagingStore);
800
+ environment.storeIngest(key, ingest, response, luvio, ingestStagingStore);
801
801
  };
802
802
  const storeIngestError = function (key, errorSnapshot, storeMetadataParams, _storeOverride) {
803
803
  validateNotDisposed();
@@ -800,7 +800,7 @@
800
800
  if (ingestStagingStore === null) {
801
801
  ingestStagingStore = new engine.Store();
802
802
  }
803
- return environment.storeIngest(key, ingest, response, luvio, ingestStagingStore);
803
+ environment.storeIngest(key, ingest, response, luvio, ingestStagingStore);
804
804
  };
805
805
  const storeIngestError = function (key, errorSnapshot, storeMetadataParams, _storeOverride) {
806
806
  validateNotDisposed();
@@ -840,7 +840,7 @@
840
840
  if (ingestStagingStore === null) {
841
841
  ingestStagingStore = new engine.Store();
842
842
  }
843
- return environment.storeIngest(key, ingest, response, luvio, ingestStagingStore);
843
+ environment.storeIngest(key, ingest, response, luvio, ingestStagingStore);
844
844
  };
845
845
  var storeIngestError = function (key, errorSnapshot, storeMetadataParams, _storeOverride) {
846
846
  validateNotDisposed();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luvio/environments",
3
- "version": "0.62.4",
3
+ "version": "0.63.0",
4
4
  "description": "Luvio Environments",
5
5
  "main": "dist/umd/es2018/environments.js",
6
6
  "module": "dist/es/es2018/environments.js",
@@ -17,6 +17,6 @@
17
17
  "dist/"
18
18
  ],
19
19
  "dependencies": {
20
- "@luvio/engine": "0.62.4"
20
+ "@luvio/engine": "0.63.0"
21
21
  }
22
22
  }