reactive-di
Advanced tools
Comparing version 6.0.4 to 6.0.5
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="6.0.5"></a> | ||
## [6.0.5](https://github.com/zerkalica/reactive-di/compare/v6.0.4...v6.0.5) (2017-12-03) | ||
<a name="6.0.4"></a> | ||
@@ -7,0 +12,0 @@ ## [6.0.4](https://github.com/zerkalica/reactive-di/compare/v6.0.3...v6.0.4) (2017-12-02) |
@@ -532,3 +532,3 @@ function _defineProperties(target, props) { | ||
_proto.r = function r(force) { | ||
var data; | ||
var data = null; | ||
var render = this._render; | ||
@@ -535,0 +535,0 @@ var prevContext = Injector.parentContext; |
@@ -536,3 +536,3 @@ 'use strict'; | ||
_proto.r = function r(force) { | ||
var data; | ||
var data = null; | ||
var render = this._render; | ||
@@ -539,0 +539,0 @@ var prevContext = Injector.parentContext; |
@@ -538,3 +538,3 @@ (function (global, factory) { | ||
_proto.r = function r(force) { | ||
var data; | ||
var data = null; | ||
var render = this._render; | ||
@@ -541,0 +541,0 @@ var prevContext = Injector.parentContext; |
{ | ||
"name": "reactive-di", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"description": "Reactive dependency injection", | ||
@@ -65,3 +65,3 @@ "publishConfig": { | ||
"flow-bin": "^0.60.1", | ||
"lom_atom": "^3.0.9", | ||
"lom_atom": "^3.0.10", | ||
"mobx": "^3.3.2", | ||
@@ -77,4 +77,4 @@ "mocha": "^4.0.1", | ||
"standard-version": "^4.2.0", | ||
"uglify-es": "^3.2.0" | ||
"uglify-es": "^3.2.1" | ||
} | ||
} |
@@ -94,4 +94,4 @@ // @flow | ||
@detached r(force: boolean): IElement { | ||
let data: IElement | ||
@detached r(force: boolean): ?IElement { | ||
let data: ?IElement = null | ||
@@ -108,2 +108,3 @@ const render = this._render | ||
} | ||
injector.rendered = '' | ||
@@ -110,0 +111,0 @@ Injector.parentContext = prevContext |
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
310761