Comparing version 3.0.0-alpha.29 to 3.0.0-alpha.30
@@ -17,3 +17,2 @@ type BasePath<T extends string = string> = `${T}/`; | ||
path: string; | ||
extName?: Extname; | ||
/** | ||
@@ -56,3 +55,2 @@ * Add `type` prefix to the import, this will result in: `import type { Type } from './path'`. | ||
path: string; | ||
extName?: Extname; | ||
/** | ||
@@ -84,3 +82,3 @@ * Add `type` prefix to the export, this will result in: `export type { Type } from './path'`. | ||
* Name to be used to create the path | ||
* Based on UNIX basename, `${name}.extName` | ||
* Based on UNIX basename, `${name}.extname` | ||
* @link https://nodejs.org/api/path.html#pathbasenamepath-suffix | ||
@@ -121,3 +119,3 @@ */ | ||
name: string; | ||
extName: Extname; | ||
extname: Extname; | ||
imports: Array<ResolvedImport>; | ||
@@ -124,0 +122,0 @@ exports: Array<ResolvedExport>; |
{ | ||
"name": "@kubb/fs", | ||
"version": "3.0.0-alpha.29", | ||
"version": "3.0.0-alpha.30", | ||
"description": "FileSystem helpers", | ||
@@ -55,4 +55,4 @@ "keywords": [ | ||
"tsup": "^8.3.0", | ||
"@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" | ||
}, | ||
@@ -59,0 +59,0 @@ "engines": { |
@@ -23,3 +23,2 @@ type BasePath<T extends string = string> = `${T}/` | ||
path: string | ||
extName?: Extname | ||
/** | ||
@@ -65,3 +64,2 @@ * Add `type` prefix to the import, this will result in: `import type { Type } from './path'`. | ||
path: string | ||
extName?: Extname | ||
/** | ||
@@ -100,3 +98,3 @@ * Add `type` prefix to the export, this will result in: `export type { Type } from './path'`. | ||
* Name to be used to create the path | ||
* Based on UNIX basename, `${name}.extName` | ||
* Based on UNIX basename, `${name}.extname` | ||
* @link https://nodejs.org/api/path.html#pathbasenamepath-suffix | ||
@@ -140,5 +138,5 @@ */ | ||
name: string | ||
extName: Extname | ||
extname: Extname | ||
imports: Array<ResolvedImport> | ||
exports: Array<ResolvedExport> | ||
} |
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
279736
2762