@kubb/react
Advanced tools
Comparing version 3.0.0-alpha.17 to 3.0.0-alpha.18
{ | ||
"name": "@kubb/react", | ||
"version": "3.0.0-alpha.17", | ||
"version": "3.0.0-alpha.18", | ||
"description": "Generator react", | ||
@@ -80,5 +80,5 @@ "keywords": [ | ||
"ws": "8.15.0", | ||
"@kubb/core": "3.0.0-alpha.17", | ||
"@kubb/fs": "3.0.0-alpha.17", | ||
"@kubb/parser-ts": "3.0.0-alpha.17" | ||
"@kubb/core": "3.0.0-alpha.18", | ||
"@kubb/fs": "3.0.0-alpha.18", | ||
"@kubb/parser-ts": "3.0.0-alpha.18" | ||
}, | ||
@@ -92,5 +92,4 @@ "devDependencies": { | ||
"typescript": "^5.6.2", | ||
"@kubb/config-biome": "3.0.0-alpha.17", | ||
"@kubb/config-ts": "3.0.0-alpha.17", | ||
"@kubb/config-tsup": "3.0.0-alpha.17" | ||
"@kubb/config-ts": "3.0.0-alpha.18", | ||
"@kubb/config-tsup": "3.0.0-alpha.18" | ||
}, | ||
@@ -97,0 +96,0 @@ "engines": { |
@@ -16,6 +16,2 @@ <div align="center"> | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
</p> | ||
<h4> | ||
@@ -22,0 +18,0 @@ <a href="https://codesandbox.io/s/github/kubb-labs/kubb/tree/alpha/examples/typescript" target="_blank">View Demo</a> |
@@ -35,3 +35,3 @@ import type * as KubbFile from '@kubb/fs/types' | ||
export type Node = { | ||
type Node = { | ||
parentNode: DOMElement | undefined | ||
@@ -73,3 +73,3 @@ internal_static?: boolean | ||
export type NodeNames = ElementNames | TextName | ||
type NodeNames = ElementNames | TextName | ||
@@ -76,0 +76,0 @@ export type KubbNode = ReactNode |
@@ -67,3 +67,4 @@ import { camelCase } from '@kubb/core/transformers' | ||
function parseChild(key: string, item: ParamItem, options: Options): string[] { | ||
const entries = order(Object.entries(item.children as ParamItem)) | ||
// @ts-ignore | ||
const entries = order(Object.entries(item.children)) | ||
@@ -80,2 +81,3 @@ const types: string[] = [] | ||
if (entries.some(([_key, item]) => item?.type)) { | ||
// @ts-ignore | ||
types.push(...parseItem(key, { ...entryItem, default: undefined }, options)) | ||
@@ -82,0 +84,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
8
24463
3963
294620
53
54
0
297
+ Added@kubb/core@3.0.0-alpha.18(transitive)
+ Added@kubb/fs@3.0.0-alpha.18(transitive)
+ Added@kubb/parser-ts@3.0.0-alpha.18(transitive)
+ Added@kubb/types@3.0.0-alpha.18(transitive)
+ Addedremeda@2.19.0(transitive)
- Removed@kubb/core@3.0.0-alpha.17(transitive)
- Removed@kubb/fs@3.0.0-alpha.17(transitive)
- Removed@kubb/parser-ts@3.0.0-alpha.17(transitive)
- Removed@kubb/types@3.0.0-alpha.17(transitive)
- Removed@nodelib/fs.scandir@2.1.5(transitive)
- Removed@nodelib/fs.stat@2.0.5(transitive)
- Removed@nodelib/fs.walk@1.2.8(transitive)
- Removed@ts-morph/common@0.24.0(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@2.0.1(transitive)
- Removedbraces@3.0.3(transitive)
- Removedcode-block-writer@13.0.3(transitive)
- Removedfast-glob@3.3.2(transitive)
- Removedfastq@1.17.1(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedmerge2@1.4.1(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedminimatch@9.0.5(transitive)
- Removedmkdirp@3.0.1(transitive)
- Removedpath-browserify@1.0.1(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedqueue-microtask@1.2.3(transitive)
- Removedremeda@2.18.0(transitive)
- Removedreusify@1.0.4(transitive)
- Removedrun-parallel@1.2.0(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedts-morph@23.0.0(transitive)
- Removedunraw@3.0.0(transitive)
Updated@kubb/core@3.0.0-alpha.18
Updated@kubb/fs@3.0.0-alpha.18