@kubb/core
Advanced tools
Comparing version 2.26.3 to 2.26.4
@@ -7,9 +7,9 @@ import { | ||
randomCliColour | ||
} from "./chunk-3OXCZ5DJ.js"; | ||
} from "./chunk-Q2IVZO4X.js"; | ||
import { | ||
FileManager | ||
} from "./chunk-SA2GZKXS.js"; | ||
} from "./chunk-CCXHZ6JL.js"; | ||
import { | ||
transformReservedWord | ||
} from "./chunk-JKZG2IJR.js"; | ||
} from "./chunk-VRGE7DRN.js"; | ||
import { | ||
@@ -108,3 +108,3 @@ URLPath, | ||
// src/plugin.ts | ||
import path from "path"; | ||
import path from "node:path"; | ||
@@ -850,5 +850,5 @@ // src/utils/cache.ts | ||
// src/PackageManager.ts | ||
import mod from "module"; | ||
import os from "os"; | ||
import { pathToFileURL } from "url"; | ||
import mod from "node:module"; | ||
import os from "node:os"; | ||
import { pathToFileURL } from "node:url"; | ||
import { findUp, findUpSync } from "find-up"; | ||
@@ -855,0 +855,0 @@ import { coerce, satisfies } from "semver"; |
@@ -7,3 +7,3 @@ import { | ||
randomColour | ||
} from "./chunk-3OXCZ5DJ.js"; | ||
} from "./chunk-Q2IVZO4X.js"; | ||
import "./chunk-HMLY7DHA.js"; | ||
@@ -10,0 +10,0 @@ export { |
import { | ||
FileManager | ||
} from "./chunk-SA2GZKXS.js"; | ||
import "./chunk-JKZG2IJR.js"; | ||
} from "./chunk-CCXHZ6JL.js"; | ||
import "./chunk-VRGE7DRN.js"; | ||
import "./chunk-5JZNFPUP.js"; | ||
@@ -6,0 +6,0 @@ import { |
@@ -19,3 +19,3 @@ import { | ||
trimQuotes | ||
} from "./chunk-JKZG2IJR.js"; | ||
} from "./chunk-VRGE7DRN.js"; | ||
import { | ||
@@ -22,0 +22,0 @@ camelCase, |
{ | ||
"name": "@kubb/core", | ||
"version": "2.26.3", | ||
"version": "2.26.4", | ||
"description": "Generator core", | ||
@@ -86,12 +86,12 @@ "keywords": [ | ||
"p-queue": "^8.0.1", | ||
"remeda": "^2.11.0", | ||
"remeda": "^2.14.0", | ||
"seedrandom": "^3.0.5", | ||
"semver": "^7.6.3", | ||
"unraw": "^3.0.0", | ||
"@kubb/fs": "2.26.3", | ||
"@kubb/parser-ts": "2.26.3", | ||
"@kubb/types": "2.26.3" | ||
"@kubb/fs": "2.26.4", | ||
"@kubb/parser-ts": "2.26.4", | ||
"@kubb/types": "2.26.4" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.3.4", | ||
"@types/react": "^18.3.8", | ||
"@types/seedrandom": "^3.0.8", | ||
@@ -103,7 +103,7 @@ "@types/semver": "^7.5.8", | ||
"tinyrainbow": "^1.2.0", | ||
"tsup": "^8.2.4", | ||
"typescript": "^5.5.4", | ||
"@kubb/config-biome": "2.26.3", | ||
"@kubb/config-ts": "2.26.3", | ||
"@kubb/config-tsup": "2.26.3" | ||
"tsup": "^8.3.0", | ||
"typescript": "^5.6.2", | ||
"@kubb/config-biome": "2.26.4", | ||
"@kubb/config-ts": "2.26.4", | ||
"@kubb/config-tsup": "2.26.4" | ||
}, | ||
@@ -110,0 +110,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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
805679
10451
3
+ Added@kubb/fs@2.26.4(transitive)
+ Added@kubb/parser-ts@2.26.4(transitive)
+ Added@kubb/types@2.26.4(transitive)
- Removed@kubb/fs@2.26.3(transitive)
- Removed@kubb/parser-ts@2.26.3(transitive)
- Removed@kubb/types@2.26.3(transitive)
Updated@kubb/fs@2.26.4
Updated@kubb/parser-ts@2.26.4
Updated@kubb/types@2.26.4
Updatedremeda@^2.14.0