@pzlr/build-core
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -114,3 +114,3 @@ 'use strict'; | ||
$C(packs).forEach((deps, name) => { | ||
entry[name] = $C(deps.runtime).to(new Map()).reduce((map, {name}) => map.set(name, { | ||
entry[name] = $C(deps.runtime).to(new Map()).reduce((map, block, name) => map.set(name, { | ||
name, | ||
@@ -117,0 +117,0 @@ isParent: deps.parents.has(name) |
@@ -130,3 +130,3 @@ 'use strict'; | ||
let src; | ||
await $C(vinyl.src(mask, {read: false})).one.async.forEach((el, i, data, o) => { | ||
await $C(vinyl.src(mask, {read: false})).one.forEach((el, i, data, o) => { | ||
src = el.path; | ||
@@ -133,0 +133,0 @@ o.cursor.destroy(); |
@@ -7,3 +7,3 @@ { | ||
"typings": "index.d.ts", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "author": { | ||
"dependencies": { | ||
"collection.js": "^6.6.10", | ||
"collection.js": "^6.6.13", | ||
"find-node-modules": "^1.0.4", | ||
@@ -46,4 +46,4 @@ "fs-extra-promise": "^1.0.1", | ||
"babel-eslint": "^8.2.1", | ||
"eslint": "^4.17.0" | ||
"eslint": "^4.18.0" | ||
} | ||
} |
@@ -0,0 +0,0 @@ Build Core |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
90175
Updatedcollection.js@^6.6.13