@adonisjs/profiler
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.3](https://github.com/adonisjs/adonis-framework/tree/master/packages/profiler/compare/@adonisjs/profiler@1.1.2...@adonisjs/profiler@1.1.3) (2019-02-22) | ||
**Note:** Version bump only for package @adonisjs/profiler | ||
## [1.1.2](https://github.com/adonisjs/adonis-framework/tree/master/packages/profiler/compare/@adonisjs/profiler@1.1.1...@adonisjs/profiler@1.1.2) (2019-02-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@adonisjs/profiler", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "AdonisJs lean profiler to time and profile code", | ||
@@ -43,9 +43,10 @@ "main": "build/index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"tag": "latest" | ||
}, | ||
"dependencies": { | ||
"@adonisjs/utils": "^1.3.2", | ||
"@adonisjs/utils": "^1.3.3", | ||
"uniqid": "^5.0.3" | ||
}, | ||
"gitHead": "58d893639760310fd95f676c8489ea1cf959deb3" | ||
"gitHead": "6015ab0919495593206e7317d78a3e7ff0b97afc" | ||
} |
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
11367
Updated@adonisjs/utils@^1.3.3