Comparing version 2.3.3 to 2.3.4
{ | ||
"name": "ts-retry", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"main": "lib/cjs/index.js", | ||
@@ -12,16 +12,16 @@ "module": "lib/esm/index.js", | ||
"devDependencies": { | ||
"@types/chai": "4.2.18", | ||
"@types/mocha": "8.2.2", | ||
"@types/node": "15.3.0", | ||
"@types/sinon": "10.0.0", | ||
"@types/chai": "4.2.21", | ||
"@types/mocha": "9.0.0", | ||
"@types/node": "16.4.2", | ||
"@types/sinon": "10.0.2", | ||
"@types/sinon-chai": "3.2.5", | ||
"chai": "^4.2.0", | ||
"cross-env": "7.0.3", | ||
"mocha": "8.4.0", | ||
"mocha": "9.0.2", | ||
"nyc": "^15.1.0", | ||
"rimraf": "3.0.2", | ||
"sinon": "10.0.0", | ||
"sinon-chai": "3.6.0", | ||
"sinon-chai": "3.7.0", | ||
"ts-mocha": "8.0.0", | ||
"ts-node": "9.1.1", | ||
"ts-node": "10.1.0", | ||
"typescript": "4.2.4", | ||
@@ -28,0 +28,0 @@ "yarn": "^1.22.10" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74279