async-retry.ts
Advanced tools
Comparing version 1.0.4 to 1.1.0
{ | ||
"name": "async-retry.ts", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "async await version of co-retry.js(https://www.npmjs.com/package/co-retry.js), which can be used in both TypeScript and JavaScript.", | ||
@@ -13,7 +13,8 @@ "main": "lib/index.js", | ||
"build": "tsc -p tsconfig.json", | ||
"prepare": "npm run build" | ||
"prepare": "npm run build", | ||
"semantic-release": "semantic-release" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:Jeff-Tian/async-retry.ts.git" | ||
"url": "https://github.com/Jeff-Tian/async-retry.ts.git" | ||
}, | ||
@@ -42,3 +43,4 @@ "author": "jeff.tian@outlook.com", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typescript": "^3.3.3" | ||
"typescript": "^3.3.3", | ||
"semantic-release": "^15.13.30" | ||
}, | ||
@@ -64,4 +66,8 @@ "types": "lib/index.d.ts", | ||
], | ||
"report-dir": "docs/reports/coverage" | ||
"report-dir": "docs/reports/coverage", | ||
"branches": 30, | ||
"lines": 70, | ||
"functions": 70, | ||
"statements": 70 | ||
} | ||
} |
@@ -18,2 +18,5 @@ # async-retry.ts | ||
[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=Jeff-Tian_async-retry.ts)](https://sonarcloud.io | ||
/dashboard?id=Jeff-Tian_async-retry.ts) | ||
## 安装 | ||
@@ -20,0 +23,0 @@ |
Sorry, the diff of this file is not supported yet
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
21806
12
127
18