data-lackey
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -10,5 +10,4 @@ "use strict"; | ||
// Creates a component that renders children while loading the given URI | ||
function createLoaderComponent(...dataUris) { | ||
return (0, _HOC.loadData)(...dataUris)(props => props.children); | ||
} |
@@ -20,3 +20,2 @@ "use strict"; | ||
/* global Set */ | ||
if (!Set.prototype.difference) Set.prototype.difference = function (setB) { | ||
@@ -23,0 +22,0 @@ const difference = new Set(this); // eslint-disable-next-line no-for-of-loops/no-for-of-loops |
{ | ||
"name": "data-lackey", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "orchestrate your data loading", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
35476
730