@operato/utils
Advanced tools
Comparing version 1.4.27 to 1.4.28
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.4.28](https://github.com/hatiolab/operato/compare/v1.4.27...v1.4.28) (2023-08-11) | ||
### :bug: Bug Fix | ||
* remove verbose logs ([fb6a5f0](https://github.com/hatiolab/operato/commit/fb6a5f08c15f4355b3524a5442fffca2ecd2d128)) | ||
### [1.4.27](https://github.com/hatiolab/operato/compare/v1.4.26...v1.4.27) (2023-08-11) | ||
@@ -8,0 +17,0 @@ |
@@ -9,3 +9,2 @@ var CONTEXT_PATH_PREFIX = 'domain|business'; | ||
var path = matched === null || matched === void 0 ? void 0 : matched[4]; | ||
console.log('get-path-info', contextPath, prefix, domain, path); | ||
return { | ||
@@ -19,5 +18,5 @@ contextPath, | ||
export function setContextPathPrefix(contextPathPrefix) { | ||
console.log('context-path-prefix was just set', contextPathPrefix); | ||
console.log('context-path-prefix was just set to ', `'${contextPathPrefix || 'domain|business'}'`); | ||
CONTEXT_PATH_PREFIX = contextPathPrefix || 'domain|business'; | ||
} | ||
//# sourceMappingURL=context-path.js.map |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.4.27", | ||
"version": "1.4.28", | ||
"main": "dist/src/index.js", | ||
@@ -121,3 +121,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "5d90ed1864641d5540d005989df42a53aa96559d" | ||
"gitHead": "0d97ee82b94c34bdc95841a50aa11c1ca7b27b63" | ||
} |
@@ -11,4 +11,2 @@ var CONTEXT_PATH_PREFIX = 'domain|business' | ||
console.log('get-path-info', contextPath, prefix, domain, path) | ||
return { | ||
@@ -23,4 +21,4 @@ contextPath, | ||
export function setContextPathPrefix(contextPathPrefix?: string) { | ||
console.log('context-path-prefix was just set', contextPathPrefix) | ||
console.log('context-path-prefix was just set to ', `'${contextPathPrefix || 'domain|business'}'`) | ||
CONTEXT_PATH_PREFIX = contextPathPrefix || 'domain|business' | ||
} |
Sorry, the diff of this file is not supported yet
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
207871
2157