http-response-status
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -5,2 +5,14 @@ # Changelog | ||
### [1.0.9](https://github.com/arnaud-zg/http-response-status/compare/v1.0.8...v1.0.9) (2020-03-30) | ||
### 🐛 Bug Fixes | ||
* migrate to tsdx@0.13.x ([6d1cfb5](https://github.com/arnaud-zg/http-response-status/commit/6d1cfb539205074ae59d6a769cb9316bfbadd94e)) | ||
### 🔧 Chore | ||
* **deps:** update dependency tsdx to v0.13.1 ([#101](https://github.com/arnaud-zg/http-response-status/issues/101)) ([c821106](https://github.com/arnaud-zg/http-response-status/commit/c82110695077813f7394989be4400e1f35235c07)) | ||
### [1.0.8](https://github.com/arnaud-zg/http-response-status/compare/v1.0.7...v1.0.8) (2020-03-15) | ||
@@ -7,0 +19,0 @@ |
{ | ||
"name": "http-response-status", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "HTTP Status Map", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
"build": "tsdx build", | ||
"lint": "tsdx lint", | ||
"lint": "tsdx lint src test", | ||
"release": "standard-version", | ||
@@ -38,3 +38,3 @@ "start": "tsdx watch", | ||
"hooks": { | ||
"pre-commit": "tsdx lint" | ||
"pre-commit": "tsdx lint src test" | ||
} | ||
@@ -53,3 +53,3 @@ }, | ||
"standard-version": "7.1.0", | ||
"tsdx": "0.12.3", | ||
"tsdx": "0.13.1", | ||
"tslib": "1.11.1", | ||
@@ -56,0 +56,0 @@ "typescript": "3.8.3" |
Sorry, the diff of this file is not supported yet
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
95753