Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "fable", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "An entity behavior management and API bundling library.", | ||
@@ -5,0 +5,0 @@ "main": "source/Fable.js", |
@@ -25,5 +25,5 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system | ||
// Instantiate the UUID generator | ||
this.libUUID = new libFableUUID(tmpSettings); | ||
this.libUUID = new libFableUUID(this.settingsManager.settings); | ||
this.log = new libFableLog(tmpSettings); | ||
this.log = new libFableLog(this.settingsManager.settings); | ||
this.log.initialize(); | ||
@@ -30,0 +30,0 @@ } |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
109486
0