@lab009/erebus
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,2 +6,3 @@ 'use strict'; | ||
}); | ||
exports.reducers = exports.createAction = exports.unionOf = exports.valuesOf = exports.arrayOf = exports.Schema = undefined; | ||
@@ -22,11 +23,7 @@ var _normalizr = require('normalizr'); | ||
exports.default = { | ||
Schema: _normalizr.Schema, | ||
arrayOf: _normalizr.arrayOf, | ||
valuesOf: _normalizr.valuesOf, | ||
unionOf: _normalizr.unionOf, | ||
createAction: _createAction2.default, | ||
reducers: reducers | ||
}; | ||
module.exports = exports['default']; | ||
exports.Schema = _normalizr.Schema; | ||
exports.arrayOf = _normalizr.arrayOf; | ||
exports.valuesOf = _normalizr.valuesOf; | ||
exports.unionOf = _normalizr.unionOf; | ||
exports.createAction = _createAction2.default; | ||
exports.reducers = reducers; |
@@ -6,2 +6,3 @@ 'use strict'; | ||
}); | ||
exports.reducers = exports.createAction = exports.unionOf = exports.valuesOf = exports.arrayOf = exports.Schema = undefined; | ||
@@ -22,10 +23,7 @@ var _normalizr = require('normalizr'); | ||
exports.default = { | ||
Schema: _normalizr.Schema, | ||
arrayOf: _normalizr.arrayOf, | ||
valuesOf: _normalizr.valuesOf, | ||
unionOf: _normalizr.unionOf, | ||
createAction: _createAction2.default, | ||
reducers: reducers | ||
}; | ||
exports.Schema = _normalizr.Schema; | ||
exports.arrayOf = _normalizr.arrayOf; | ||
exports.valuesOf = _normalizr.valuesOf; | ||
exports.unionOf = _normalizr.unionOf; | ||
exports.createAction = _createAction2.default; | ||
exports.reducers = reducers; |
{ | ||
"name": "@lab009/erebus", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Dead-simple API actions for Redux", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
22043
526