@webprovisions/platform
Advanced tools
Comparing version 1.0.0-beta.7 to 1.0.0-beta.8
@@ -9,4 +9,4 @@ export { default as Environment, createEnvironment, EnvironmentConfiguration } from './environment'; | ||
export { ConfigureCallback, ConfigurationApiDefinition, createConfigurationApi } from './configuration'; | ||
export { ConfigurationStage, ConfigurationScope } from './configuration/configurator'; | ||
export { Configurator, ConfigurationStage, ConfigurationScope } from './configuration/configurator'; | ||
export { default as logger } from './logger'; | ||
export { WidgetSelector, ImplementationSelector, selectWidgets, selectImplementations } from './selectors'; |
@@ -1,2 +0,2 @@ | ||
export default '1.0.0-beta.6'; | ||
export default '1.0.0-beta.8'; | ||
//# sourceMappingURL=version.js.map |
@@ -110,3 +110,4 @@ import WidgetController from './widget-controller'; | ||
internal(this).subscriptions.push(this.implementation.events.subscribe('implementation:configured', function () { | ||
if (_this.state === WidgetDataState.Activated) { | ||
if ([WidgetDataState.Activated, WidgetDataState.Activating, WidgetDataState.Loading] | ||
.indexOf(_this.state) > -1) { | ||
_this.load(); | ||
@@ -113,0 +114,0 @@ } |
@@ -9,4 +9,4 @@ export { default as Environment, createEnvironment, EnvironmentConfiguration } from './environment'; | ||
export { ConfigureCallback, ConfigurationApiDefinition, createConfigurationApi } from './configuration'; | ||
export { ConfigurationStage, ConfigurationScope } from './configuration/configurator'; | ||
export { Configurator, ConfigurationStage, ConfigurationScope } from './configuration/configurator'; | ||
export { default as logger } from './logger'; | ||
export { WidgetSelector, ImplementationSelector, selectWidgets, selectImplementations } from './selectors'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '1.0.0-beta.6'; | ||
exports.default = '1.0.0-beta.8'; | ||
//# sourceMappingURL=version.js.map |
@@ -112,3 +112,4 @@ "use strict"; | ||
internal(this).subscriptions.push(this.implementation.events.subscribe('implementation:configured', function () { | ||
if (_this.state === WidgetDataState.Activated) { | ||
if ([WidgetDataState.Activated, WidgetDataState.Activating, WidgetDataState.Loading] | ||
.indexOf(_this.state) > -1) { | ||
_this.load(); | ||
@@ -115,0 +116,0 @@ } |
{ | ||
"name": "@webprovisions/platform", | ||
"version": "1.0.0-beta.7", | ||
"version": "1.0.0-beta.8", | ||
"description": "Webprovisions core platform modules.", | ||
@@ -5,0 +5,0 @@ "author": "Humany AB", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
295231
4570