esbuild-plugin-pino
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "esbuild-plugin-pino", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "An esbuild plugin to generate extra pino files for bundling", | ||
@@ -28,19 +28,12 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.1.2", | ||
"@commitlint/config-conventional": "17.1.0", | ||
"@commitlint/cz-commitlint": "17.1.2", | ||
"@types/node": "18.6.4", | ||
"@typescript-eslint/eslint-plugin": "5.39.0", | ||
"@typescript-eslint/parser": "5.39.0", | ||
"commitizen": "4.2.5", | ||
"esbuild": "0.15.10", | ||
"eslint": "8.25.0", | ||
"@types/node": "18.11.9", | ||
"@typescript-eslint/eslint-plugin": "5.43.0", | ||
"@typescript-eslint/parser": "5.43.0", | ||
"esbuild": "0.15.15", | ||
"eslint": "8.28.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"execa": "6.1.0", | ||
"husky": "8.0.1", | ||
"inquirer": "8.2.4", | ||
"lint-staged": "13.0.3", | ||
"nodemon": "2.0.20", | ||
"pino": "8.6.1", | ||
"pino": "8.7.0", | ||
"pino-loki": "2.0.3", | ||
@@ -52,5 +45,5 @@ "pino-pretty": "9.1.1", | ||
"thread-stream": "2.2.0", | ||
"tsx": "3.10.1", | ||
"typescript": "4.8.4", | ||
"vitest": "0.24.0" | ||
"tsx": "3.12.1", | ||
"typescript": "4.9.3", | ||
"vitest": "0.25.2" | ||
}, | ||
@@ -65,3 +58,2 @@ "scripts": { | ||
"lint": "prettier --check . && eslint .", | ||
"cz": "cz", | ||
"release:major": "standard-version --no-verify --release-as major", | ||
@@ -68,0 +60,0 @@ "release:minor": "standard-version --no-verify --release-as minor", |
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
19
32267