@recore/obx
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.9](https://github.com/recore/recore/compare/@recore/obx@1.0.8...@recore/obx@1.0.9) (2020-05-09) | ||
**Note:** Version bump only for package @recore/obx | ||
## [1.0.8](https://github.com/recore/recore/compare/@recore/obx@1.0.7...@recore/obx@1.0.8) (2020-03-09) | ||
@@ -8,0 +16,0 @@ |
@@ -13,6 +13,6 @@ var callbacks = []; | ||
var timerFlush; | ||
if (typeof process === 'object' && process.nextTick) { | ||
timerFlush = function () { return process.nextTick(flush); }; | ||
} | ||
else if (typeof Promise === 'function') { | ||
// if (typeof process === 'object' && process.nextTick) { | ||
// timerFlush = () => process.nextTick(flush); | ||
// } | ||
if (typeof Promise === 'function') { | ||
// tslint:disable-line | ||
@@ -19,0 +19,0 @@ var timer_1 = Promise.resolve(); // tslint:disable-line |
@@ -10,3 +10,3 @@ import { DerivationState, runDerivedFunction, isCaughtException, shouldCompute, clearObserving, CaughtException, } from './derivation'; | ||
if (level === void 0) { level = 0; } | ||
if (throttleWait === void 0) { throttleWait = 10; } | ||
if (throttleWait === void 0) { throttleWait = 0; } | ||
this.name = name; | ||
@@ -13,0 +13,0 @@ this.check = check; |
{ | ||
"name": "@recore/obx", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"scripts": { | ||
@@ -34,3 +34,3 @@ "clean": "rm -rf lib", | ||
}, | ||
"gitHead": "dd8dfb2c5f11a5b06a9a7c4f1034bb9598828bd7" | ||
"gitHead": "63bee1291487091cce910887aa9f58f7224d9038" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
190442