Comparing version 2.25.0 to 2.25.1
@@ -14,5 +14,6 @@ type BasePath<T extends string = string> = `${T}/`; | ||
* Path for the import | ||
* @xample '@kubb/core' | ||
* @example '@kubb/core' | ||
*/ | ||
path: string; | ||
extName?: Extname; | ||
/** | ||
@@ -40,5 +41,6 @@ * Add `type` prefix to the import, this will result in: `import type { Type } from './path'`. | ||
* Path for the import. | ||
* @xample '@kubb/core' | ||
* @example '@kubb/core' | ||
*/ | ||
path: string; | ||
extName?: Extname; | ||
/** | ||
@@ -45,0 +47,0 @@ * Add `type` prefix to the export, this will result in: `export type { Type } from './path'`. |
{ | ||
"name": "@kubb/fs", | ||
"version": "2.25.0", | ||
"version": "2.25.1", | ||
"description": "FileSystem helpers", | ||
@@ -55,6 +55,6 @@ "keywords": [ | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.2.3", | ||
"@kubb/config-biome": "2.25.0", | ||
"@kubb/config-ts": "2.25.0", | ||
"@kubb/config-tsup": "2.25.0" | ||
"tsup": "^8.2.4", | ||
"@kubb/config-biome": "2.25.1", | ||
"@kubb/config-ts": "2.25.1", | ||
"@kubb/config-tsup": "2.25.1" | ||
}, | ||
@@ -61,0 +61,0 @@ "engines": { |
@@ -20,5 +20,6 @@ type BasePath<T extends string = string> = `${T}/` | ||
* Path for the import | ||
* @xample '@kubb/core' | ||
* @example '@kubb/core' | ||
*/ | ||
path: string | ||
extName?: Extname | ||
/** | ||
@@ -48,5 +49,6 @@ * Add `type` prefix to the import, this will result in: `import type { Type } from './path'`. | ||
* Path for the import. | ||
* @xample '@kubb/core' | ||
* @example '@kubb/core' | ||
*/ | ||
path: string | ||
extName?: Extname | ||
/** | ||
@@ -53,0 +55,0 @@ * Add `type` prefix to the export, this will result in: `export type { Type } from './path'`. |
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
250237
2775