@kubb/types
Advanced tools
Comparing version 2.12.5 to 2.12.6
{ | ||
"name": "@kubb/types", | ||
"version": "2.12.5", | ||
"version": "2.12.6", | ||
"description": "Generator types", | ||
@@ -42,13 +42,12 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^8.57.0", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.4", | ||
"@kubb/eslint-config": "1.1.8", | ||
"typescript": "^5.4.5", | ||
"@kubb/biome-config": "0.1.0", | ||
"@kubb/ts-config": "0.1.0", | ||
"@kubb/tsup-config": "1.1.8" | ||
}, | ||
"packageManager": "pnpm@8.3.0", | ||
"packageManager": "pnpm@8.15.0", | ||
"engines": { | ||
"node": ">=18", | ||
"pnpm": ">=8.3.0" | ||
"pnpm": ">=8.15.0" | ||
}, | ||
@@ -62,4 +61,4 @@ "publishConfig": { | ||
"clean": "npx rimraf ./dist", | ||
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint --format pretty .", | ||
"lint-fix": "bun run lint --quiet --fix", | ||
"lint": "bun biome lint .", | ||
"lint:fix": "bun biome lint --apply-unsafe .", | ||
"release": "pnpm publish --no-git-check", | ||
@@ -66,0 +65,0 @@ "release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check", |
export type Prettify<T> = { | ||
[K in keyof T]: T[K] | ||
} & {} // eslint-disable-next-line @typescript-eslint/ban-types | ||
} & {} | ||
@@ -5,0 +5,0 @@ export type PossiblePromise<T> = Promise<T> | T |
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
5
8798