@kubb/react
Advanced tools
Comparing version 1.15.0-canary.20231026T182357 to 1.15.0-canary.20231027T155007
@@ -52,8 +52,7 @@ import { KubbFile } from '@kubb/core'; | ||
/** | ||
* TODO | ||
* When root is set it will use getRelativePath(file.path, fileType.path) instead | ||
* When root is set it will get the path with relative getRelativePath(root, path) | ||
*/ | ||
root?: string; | ||
}; | ||
declare function Import({ name, path, isTypeOnly, print: printImport }: Props$3): KubbNode; | ||
declare function Import({ name, root, path, isTypeOnly, print: printImport }: Props$3): KubbNode; | ||
@@ -60,0 +59,0 @@ type BasePropsWithBaseName = { |
@@ -103,8 +103,7 @@ import { Logger } from '@kubb/core/utils'; | ||
/** | ||
* TODO | ||
* When root is set it will use getRelativePath(file.path, fileType.path) instead | ||
* When root is set it will get the path with relative getRelativePath(root, path) | ||
*/ | ||
root?: string; | ||
}; | ||
declare function Import({ name, path, isTypeOnly, print: printImport }: Props$5): KubbNode; | ||
declare function Import({ name, root, path, isTypeOnly, print: printImport }: Props$5): KubbNode; | ||
@@ -111,0 +110,0 @@ type BasePropsWithBaseName = { |
{ | ||
"name": "@kubb/react", | ||
"version": "1.15.0-canary.20231026T182357", | ||
"version": "1.15.0-canary.20231027T155007", | ||
"description": "Generator react", | ||
@@ -55,4 +55,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@kubb/core": "1.15.0-canary.20231026T182312", | ||
"@kubb/parser": "1.15.0-canary.20231026T182143" | ||
"@kubb/core": "1.15.0-canary.20231027T154933", | ||
"@kubb/parser": "1.15.0-canary.20231027T154948" | ||
}, | ||
@@ -67,3 +67,3 @@ "devDependencies": { | ||
"@kubb/eslint-config": "1.1.8", | ||
"@kubb/parser": "1.15.0-canary.20231026T182143", | ||
"@kubb/parser": "1.15.0-canary.20231027T154948", | ||
"@kubb/ts-config": "0.1.0", | ||
@@ -70,0 +70,0 @@ "@kubb/tsup-config": "1.1.8" |
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 too big to display
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 too big to display
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
17333906
168393
+ Added@kubb/core@1.15.0-canary.20231027T154933(transitive)
+ Added@kubb/parser@1.14.51.15.0-canary.20231027T154948(transitive)
- Removed@kubb/core@1.15.0-canary.20231026T182312(transitive)
- Removed@kubb/parser@1.15.0-canary.20231026T182143(transitive)