@ndla/util
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -21,2 +21,4 @@ /** | ||
export { validateTranslationFiles } from './translationValidation'; | ||
export { default as useForwardedRef } from './useForwardedRef'; | ||
export { default as useForwardedRef } from './useForwardedRef'; | ||
export { default as NoSSR } from './nossr/NoSSR'; | ||
export { default as withNoSSR } from './nossr/withNoSSR'; |
@@ -22,1 +22,3 @@ /** | ||
export { default as useForwardedRef } from './useForwardedRef'; | ||
export { default as NoSSR } from './nossr/NoSSR'; | ||
export { default as withNoSSR } from './nossr/withNoSSR'; |
@@ -116,2 +116,14 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "NoSSR", { | ||
enumerable: true, | ||
get: function get() { | ||
return _NoSSR["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "withNoSSR", { | ||
enumerable: true, | ||
get: function get() { | ||
return _withNoSSR["default"]; | ||
} | ||
}); | ||
@@ -146,2 +158,6 @@ var _uuid = _interopRequireDefault(require("./uuid")); | ||
var _NoSSR = _interopRequireDefault(require("./nossr/NoSSR")); | ||
var _withNoSSR = _interopRequireDefault(require("./nossr/withNoSSR")); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
@@ -148,0 +164,0 @@ |
{ | ||
"name": "@ndla/util", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "Collection of util functions used by NDLA", | ||
@@ -40,3 +40,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "e62f69c71e7b72b1e346508e8ad483afd36eeffd" | ||
"gitHead": "5cb8d6b7fce98737fda299e7f52b70bc3af35d1d" | ||
} |
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
99652
54
1430