@luvio/environments 0.154.16 → 0.154.18

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.
@@ -680,7 +680,7 @@ function makeDurable(environment, { durableStore, instrumentation, useRevivingSt
680
680
  // because we do not want some other code attempting to use the
681
681
  // in-memory values before the durable store onChanged handler
682
682
  // calls back and revives the values to in-memory
683
- environment.storeEvict(key);
683
+ environment.storeDealloc(key);
684
684
  };
685
685
  const publishStoreMetadata = function (recordId, storeMetadata) {
686
686
  validateNotDisposed();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luvio/environments",
3
- "version": "0.154.16",
3
+ "version": "0.154.18",
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.16"
30
+ "@luvio/engine": "^0.154.18"
31
31
  },
32
32
  "volta": {
33
33
  "extends": "../../../package.json"