sygnal 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/component.js CHANGED
@@ -789,7 +789,7 @@ var Component = /*#__PURE__*/function () {
789
789
 
790
790
  var originalDOMSink = sink$[_this8.DOMSourceName];
791
791
  sink$[_this8.DOMSourceName] = propState.stream.map(function (state) {
792
- return originalDOMSink.compose((0, _debounce["default"])(2));
792
+ return originalDOMSink.compose((0, _debounce["default"])(10));
793
793
  }).flatten();
794
794
  acc[id] = {
795
795
  sink$: sink$,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sygnal",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "An intuitive framework for building fast and small components or applications based on Cycle.js",
5
5
  "main": "./dist/index.js",
6
6
  "exports": "./dist/index.js",