Comparing version 0.12.1 to 0.13.0
@@ -0,1 +1,2 @@ | ||
export { combineEvents } from './combine-events'; | ||
export { condition } from './condition'; | ||
@@ -2,0 +3,0 @@ export { debounce } from './debounce'; |
@@ -0,1 +1,2 @@ | ||
module.exports.combineEvents = require('./combine-events').combineEvents; | ||
module.exports.condition = require('./condition').condition; | ||
@@ -2,0 +3,0 @@ module.exports.debounce = require('./debounce').debounce; |
{ | ||
"name": "patronum", | ||
"version": "0.12.1", | ||
"version": "0.13.0", | ||
"description": "☄️ Effector utility library delivering modularity and convenience", | ||
@@ -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
30875
34
297