cerebral-module-ui-driver
Advanced tools
Comparing version 0.6.6 to 0.6.7
@@ -66,10 +66,8 @@ 'use strict'; | ||
// register signals | ||
module.signals({ | ||
module.addSignals({ | ||
blurred: _blurred2.default, | ||
focused: _focused2.default, | ||
isOpenChanged: _isOpenChanged2.default | ||
isOpenChanged: _isOpenChanged2.default, | ||
valueChanged: { chain: (0, _valueChanged2.default)(options.debounceTimeout || 200), sync: true } | ||
}); | ||
module.signalsSync({ | ||
valueChanged: (0, _valueChanged2.default)(options.debounceTimeout || 200) | ||
}); | ||
@@ -76,0 +74,0 @@ return { |
{ | ||
"name": "cerebral-module-ui-driver", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "A driver for connecting ui components to cerebral", | ||
@@ -40,7 +40,7 @@ "main": "lib/driver.js", | ||
"baobab": "^2.3.3", | ||
"cerebral": "^0.33.5", | ||
"cerebral-addons": "^0.4.2", | ||
"cerebral-model-baobab": "^0.4.6", | ||
"cerebral": "^0.33.8", | ||
"cerebral-addons": "^0.4.5", | ||
"cerebral-model-baobab": "^0.4.7", | ||
"chai": "^3.4.1", | ||
"mocha": "^2.3.4", | ||
"mocha": "^2.4.4", | ||
"moment": "^2.11.1", | ||
@@ -47,0 +47,0 @@ "parallelshell": "^2.0.0", |
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
38706
674