@apigames/async-interval
Advanced tools
Comparing version 23.1.0 to 23.1.1
{ | ||
"name": "@apigames/async-interval", | ||
"version": "23.1.0", | ||
"version": "23.1.1", | ||
"description": "Modern version of setInterval for promises and async functions available in Node.js and browsers.", | ||
@@ -72,16 +72,16 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.20.5", | ||
"@babel/plugin-transform-modules-commonjs": "^7.19.6", | ||
"@babel/core": "^7.20.7", | ||
"@babel/plugin-transform-modules-commonjs": "^7.20.11", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
"@babel/preset-env": "^7.20.2", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@sinonjs/fake-timers": "^10.0.0", | ||
"@sinonjs/fake-timers": "^10.0.2", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^16.18.8", | ||
"@types/node": "^16.18.11", | ||
"@types/sinon": "^10.0.13", | ||
"@types/sinonjs__fake-timers": "^8.1.2", | ||
"@typescript-eslint/eslint-plugin": "^5.46.1", | ||
"@typescript-eslint/parser": "^5.46.1", | ||
"@typescript-eslint/eslint-plugin": "^5.47.1", | ||
"@typescript-eslint/parser": "^5.47.1", | ||
"babel-loader": "^9.1.0", | ||
"eslint": "^8.29.0", | ||
"eslint": "^8.30.0", | ||
"mocha": "^10.2.0", | ||
@@ -91,3 +91,3 @@ "nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^15.0.0", | ||
"sinon": "^15.0.1", | ||
"source-map-support": "^0.5.21", | ||
@@ -94,0 +94,0 @@ "ts-node": "^10.9.1", |
34112