uomlibrarycommons-core
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -13,1 +13,2 @@ export declare enum EUomLibrarySite { | ||
export declare function prettyFromEUomLibrarySite(site: EUomLibrarySite): string; | ||
export declare const EUOM_LIBRARY_SITES: EUomLibrarySite[]; |
@@ -48,5 +48,3 @@ "use strict"; | ||
return false; | ||
if (toEUomLibrarySite(test) === undefined) | ||
return false; | ||
return true; | ||
return toEUomLibrarySite(test) !== undefined; | ||
} | ||
@@ -86,2 +84,4 @@ exports.isEUomLibrarySite = isEUomLibrarySite; | ||
exports.prettyFromEUomLibrarySite = prettyFromEUomLibrarySite; | ||
exports.EUOM_LIBRARY_SITES = Object.keys(EUomLibrarySite) | ||
.map((e) => keyToEUomLibrarySite(e)); | ||
//# sourceMappingURL=euom-library-site.js.map |
{ | ||
"name": "uomlibrarycommons-core", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Common Node and Angular code for UoM library development", | ||
@@ -13,3 +13,3 @@ "scripts": { | ||
"dependencies": { | ||
"tscommons-core": "^1.33.1" | ||
"tscommons-core": "^2.1.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "files": [ |
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
42288
626
+ Addedtscommons-core@2.6.0(transitive)
- Removedtscommons-core@1.33.1(transitive)
Updatedtscommons-core@^2.1.0