Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,2 @@ | ||
module.exports = | ||
/******/ (function(modules) { // webpackBootstrap | ||
@@ -49,6 +50,2 @@ /******/ // The module cache | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
@@ -68,3 +65,3 @@ | ||
exports.default = _extends({}, datastore, { | ||
module.exports = _extends({}, datastore, { | ||
middleware: { | ||
@@ -71,0 +68,0 @@ Caching: _caching2.default |
{ | ||
"name": "laddare", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Data fetching layaer with support for caching", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.js", |
import * as datastore from './datastore'; | ||
import Caching from './caching'; | ||
export default { | ||
module.exports = { | ||
...datastore, | ||
@@ -6,0 +6,0 @@ middleware: { |
@@ -7,3 +7,5 @@ const path = require('path'); | ||
path: __dirname + '/dist', | ||
filename: 'bundle.js' | ||
filename: 'bundle.js', | ||
library: 'ladda', | ||
libraryTarget: 'commonjs2' | ||
}, | ||
@@ -10,0 +12,0 @@ resolve: { |
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
32764