@travetto/registry
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -18,3 +18,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.6" | ||
"version": "0.0.7" | ||
} |
@@ -17,3 +17,5 @@ import { Registry } from './registry'; | ||
onReset() { | ||
this.parent!.reset() | ||
for (let parent of this.parents) { | ||
parent!.reset() | ||
} | ||
} | ||
@@ -20,0 +22,0 @@ } |
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
14489
411