awilix-router-core
Advanced tools
Comparing version 1.5.0 to 1.6.0
# Changelog | ||
## 1.5.0 | ||
- Support auto-loading of named exports ([#4](https://github.com/jeffijoe/awilix-router-core/pull/4), [whefter](https://github.com/whefter)) | ||
- Update packages | ||
## 1.4.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "awilix-router-core", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "", | ||
@@ -47,3 +47,3 @@ "main": "lib/index.js", | ||
"@types/glob": "^7.1.1", | ||
"@types/jest": "^23.3.10", | ||
"@types/jest": "^23.3.12", | ||
"@types/node": "^10.12.18", | ||
@@ -53,11 +53,11 @@ "@types/prettier": "^1.15.2", | ||
"coveralls": "^3.0.2", | ||
"husky": "^1.3.0", | ||
"husky": "^1.3.1", | ||
"jest": "^23.6.0", | ||
"lint-staged": "^8.1.0", | ||
"prettier": "^1.15.3", | ||
"rimraf": "^2.6.1", | ||
"semantic-release": "^15.13.1", | ||
"rimraf": "^2.6.3", | ||
"semantic-release": "^15.13.3", | ||
"semantic-release-conventional-commits": "^2.0.1", | ||
"ts-jest": "^23.10.5", | ||
"tslint": "^5.12.0", | ||
"tslint": "^5.12.1", | ||
"tslint-config-prettier": "^1.17.0", | ||
@@ -64,0 +64,0 @@ "tslint-config-standard": "^8.0.1", |
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
52263