@randajan/jet-base
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -82,9 +82,6 @@ // src/index.js | ||
if (path === p) { | ||
console.log(p, "set"); | ||
put(p, fit(fits, p, flatIn, flat), flatIn, flat, true); | ||
} else if (path.startsWith(p)) { | ||
console.log(p, "merge"); | ||
put(p, fit(fits, p, flatIn, flat), flatIn, flat, true); | ||
} else if (p.startsWith(path)) { | ||
console.log(p, "overwrite"); | ||
put(p, fit(fits, p, flatIn, flat), flatIn, flatIn); | ||
@@ -91,0 +88,0 @@ } |
{ | ||
"name": "@randajan/jet-base", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"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
23973
234