usps-webtools-promise
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -5,3 +5,3 @@ { | ||
"description": "API wrapper for the USPS Web-Tools, with Promises!", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"main": "./dist/usps.js", | ||
@@ -26,3 +26,2 @@ "types": "./dist/usps.d.ts", | ||
"build": "rm -rf dist && tsc -p tsconfig.build.json", | ||
"pretest": "npm run build", | ||
"test": "c8 --reporter=lcov --reporter=text --all --include=src ava --timeout=30s" | ||
@@ -43,14 +42,14 @@ }, | ||
"devDependencies": { | ||
"@rushstack/eslint-patch": "^1.1.4", | ||
"@sparticuz/eslint-config": "^7.1.3", | ||
"@rushstack/eslint-patch": "^1.2.0", | ||
"@sparticuz/eslint-config": "^7.1.8", | ||
"@tsconfig/node14": "^1.0.3", | ||
"@types/node": "^16.11.46", | ||
"@typescript-eslint/eslint-plugin": "^5.31.0", | ||
"@typescript-eslint/parser": "^5.31.0", | ||
"ava": "^4.3.1", | ||
"@types/node": "^16.11.64", | ||
"@typescript-eslint/eslint-plugin": "^5.39.0", | ||
"@typescript-eslint/parser": "^5.39.0", | ||
"ava": "^4.3.3", | ||
"c8": "^7.12.0", | ||
"eslint": "^8.20.0", | ||
"eslint": "^8.24.0", | ||
"prettier": "^2.7.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.8.4" | ||
}, | ||
@@ -57,0 +56,0 @@ "repository": "https://github.com/Sparticuz/usps-webtools-promise.git", |
22653