@travetto/registry
Advanced tools
Comparing version 0.0.44 to 0.0.45
@@ -19,3 +19,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.44" | ||
"version": "0.0.45" | ||
} |
@@ -44,3 +44,3 @@ import { Class } from '../model/types'; | ||
} catch (e) { | ||
console.debug(e); | ||
console.error(e); | ||
throw e; | ||
@@ -96,3 +96,3 @@ } finally { | ||
onEvent(event: ChangeEvent<Class>) { | ||
console.debug('Received', this.constructor.__id, event.type, (event.curr || event.prev)!.__id); | ||
console.trace('Received', this.constructor.__id, event.type, (event.curr || event.prev)!.__id); | ||
@@ -99,0 +99,0 @@ switch (event.type) { |
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