@teamawesome/tiny-batch
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -163,3 +163,3 @@ /** | ||
exports.amountScheduler = amountScheduler; | ||
exports.default = tinybatch; | ||
exports["default"] = tinybatch; | ||
exports.intervalScheduler = intervalScheduler; | ||
@@ -166,0 +166,0 @@ exports.microtaskScheduler = microtaskScheduler; |
@@ -136,4 +136,3 @@ /** | ||
export default tinybatch; | ||
export { amountScheduler, intervalScheduler, microtaskScheduler, timeoutScheduler, tinybatch }; | ||
export { amountScheduler, tinybatch as default, intervalScheduler, microtaskScheduler, timeoutScheduler, tinybatch }; | ||
//# sourceMappingURL=tiny-batch.modern.js.map |
@@ -162,4 +162,3 @@ /** | ||
export default tinybatch; | ||
export { amountScheduler, intervalScheduler, microtaskScheduler, timeoutScheduler, tinybatch }; | ||
export { amountScheduler, tinybatch as default, intervalScheduler, microtaskScheduler, timeoutScheduler, tinybatch }; | ||
//# sourceMappingURL=tiny-batch.module.js.map |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = global || self, factory(global.tinyBatch = {})); | ||
}(this, (function (exports) { | ||
})(this, (function (exports) { | ||
/** | ||
@@ -169,3 +169,3 @@ * Queues a flush in the microtask queue at the first call. | ||
exports.amountScheduler = amountScheduler; | ||
exports.default = tinybatch; | ||
exports["default"] = tinybatch; | ||
exports.intervalScheduler = intervalScheduler; | ||
@@ -176,3 +176,3 @@ exports.microtaskScheduler = microtaskScheduler; | ||
}))); | ||
})); | ||
//# sourceMappingURL=tiny-batch.umd.js.map |
{ | ||
"name": "@teamawesome/tiny-batch", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Combine individual calls to a single one.", | ||
@@ -29,14 +29,14 @@ "keywords": [ | ||
"devDependencies": { | ||
"@sinonjs/fake-timers": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
"@typescript-eslint/parser": "^4.15.0", | ||
"eslint": "^7.20.0", | ||
"microbundle": "^0.13.0", | ||
"mocha": "^8.3.0", | ||
"@sinonjs/fake-timers": "^8.0.1", | ||
"@typescript-eslint/eslint-plugin": "^5.1.0", | ||
"@typescript-eslint/parser": "^5.1.0", | ||
"eslint": "^8.0.1", | ||
"microbundle": "^0.14.1", | ||
"mocha": "^9.1.3", | ||
"nyc": "^15.1.0", | ||
"should": "^13.2.3", | ||
"should-sinon": "0.0.6", | ||
"sinon": "^9.2.4", | ||
"ts-node": "^9.1.1" | ||
"sinon": "^11.1.2", | ||
"ts-node": "^10.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
64880
987