p3x-angular-compile
Advanced tools
Comparing version 4.1.416-57 to 4.1.418-57
@@ -190,12 +190,12 @@ "use strict"; | ||
}); | ||
cache[cacheKey] = factory; | ||
resolve(factory); | ||
if (opts.onCompiled) { | ||
opts.onCompiled(component); | ||
} | ||
cache[cacheKey] = factory; | ||
resolve(factory); | ||
return [3 /*break*/, 3]; | ||
case 2: | ||
e_2 = _a.sent(); | ||
delete cache[cacheKey]; | ||
reject(e_2); | ||
delete cache[cacheKey]; | ||
return [3 /*break*/, 3]; | ||
@@ -202,0 +202,0 @@ case 3: return [2 /*return*/]; |
{ | ||
"name": "p3x-angular-compile", | ||
"version": "4.1.416-57", | ||
"version": "4.1.418-57", | ||
"corifeus": { | ||
@@ -40,3 +40,5 @@ "prefix": "p3x-", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"corifeus-utils": "^1.1.298-83" | ||
}, | ||
"engines": { | ||
@@ -43,0 +45,0 @@ "node": ">=7.8.0" |
@@ -162,3 +162,3 @@ [//]: #@corifeus-header | ||
--- | ||
[**P3X-ANGULAR-COMPILE**](https://pages.corifeus.tk/angular-compile) Build v4.1.415-57 | ||
[**P3X-ANGULAR-COMPILE**](https://pages.corifeus.tk/angular-compile) Build v4.1.417-57 | ||
@@ -165,0 +165,0 @@ [Corifeus](http://www.corifeus.tk) by [Patrik Laszlo](http://patrikx3.tk) |
Sorry, the diff of this file is not supported yet
53298
1
+ Addedcorifeus-utils@^1.1.298-83