esbuild-plugin-pino
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -101,2 +101,4 @@ type Platform = 'browser' | 'node' | 'neutral'; | ||
external?: string[]; | ||
/** Documentation: https://esbuild.github.io/api/#alias */ | ||
alias?: Record<string, string>; | ||
/** Documentation: https://esbuild.github.io/api/#loader */ | ||
@@ -585,3 +587,3 @@ loader?: { [ext: string]: Loader }; | ||
*/ | ||
wasmURL?: string | ||
wasmURL?: string | URL | ||
@@ -588,0 +590,0 @@ /** |
{ | ||
"name": "esbuild-plugin-pino", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "An esbuild plugin to generate extra pino files for bundling", | ||
@@ -28,7 +28,7 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@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", | ||
"@types/node": "18.11.10", | ||
"@typescript-eslint/eslint-plugin": "5.45.0", | ||
"@typescript-eslint/parser": "5.45.0", | ||
"esbuild": "0.15.17", | ||
"eslint": "8.29.0", | ||
"eslint-config-prettier": "8.5.0", | ||
@@ -41,4 +41,4 @@ "eslint-plugin-prettier": "4.2.1", | ||
"pino-pretty": "9.1.1", | ||
"pkgroll": "1.4.0", | ||
"prettier": "2.7.1", | ||
"pkgroll": "1.6.0", | ||
"prettier": "2.8.0", | ||
"standard-version": "9.5.0", | ||
@@ -48,3 +48,3 @@ "thread-stream": "2.2.0", | ||
"typescript": "4.9.3", | ||
"vitest": "0.25.2" | ||
"vitest": "0.25.3" | ||
}, | ||
@@ -51,0 +51,0 @@ "scripts": { |
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
32369
758