@randajan/jet-base
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -52,3 +52,3 @@ // src/Base.js | ||
}; | ||
return _p.initialization = _p.onInit(_p.options = options || _p.options, closure); | ||
return _p.initialization = _p.onInit(_p.options = Object.jet.to(options || _p.options), closure); | ||
}; | ||
@@ -55,0 +55,0 @@ var autoInit = (base) => { |
{ | ||
"name": "@randajan/jet-base", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Ecosystem of types and related usefull tools.", | ||
@@ -5,0 +5,0 @@ "repository": "randajan/jet-base", |
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
42462