uomlibrarycommons-core
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -13,1 +13,2 @@ export declare enum EUomLibraryFaculty { | ||
export declare function prettyFromEUomLibraryFaculty(site: EUomLibraryFaculty): string; | ||
export declare const EUOM_LIBRARY_FACULTIES: EUomLibraryFaculty[]; |
@@ -91,2 +91,4 @@ "use strict"; | ||
exports.prettyFromEUomLibraryFaculty = prettyFromEUomLibraryFaculty; | ||
exports.EUOM_LIBRARY_FACULTIES = Object.keys(EUomLibraryFaculty) | ||
.map((e) => keyToEUomLibraryFaculty(e)); | ||
//# sourceMappingURL=euom-library-faculty.js.map |
{ | ||
"name": "uomlibrarycommons-core", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "Common Node and Angular code for UoM library development", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
42594
629