@kubb/ts-codegen
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "@kubb/ts-codegen", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Generator ts-codegen", | ||
@@ -49,4 +49,4 @@ "keywords": [ | ||
"@kubb/ts-config": "0.1.0", | ||
"@kubb/tsup-config": "1.1.8", | ||
"@kubb/eslint-config": "1.1.8" | ||
"@kubb/eslint-config": "1.1.8", | ||
"@kubb/tsup-config": "1.1.8" | ||
}, | ||
@@ -66,3 +66,3 @@ "packageManager": "pnpm@8.3.0", | ||
"lint": "eslint \"**/*.{ts,tsx}\"", | ||
"lint-fix": "eslint \"**/*.{ts,tsx}\" --quiet --fix", | ||
"lint-fix": "bun run lint --quiet --fix", | ||
"release": "pnpm publish --no-git-check", | ||
@@ -69,0 +69,0 @@ "start": "tsup --watch", |
36979