kyt-runtime
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.2.36](http://github.com/nytimes/kyt/packages/kyt-runtime/compare/kyt-runtime@1.2.35...kyt-runtime@1.2.36) (2021-05-20) | ||
### Bug Fixes | ||
* concat not push ([#787](http://github.com/nytimes/kyt/packages/kyt-runtime/issues/787)) ([55245a8](http://github.com/nytimes/kyt/packages/kyt-runtime/commit/55245a842e774f65229cb3033f1e5ffac9bbab8f)) | ||
## [1.2.35](http://github.com/nytimes/kyt/packages/kyt-runtime/compare/kyt-runtime@1.2.34...kyt-runtime@1.2.35) (2021-05-20) | ||
@@ -8,0 +19,0 @@ |
@@ -170,8 +170,4 @@ "use strict"; | ||
return moduleIds.reduce(function (bundles, moduleId) { | ||
if (manifest[moduleId]) { | ||
bundles.push(manifest[moduleId]); | ||
} | ||
return bundles; | ||
return manifest[moduleId] ? bundles.concat(manifest[moduleId]) : bundles; | ||
}, []); | ||
} |
{ | ||
"name": "kyt-runtime", | ||
"version": "1.2.35", | ||
"version": "1.2.36", | ||
"description": "A shared kyt runtime utility library.", | ||
@@ -36,3 +36,3 @@ "author": "NYTimes", | ||
}, | ||
"gitHead": "2c6b5e9319bb68b3146bb17c90610eaae3b629f1" | ||
"gitHead": "ee7e100a548c1d2a0f8d29fb87644c88cc97f81c" | ||
} |
44118
0.75%623
-0.48%