@stoplight/lifecycle
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -69,3 +69,3 @@ "use strict"; | ||
return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
for (const activatable of this.activatables) { | ||
for (const activatable of [...this.activatables].reverse()) { | ||
yield activatable.deactivate(); | ||
@@ -72,0 +72,0 @@ } |
{ | ||
"name": "@stoplight/lifecycle", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Event and disposable helpers.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
27967