@kubb/core
Advanced tools
Comparing version 2.26.4 to 2.26.5
@@ -10,6 +10,6 @@ import { | ||
FileManager | ||
} from "./chunk-CCXHZ6JL.js"; | ||
} from "./chunk-WURRAECF.js"; | ||
import { | ||
transformReservedWord | ||
} from "./chunk-VRGE7DRN.js"; | ||
} from "./chunk-OZKPV7RD.js"; | ||
import { | ||
@@ -16,0 +16,0 @@ URLPath, |
import { | ||
FileManager | ||
} from "./chunk-CCXHZ6JL.js"; | ||
import "./chunk-VRGE7DRN.js"; | ||
} from "./chunk-WURRAECF.js"; | ||
import "./chunk-OZKPV7RD.js"; | ||
import "./chunk-5JZNFPUP.js"; | ||
@@ -6,0 +6,0 @@ import { |
@@ -47,3 +47,3 @@ import { orderBy } from 'natural-orderby'; | ||
declare function stringify(value: string | number | undefined): string; | ||
declare function stringify(value: string | number | boolean | undefined): string; | ||
declare function stringifyObject(value: object): string; | ||
@@ -50,0 +50,0 @@ |
@@ -19,3 +19,3 @@ import { | ||
trimQuotes | ||
} from "./chunk-VRGE7DRN.js"; | ||
} from "./chunk-OZKPV7RD.js"; | ||
import { | ||
@@ -22,0 +22,0 @@ camelCase, |
{ | ||
"name": "@kubb/core", | ||
"version": "2.26.4", | ||
"version": "2.26.5", | ||
"description": "Generator core", | ||
@@ -90,5 +90,5 @@ "keywords": [ | ||
"unraw": "^3.0.0", | ||
"@kubb/fs": "2.26.4", | ||
"@kubb/parser-ts": "2.26.4", | ||
"@kubb/types": "2.26.4" | ||
"@kubb/fs": "2.26.5", | ||
"@kubb/parser-ts": "2.26.5", | ||
"@kubb/types": "2.26.5" | ||
}, | ||
@@ -105,5 +105,5 @@ "devDependencies": { | ||
"typescript": "^5.6.2", | ||
"@kubb/config-biome": "2.26.4", | ||
"@kubb/config-ts": "2.26.4", | ||
"@kubb/config-tsup": "2.26.4" | ||
"@kubb/config-biome": "2.26.5", | ||
"@kubb/config-ts": "2.26.5", | ||
"@kubb/config-tsup": "2.26.5" | ||
}, | ||
@@ -110,0 +110,0 @@ "engines": { |
import { trimQuotes } from './trim' | ||
export function stringify(value: string | number | undefined): string { | ||
export function stringify(value: string | number | boolean | undefined): string { | ||
if (value === undefined || value === null) { | ||
@@ -5,0 +5,0 @@ return '""' |
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
805729
+ Added@kubb/fs@2.26.5(transitive)
+ Added@kubb/parser-ts@2.26.5(transitive)
+ Added@kubb/types@2.26.5(transitive)
- Removed@kubb/fs@2.26.4(transitive)
- Removed@kubb/parser-ts@2.26.4(transitive)
- Removed@kubb/types@2.26.4(transitive)
Updated@kubb/fs@2.26.5
Updated@kubb/parser-ts@2.26.5
Updated@kubb/types@2.26.5