@apigames/async-interval
Advanced tools
Comparing version 24.1.2 to 24.1.3
{ | ||
"name": "@apigames/async-interval", | ||
"version": "24.1.2", | ||
"version": "24.1.3", | ||
"description": "Modern version of setInterval for promises and async functions available in Node.js and browsers.", | ||
@@ -72,14 +72,14 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.24.4", | ||
"@babel/core": "^7.24.5", | ||
"@babel/plugin-transform-modules-commonjs": "^7.24.1", | ||
"@babel/plugin-transform-runtime": "^7.24.3", | ||
"@babel/preset-env": "^7.24.4", | ||
"@babel/preset-env": "^7.24.5", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@sinonjs/fake-timers": "^11.2.2", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.12.4", | ||
"@types/node": "^20.12.10", | ||
"@types/sinon": "^17.0.3", | ||
"@types/sinonjs__fake-timers": "^8.1.5", | ||
"@typescript-eslint/eslint-plugin": "^7.5.0", | ||
"@typescript-eslint/parser": "^7.5.0", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"babel-loader": "^9.1.3", | ||
@@ -91,6 +91,6 @@ "eslint": "^8.57.0", | ||
"rimraf": "^5.0.5", | ||
"sinon": "^17.0.1", | ||
"sinon": "^17.0.2", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.4", | ||
"typescript": "^5.4.5", | ||
"webpack": "^5.91.0", | ||
@@ -97,0 +97,0 @@ "webpack-cli": "^5.1.4" |
32179