@ndla/util
Advanced tools
Comparing version 0.4.6 to 0.4.7
@@ -16,2 +16,3 @@ /** | ||
export { resizeObserver } from './resizeObserver'; | ||
export { setCookie, getCookie, deleteCookie, isValidCookie } from './cookieHandler'; | ||
export { setCookie, getCookie, deleteCookie, isValidCookie } from './cookieHandler'; | ||
export { printPage } from './printPage'; |
@@ -17,1 +17,2 @@ /** | ||
export { setCookie, getCookie, deleteCookie, isValidCookie } from './cookieHandler'; | ||
export { printPage } from './printPage'; |
@@ -86,2 +86,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "printPage", { | ||
enumerable: true, | ||
get: function get() { | ||
return _printPage.printPage; | ||
} | ||
}); | ||
@@ -106,2 +112,4 @@ var _uuid = _interopRequireDefault(require("./uuid")); | ||
var _printPage = require("./printPage"); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
@@ -108,0 +116,0 @@ |
{ | ||
"name": "@ndla/util", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "Collection of util functions used by NDLA", | ||
@@ -35,3 +35,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "95745b473189b7ab19af423d5f41da3bb845f2bd" | ||
"gitHead": "1f731d0d78d5d824796ddef9a77eaf863b3e69d9" | ||
} |
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
66394
36
776