@adonisjs/profiler
Advanced tools
Comparing version 4.0.1 to 5.0.0
{ | ||
"name": "@adonisjs/profiler", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "Profiler to time function calls in AdonisJs with context", | ||
"main": "build/providers/ProfilerProvider.js", | ||
"main": "build/index.js", | ||
"files": [ | ||
"build/adonis-typings", | ||
"build/providers", | ||
"build/src", | ||
"build/standalone.d.ts", | ||
"build/standalone.js", | ||
"build/exceptions.json" | ||
"build/exceptions.json", | ||
"build/index.d.ts", | ||
"build/index.js" | ||
], | ||
@@ -37,25 +36,22 @@ "scripts": { | ||
"devDependencies": { | ||
"@adonisjs/application": "^2.0.0", | ||
"@adonisjs/config": "^1.1.0", | ||
"@adonisjs/fold": "^6.3.5", | ||
"@adonisjs/logger": "^2.1.0", | ||
"@adonisjs/mrm-preset": "^2.4.0", | ||
"@poppinss/dev-utils": "^1.0.8", | ||
"@types/node": "^14.0.24", | ||
"commitizen": "^4.1.2", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"@adonisjs/require-ts": "^1.0.0", | ||
"@poppinss/dev-utils": "^1.0.10", | ||
"@types/node": "^14.11.2", | ||
"commitizen": "^4.2.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"del-cli": "^3.0.1", | ||
"eslint": "^7.5.0", | ||
"eslint": "^7.9.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-adonis": "^1.0.14", | ||
"eslint-plugin-adonis": "^1.0.15", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"github-label-sync": "^2.0.0", | ||
"husky": "^4.2.5", | ||
"husky": "^4.3.0", | ||
"japa": "^3.1.1", | ||
"mrm": "^2.3.3", | ||
"np": "^6.3.2", | ||
"npm-audit-html": "^1.4.1", | ||
"prettier": "^2.0.5", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.7" | ||
"mrm": "^2.5.1", | ||
"np": "^6.5.0", | ||
"npm-audit-html": "^1.4.3", | ||
"prettier": "^2.1.2", | ||
"typescript": "^4.0.3" | ||
}, | ||
@@ -82,5 +78,5 @@ "nyc": { | ||
"dependencies": { | ||
"@poppinss/utils": "^2.3.0", | ||
"@poppinss/utils": "^2.5.7", | ||
"cuid": "^2.1.8", | ||
"jest-worker": "^26.1.0" | ||
"jest-worker": "^26.3.0" | ||
}, | ||
@@ -108,3 +104,7 @@ "peerDependencies": { | ||
"exceptions": "./build/exceptions.json" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "next" | ||
} | ||
} |
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
20
29874
20
740
Updated@poppinss/utils@^2.5.7
Updatedjest-worker@^26.3.0