@kubb/types
Advanced tools
Comparing version 2.0.0-alpha.9 to 2.0.0-alpha.10
@@ -14,2 +14,2 @@ type Prettify<T> = { | ||
export { GreaterThan, ObjValueTuple, PossiblePromise, Prettify, TupleToUnion }; | ||
export type { GreaterThan, ObjValueTuple, PossiblePromise, Prettify, TupleToUnion }; |
{ | ||
"name": "@kubb/types", | ||
"version": "2.0.0-alpha.9", | ||
"version": "2.0.0-alpha.10", | ||
"description": "Generator types", | ||
@@ -42,8 +42,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^8.53.0", | ||
"tsup": "^7.2.0", | ||
"typescript": "rc", | ||
"eslint": "^8.54.0", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.2", | ||
"@kubb/ts-config": "0.1.0", | ||
"@kubb/eslint-config": "1.1.8", | ||
"@kubb/tsup-config": "1.1.8" | ||
"@kubb/tsup-config": "1.1.8", | ||
"@kubb/eslint-config": "1.1.8" | ||
}, | ||
@@ -50,0 +50,0 @@ "packageManager": "pnpm@8.3.0", |
@@ -21,3 +21,3 @@ <div align="center"> | ||
<h4> | ||
<a href="https://codesandbox.io/s/github/kubb-project/kubb/tree/main/examples/typescript" target="_blank">View Demo</a> | ||
<a href="https://codesandbox.io/s/github/kubb-project/kubb/tree/alpha/examples/typescript" target="_blank">View Demo</a> | ||
<span> · </span> | ||
@@ -24,0 +24,0 @@ <a href="https://kubb.dev/" target="_blank">Documentation</a> |
Sorry, the diff of this file is not supported yet
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
8727