@apigames/async-interval
Advanced tools
Comparing version 24.1.6 to 24.1.7
{ | ||
"name": "@apigames/async-interval", | ||
"version": "24.1.6", | ||
"version": "24.1.7", | ||
"description": "Modern version of setInterval for promises and async functions available in Node.js and browsers.", | ||
@@ -73,3 +73,3 @@ "repository": { | ||
"@babel/core": "^7.26.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.25.9", | ||
"@babel/plugin-transform-modules-commonjs": "^7.26.3", | ||
"@babel/plugin-transform-runtime": "^7.25.9", | ||
@@ -79,4 +79,4 @@ "@babel/preset-env": "^7.26.0", | ||
"@sinonjs/fake-timers": "^11.3.1", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^20.17.6", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^20.17.9", | ||
"@types/sinon": "^17.0.3", | ||
@@ -90,3 +90,3 @@ "@types/sinonjs__fake-timers": "^8.1.5", | ||
"nyc": "^15.1.0", | ||
"prettier": "^3.3.3", | ||
"prettier": "^3.4.2", | ||
"rimraf": "^5.0.10", | ||
@@ -96,6 +96,6 @@ "sinon": "^17.0.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.6.3", | ||
"webpack": "^5.96.1", | ||
"typescript": "^5.7.2", | ||
"webpack": "^5.97.1", | ||
"webpack-cli": "^5.1.4" | ||
} | ||
} |
32025