@adonisjs/profiler
Advanced tools
Comparing version 6.0.6 to 6.0.7
@@ -104,3 +104,3 @@ "use strict"; | ||
} | ||
this.worker = new jest_worker_1.Worker(helpers_1.resolveFrom(this.appRoot, fn)); | ||
this.worker = new jest_worker_1.Worker((0, helpers_1.resolveFrom)(this.appRoot, fn)); | ||
this.worker.getStdout().pipe(process.stdout); | ||
@@ -107,0 +107,0 @@ this.worker.getStderr().pipe(process.stderr); |
@@ -29,3 +29,3 @@ "use strict"; | ||
this.parentId = parentId; | ||
this.id = helpers_1.cuid(); | ||
this.id = (0, helpers_1.cuid)(); | ||
this.timestamp = Date.now(); | ||
@@ -32,0 +32,0 @@ this.start = process.hrtime(); |
# The MIT License | ||
Copyright 2021 Harminder Virk, contributors | ||
Copyright 2022 Harminder Virk, contributors | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"name": "@adonisjs/profiler", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"description": "Profiler to time function calls in AdonisJs with context", | ||
@@ -16,3 +16,3 @@ "main": "build/index.js", | ||
"pretest": "npm run lint", | ||
"test": "node japaFile.js", | ||
"test": "node .bin/test.js", | ||
"clean": "del build", | ||
@@ -22,3 +22,3 @@ "compile": "npm run lint && npm run clean && tsc", | ||
"commit": "git-cz", | ||
"release": "np", | ||
"release": "np --message=\"chore(release): %s\"", | ||
"version": "npm run build", | ||
@@ -39,14 +39,16 @@ "format": "prettier --write .", | ||
"@adonisjs/logger": "^4.0.5", | ||
"@adonisjs/mrm-preset": "^4.1.2", | ||
"@adonisjs/mrm-preset": "^5.0.2", | ||
"@adonisjs/require-ts": "^2.0.7", | ||
"@poppinss/dev-utils": "^1.1.5", | ||
"@types/node": "^16.3.3", | ||
"@poppinss/dev-utils": "^2.0.1", | ||
"@types/node": "^17.0.8", | ||
"commitizen": "^4.2.4", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"del-cli": "^4.0.1", | ||
"eslint": "^7.31.0", | ||
"eslint": "^8.7.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-adonis": "^1.3.3", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-adonis": "^2.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"github-label-sync": "^2.0.1", | ||
"husky": "^7.0.1", | ||
"japa": "^3.1.1", | ||
"japa": "^4.0.0", | ||
"mrm": "^3.0.2", | ||
@@ -76,3 +78,3 @@ "np": "^7.5.0", | ||
"dependencies": { | ||
"@poppinss/utils": "^3.1.4", | ||
"@poppinss/utils": "^4.0.1", | ||
"jest-worker": "^27.0.6" | ||
@@ -105,3 +107,46 @@ }, | ||
"tag": "latest" | ||
}, | ||
"mrmConfig": { | ||
"core": true, | ||
"license": "MIT", | ||
"services": [ | ||
"github-actions" | ||
], | ||
"minNodeVersion": "14.15.4", | ||
"probotApps": [ | ||
"stale", | ||
"lock" | ||
], | ||
"runGhActionsOnWindows": false | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"plugin:adonis/typescriptPackage", | ||
"prettier" | ||
], | ||
"plugins": [ | ||
"prettier" | ||
], | ||
"rules": { | ||
"prettier/prettier": [ | ||
"error", | ||
{ | ||
"endOfLine": "auto" | ||
} | ||
] | ||
} | ||
}, | ||
"eslintIgnore": [ | ||
"build" | ||
], | ||
"prettier": { | ||
"trailingComma": "es5", | ||
"semi": false, | ||
"singleQuote": true, | ||
"useTabs": false, | ||
"quoteProps": "consistent", | ||
"bracketSpacing": true, | ||
"arrowParens": "always", | ||
"printWidth": 100 | ||
} | ||
} |
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
30154
19
+ Added@poppinss/utils@4.0.4(transitive)
- Removed@poppinss/utils@3.3.1(transitive)
- Removedbuffer-alloc@1.2.0(transitive)
- Removedbuffer-alloc-unsafe@1.1.0(transitive)
- Removedbuffer-fill@1.0.0(transitive)
Updated@poppinss/utils@^4.0.1