@apigames/async-interval
Advanced tools
Comparing version 23.3.3 to 23.3.4
{ | ||
"name": "@apigames/async-interval", | ||
"version": "23.3.3", | ||
"version": "23.3.4", | ||
"description": "Modern version of setInterval for promises and async functions available in Node.js and browsers.", | ||
@@ -78,10 +78,10 @@ "repository": { | ||
"@sinonjs/fake-timers": "^11.2.2", | ||
"@types/mocha": "^10.0.3", | ||
"@types/node": "^20.8.9", | ||
"@types/sinon": "^10.0.20", | ||
"@types/sinonjs__fake-timers": "^8.1.4", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"@types/mocha": "^10.0.4", | ||
"@types/node": "^20.9.0", | ||
"@types/sinon": "^17.0.1", | ||
"@types/sinonjs__fake-timers": "^8.1.5", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"babel-loader": "^9.1.3", | ||
"eslint": "^8.52.0", | ||
"eslint": "^8.53.0", | ||
"mocha": "^10.2.0", | ||
@@ -91,3 +91,3 @@ "nyc": "^15.1.0", | ||
"rimraf": "^5.0.5", | ||
"sinon": "^17.0.0", | ||
"sinon": "^17.0.1", | ||
"source-map-support": "^0.5.21", | ||
@@ -94,0 +94,0 @@ "ts-node": "^10.9.1", |
32179