reactive-di
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="6.0.1"></a> | ||
## [6.0.1](https://github.com/zerkalica/reactive-di/compare/v6.0.0...v6.0.1) (2017-11-29) | ||
<a name="6.0.0"></a> | ||
@@ -7,0 +12,0 @@ # [6.0.0](https://github.com/zerkalica/reactive-di/compare/v5.0.6...v6.0.0) (2017-11-25) |
@@ -590,3 +590,6 @@ function _defineProperties(target, props) { | ||
var id = attrs ? attrs._id || attrs.id : undefined; | ||
var parentContext = Injector.parentContext; | ||
var parentContext = Injector.parentContext; // if (attrs && !attrs.id && attrs._id && parentContext) { | ||
// attrs.id = parentContext.toString() + '.' + attrs._id | ||
// attrs.key = attrs.id | ||
// } | ||
@@ -593,0 +596,0 @@ if (isAtomic) { |
@@ -594,3 +594,6 @@ 'use strict'; | ||
var id = attrs ? attrs._id || attrs.id : undefined; | ||
var parentContext = Injector.parentContext; | ||
var parentContext = Injector.parentContext; // if (attrs && !attrs.id && attrs._id && parentContext) { | ||
// attrs.id = parentContext.toString() + '.' + attrs._id | ||
// attrs.key = attrs.id | ||
// } | ||
@@ -597,0 +600,0 @@ if (isAtomic) { |
@@ -596,3 +596,6 @@ (function (global, factory) { | ||
var id = attrs ? attrs._id || attrs.id : undefined; | ||
var parentContext = Injector.parentContext; | ||
var parentContext = Injector.parentContext; // if (attrs && !attrs.id && attrs._id && parentContext) { | ||
// attrs.id = parentContext.toString() + '.' + attrs._id | ||
// attrs.key = attrs.id | ||
// } | ||
@@ -599,0 +602,0 @@ if (isAtomic) { |
{ | ||
"name": "reactive-di", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Reactive dependency injection", | ||
@@ -65,4 +65,4 @@ "publishConfig": { | ||
"flow-bin": "^0.59.0", | ||
"lom_atom": "^3.0.2", | ||
"mobx": "^3.3.1", | ||
"lom_atom": "^3.0.5", | ||
"mobx": "^3.3.2", | ||
"mocha": "^4.0.1", | ||
@@ -72,3 +72,3 @@ "preact": "^8.2.6", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.51.5", | ||
"rollup": "^0.52.0", | ||
"rollup-plugin-babel": "^4.0.0-beta.0", | ||
@@ -78,4 +78,4 @@ "rollup-plugin-node-resolve": "^3.0.0", | ||
"standard-version": "^4.2.0", | ||
"uglify-es": "^3.1.9" | ||
"uglify-es": "^3.2.0" | ||
} | ||
} |
@@ -18,2 +18,6 @@ // @flow | ||
const parentContext: Injector | void = Injector.parentContext | ||
// if (attrs && !attrs.id && attrs._id && parentContext) { | ||
// attrs.id = parentContext.toString() + '.' + attrs._id | ||
// attrs.key = attrs.id | ||
// } | ||
if (isAtomic) { | ||
@@ -20,0 +24,0 @@ if (parentContext !== undefined) { |
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
304242
2704