melody-devtools
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "melody-devtools", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -14,3 +14,3 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"melody-idom": "^0.10.0" | ||
"melody-idom": "^1.0.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
@@ -151,3 +151,3 @@ /** | ||
instance._renderedComponent = updateReactComponent( | ||
component.childInstance, | ||
component.childInstance | ||
); | ||
@@ -208,3 +208,3 @@ } else if (node) { | ||
roots[nextRootKey(roots)] = updateReactComponent( | ||
nodeData.componentInstance, | ||
nodeData.componentInstance | ||
); | ||
@@ -211,0 +211,0 @@ } else { |
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
46234