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