@kubb/react
Advanced tools
Comparing version 3.0.0-alpha.29 to 3.0.0-alpha.30
@@ -152,3 +152,3 @@ import * as KubbFile from '@kubb/fs/types'; | ||
type FileExportProps = KubbFile.Export; | ||
declare function FileExport({ name, path, isTypeOnly, extName, asAlias }: FileExportProps): KubbNode; | ||
declare function FileExport({ name, path, isTypeOnly, asAlias }: FileExportProps): KubbNode; | ||
declare namespace FileExport { | ||
@@ -158,3 +158,3 @@ var displayName: string; | ||
type FileImportProps = KubbFile.Import; | ||
declare function FileImport({ name, root, path, isTypeOnly, extName, isNameSpace }: FileImportProps): KubbNode; | ||
declare function FileImport({ name, root, path, isTypeOnly, isNameSpace }: FileImportProps): KubbNode; | ||
declare namespace FileImport { | ||
@@ -161,0 +161,0 @@ var displayName: string; |
@@ -561,8 +561,8 @@ import process from 'node:process'; | ||
FileSource.displayName = "KubbFileSource"; | ||
function FileExport({ name, path, isTypeOnly, extName, asAlias }) { | ||
return /* @__PURE__ */ jsx("kubb-export", { name, path, extName, isTypeOnly: isTypeOnly || false, asAlias }); | ||
function FileExport({ name, path, isTypeOnly, asAlias }) { | ||
return /* @__PURE__ */ jsx("kubb-export", { name, path, isTypeOnly: isTypeOnly || false, asAlias }); | ||
} | ||
FileExport.displayName = "KubbFileExport"; | ||
function FileImport({ name, root, path, isTypeOnly, extName, isNameSpace }) { | ||
return /* @__PURE__ */ jsx("kubb-import", { name, root, path, extName, isNameSpace, isTypeOnly: isTypeOnly || false }); | ||
function FileImport({ name, root, path, isTypeOnly, isNameSpace }) { | ||
return /* @__PURE__ */ jsx("kubb-import", { name, root, path, isNameSpace, isTypeOnly: isTypeOnly || false }); | ||
} | ||
@@ -569,0 +569,0 @@ FileImport.displayName = "KubbFileImport"; |
{ | ||
"name": "@kubb/react", | ||
"version": "3.0.0-alpha.29", | ||
"version": "3.0.0-alpha.30", | ||
"description": "Generator react", | ||
@@ -80,8 +80,8 @@ "keywords": [ | ||
"ws": "8.15.0", | ||
"@kubb/core": "3.0.0-alpha.29", | ||
"@kubb/fs": "3.0.0-alpha.29", | ||
"@kubb/parser-ts": "3.0.0-alpha.29" | ||
"@kubb/core": "3.0.0-alpha.30", | ||
"@kubb/fs": "3.0.0-alpha.30", | ||
"@kubb/parser-ts": "3.0.0-alpha.30" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.3.9", | ||
"@types/react": "^18.3.10", | ||
"@types/react-reconciler": "^0.28.8", | ||
@@ -92,4 +92,4 @@ "@types/signal-exit": "^3.0.4", | ||
"typescript": "^5.6.2", | ||
"@kubb/config-ts": "3.0.0-alpha.29", | ||
"@kubb/config-tsup": "3.0.0-alpha.29" | ||
"@kubb/config-ts": "3.0.0-alpha.30", | ||
"@kubb/config-tsup": "3.0.0-alpha.30" | ||
}, | ||
@@ -96,0 +96,0 @@ "engines": { |
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
301770
+ Added@kubb/core@3.0.0-alpha.30(transitive)
+ Added@kubb/fs@3.0.0-alpha.30(transitive)
+ Added@kubb/parser-ts@3.0.0-alpha.30(transitive)
+ Added@kubb/types@3.0.0-alpha.30(transitive)
- Removed@kubb/core@3.0.0-alpha.29(transitive)
- Removed@kubb/fs@3.0.0-alpha.29(transitive)
- Removed@kubb/parser-ts@3.0.0-alpha.29(transitive)
- Removed@kubb/types@3.0.0-alpha.29(transitive)
Updated@kubb/core@3.0.0-alpha.30
Updated@kubb/fs@3.0.0-alpha.30