@uxland/harmonix
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -5,1 +5,2 @@ export * from './region-manager'; | ||
export * from './utilities'; | ||
export * from './broker'; |
@@ -37,4 +37,3 @@ import { regionHostMixin as n, regionAdapterRegistry as g } from "@uxland/regions"; | ||
add(e, t) { | ||
if (this.getRegion(e)) | ||
throw new Error("A region with the same name already exists"); | ||
if (this.getRegion(e)) throw new Error("A region with the same name already exists"); | ||
return this._regions[e] = t, this._viewRegistry.registerRegion(e, t), this; | ||
@@ -41,0 +40,0 @@ } |
{ | ||
"name": "@uxland/harmonix", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Core", | ||
@@ -5,0 +5,0 @@ "author": "UXLand <dev@uxland.es>", |
@@ -5,1 +5,2 @@ export * from "./region-manager"; | ||
export * from "./utilities"; | ||
export * from "./broker"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44844
29
554