http-response-status
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -5,2 +5,17 @@ # Changelog | ||
### [0.0.11](https://github.com/arnaud-zg/http-response-status/compare/v0.0.10...v0.0.11) (2019-11-09) | ||
### 🐛 Bug Fixes | ||
* **project:** add repository url ([#44](https://github.com/arnaud-zg/http-response-status/issues/44)) ([30eced0](https://github.com/arnaud-zg/http-response-status/commit/30eced0)) | ||
* **project:** update package.json ([#47](https://github.com/arnaud-zg/http-response-status/issues/47)) ([c734879](https://github.com/arnaud-zg/http-response-status/commit/c734879)) | ||
### 🔧 Chore | ||
* **deps:** update dependency @types/jest to v24.0.22 ([#46](https://github.com/arnaud-zg/http-response-status/issues/46)) ([dcda0c6](https://github.com/arnaud-zg/http-response-status/commit/dcda0c6)) | ||
* **deps:** update dependency prettier to v1.19.0 ([#48](https://github.com/arnaud-zg/http-response-status/issues/48)) ([f3d8a84](https://github.com/arnaud-zg/http-response-status/commit/f3d8a84)) | ||
* **deps:** update dependency typescript to v3.7.2 ([#45](https://github.com/arnaud-zg/http-response-status/issues/45)) ([415e34b](https://github.com/arnaud-zg/http-response-status/commit/415e34b)) | ||
### [0.0.10](https://github.com/arnaud-zg/http-status/compare/v0.0.9...v0.0.10) (2019-11-01) | ||
@@ -7,0 +22,0 @@ |
{ | ||
"name": "http-response-status", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "HTTP Status Map", | ||
"main": "dist/index.js", | ||
"module": "dist/http-status.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/arnaud-zg/http-response-status.git" | ||
}, | ||
"homepage": "https://github.com/arnaud-zg/http-response-status", | ||
"bugs": { | ||
"url": "https://github.com/arnaud-zg/http-response-status/issues" | ||
}, | ||
"files": [ | ||
@@ -38,3 +47,3 @@ "dist" | ||
"devDependencies": { | ||
"@types/jest": "24.0.21", | ||
"@types/jest": "24.0.22", | ||
"codecov": "3.6.1", | ||
@@ -46,4 +55,4 @@ "husky": "3.0.9", | ||
"tslib": "1.10.0", | ||
"typescript": "3.6.4" | ||
"typescript": "3.7.2" | ||
} | ||
} |
# http-response-status | ||
HTTP Status Map in Typescript | ||
HTTP Status Map | ||
@@ -5,0 +5,0 @@ |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
79909
1
1
1