@logkit/client
Advanced tools
Comparing version 0.0.0-a8a22b2 to 0.0.0-b3e0954
{ | ||
"name": "@logkit/client", | ||
"version": "0.0.0-a8a22b2", | ||
"version": "0.0.0-b3e0954", | ||
"description": "Next generation logging infrastructure", | ||
@@ -12,11 +12,11 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^18.15.13" | ||
"@types/node": "^20.1.3" | ||
}, | ||
"scripts": { | ||
"build": "concurrently \"node -r esbuild-register scripts/build.ts --minify\" \"pnpm tsc -p scripts/tsconfig.extract.json\"", | ||
"dev": "concurrently \"node -r esbuild-register --watch --watch-path src scripts/build.ts\" \"pnpm tsc -p scripts/tsconfig.extract.json --watch\"", | ||
"check": "concurrently \"pnpm check:typescript\" \"pnpm check:lint\"", | ||
"check:typescript": "tsc", | ||
"build": "concurrently -n client:build,client:types \"node -r esbuild-register scripts/build.ts --minify\" \"pnpm tsc -p scripts/tsconfig.extract.json\"", | ||
"dev": "concurrently -n client:build,client:types \"node -r esbuild-register --watch --watch-path src scripts/build.ts\" \"pnpm tsc -p scripts/tsconfig.extract.json --watch\"", | ||
"check": "concurrently -n client:check:types,client:check:lint \"pnpm check:types\" \"pnpm check:lint\"", | ||
"check:types": "tsc", | ||
"check:lint": "eslint --ext .js,.jsx,.ts,.tsx src/ 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
4351