@ndla/util
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -19,2 +19,3 @@ /** | ||
export { default as joinArrayWithConjunction } from './joinArrayWithConjunction'; | ||
export { parseMarkdown } from './markdownHelpers'; | ||
export { parseMarkdown } from './markdownHelpers'; | ||
export { validateTranslationFiles } from './translationValidation'; |
@@ -20,1 +20,2 @@ /** | ||
export { parseMarkdown } from './markdownHelpers'; | ||
export { validateTranslationFiles } from './translationValidation'; |
@@ -104,2 +104,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "validateTranslationFiles", { | ||
enumerable: true, | ||
get: function get() { | ||
return _translationValidation.validateTranslationFiles; | ||
} | ||
}); | ||
@@ -130,2 +136,4 @@ var _uuid = _interopRequireDefault(require("./uuid")); | ||
var _translationValidation = require("./translationValidation"); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
@@ -132,0 +140,0 @@ |
{ | ||
"name": "@ndla/util", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Collection of util functions used by NDLA", | ||
@@ -36,3 +36,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "e10a8348999df08fd71cc4959e873252395bfea9" | ||
"gitHead": "b61a0491d2c9e7b92d1a7648e9fb3d529d2f37c1" | ||
} |
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
85547
45
1125