Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparticuz committed Oct 24, 2023
1 parent cb1e24b commit da07a07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usps-webtools-promise",
"version": "6.0.0",
"version": "6.0.1",
"description": "API wrapper for the USPS Web-Tools, with Promises!",
"keywords": [
"usps",
Expand Down

1 comment on commit da07a07

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

91.33%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   address-validate.ts88.14%37.50%100%96%51–53, 55, 80–81, 83–87, 92–93, 96
   usps.ts100%100%100%100%
src/lookups
   city-state-lookup.ts98.25%83.33%100%100%45
   pricing-rate-lookup.ts74.34%100%50%74.50%112–149
   zip-code-lookup.ts90.59%54.55%100%95.83%56–57, 59–63, 68
src/utils
   proper-case.ts100%100%100%100%
   request.ts91.62%64.29%100%94.08%107–108, 117–119, 122–125, 151, 50–52, 58

Please sign in to comment.