@adonisjs/utils
Advanced tools
Comparing version 1.1.0 to 1.2.0
export { ConfigReader } from './src/ConfigReader'; | ||
export { Exception } from './src/Exception'; |
@@ -5,1 +5,3 @@ "use strict"; | ||
exports.ConfigReader = ConfigReader_1.ConfigReader; | ||
var Exception_1 = require("./src/Exception"); | ||
exports.Exception = Exception_1.Exception; |
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.2.0](https://github.com/adonisjs/adonis-framework/tree/master/packages/utils/compare/@adonisjs/utils@1.1.0...@adonisjs/utils@1.2.0) (2019-01-26) | ||
### Features | ||
* **utils:** export custom exception class ([2059c31](https://github.com/adonisjs/adonis-framework/tree/master/packages/utils/commit/2059c31)) | ||
# 1.1.0 (2019-01-23) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@adonisjs/utils", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A collection of utilities to keep AdonisJs codebase dry", | ||
@@ -44,3 +44,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "bb97e711a4ced5e128cf6b8002b255383c93702d" | ||
"gitHead": "945c1d53feb454f666ca6e7a24fe1bafd21e98f1" | ||
} |
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
4997
10
66