Comparing version 2.4.0 to 2.4.1
const createTypes = require('./createTypes'); | ||
const CL_TYPES = ['PUSH', 'POP', 'SHIFT', 'UNSHIFT', 'SET', 'SETUP', 'REMOVE']; | ||
const CL_TYPES = [ | ||
'PUSH', 'POP', 'SHIFT', 'UNSHIFT', 'SET', 'SETUP', 'REMOVE', 'REPLACE', | ||
'RESET', 'MOVE' | ||
]; | ||
@@ -4,0 +7,0 @@ /** |
{ | ||
"name": "redbone", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Polymorphic library for two way redux dispatching", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
92066
996