@salutejs/storage-adapter-memory
Advanced tools
Comparing version 1.0.1-canary.118.7208358739.0 to 1.0.1-canary.118.7208386349.0
@@ -45,3 +45,2 @@ "use strict"; | ||
this.lifetime = lifetime; | ||
setInterval(this.validate.bind(this), 60000); | ||
} | ||
@@ -51,2 +50,3 @@ SaluteMemoryStorage.prototype.resolve = function (id) { | ||
return __generator(this, function (_a) { | ||
this.validate(); | ||
return [2 /*return*/, Promise.resolve(this.sessions[id] || { | ||
@@ -53,0 +53,0 @@ path: [], |
{ | ||
"name": "@salutejs/storage-adapter-memory", | ||
"version": "1.0.1-canary.118.7208358739.0", | ||
"version": "1.0.1-canary.118.7208386349.0", | ||
"description": "In memory storage adapter for SaluteJS", | ||
@@ -32,5 +32,5 @@ "author": "Salute Frontend Team <salute.developers@gmail.com>", | ||
"dependencies": { | ||
"@salutejs/scenario": "1.0.1-canary.118.7208358739.0" | ||
"@salutejs/scenario": "1.0.1-canary.118.7208386349.0" | ||
}, | ||
"gitHead": "a92ffcf01de134233af12ae98931f373d66b0e4a" | ||
"gitHead": "37e1b28b2beb64307672d604d7c7d8e3ebc7131d" | ||
} |
Sorry, the diff of this file is not supported yet
8296
+ Added@salutejs/scenario@1.0.1-canary.118.7208386349.0(transitive)
- Removed@salutejs/scenario@1.0.1-canary.118.7208358739.0(transitive)