@luvio/environments 0.154.11 → 0.154.12

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.
@@ -306,10 +306,7 @@ function flushInMemoryStoreValuesToDurableStore(store, durableStore, durableStor
306
306
  const entries = wasVisited === true || enableDurableMetadataRefresh === false
307
307
  ? durableRecords
308
308
  : refreshedDurableRecords;
309
- const isMetadataRefresh = entries === refreshedDurableRecords;
310
- setRecordTo(entries, key,
311
- // dont send record data with metadata refresh
312
- isMetadataRefresh ? undefined : record, metadata);
309
+ setRecordTo(entries, key, record, metadata);
313
310
  }
314
311
  const durableStoreOperations = additionalDurableStoreOperations;
315
312
  const recordKeys = keys(durableRecords);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luvio/environments",
3
- "version": "0.154.11",
3
+ "version": "0.154.12",
4
4
  "description": "Luvio Environments",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "watch": "yarn build --watch"
28
28
  },
29
29
  "dependencies": {
30
- "@luvio/engine": "^0.154.11"
30
+ "@luvio/engine": "^0.154.12"
31
31
  },
32
32
  "volta": {
33
33
  "extends": "../../../package.json"