@mappable-world/mappable-cli
Advanced tools
Comparing version 0.0.1-beta.17 to 0.0.1-beta.18
{ | ||
"name": "@mappable-world/mappable-cli", | ||
"version": "0.0.1-beta.17", | ||
"version": "0.0.1-beta.18", | ||
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -13,4 +13,4 @@ mappable.import.loaders.unshift(async (pkg) => { | ||
const [_, pkgName] = pkg.split('@') | ||
Object.assign(mappable, window[`@${pkgName}`]); | ||
return window[`@${pkgName}`]; | ||
Object.assign(mappable, window[`${pkgName}`]); | ||
return window[`${pkgName}`]; | ||
}) | ||
@@ -17,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
37046