@kubb/core
Advanced tools
Comparing version 3.3.4 to 3.3.5
@@ -1,6 +0,6 @@ | ||
import { EventEmitter, createLogger } from './chunk-HTOO3HNK.js'; | ||
import { FileManager, setUniqueName, processFiles, URLPath } from './chunk-HHIGUHMQ.js'; | ||
export { FileManager, getSource, processFiles } from './chunk-HHIGUHMQ.js'; | ||
import { EventEmitter, createLogger } from './chunk-OL5US75J.js'; | ||
import { FileManager, setUniqueName, processFiles, URLPath } from './chunk-U7VFDKAD.js'; | ||
export { FileManager, getSource, processFiles } from './chunk-U7VFDKAD.js'; | ||
import { trim, transformReservedWord } from './chunk-MDXPT7LL.js'; | ||
import './chunk-HBQM723K.js'; | ||
import './chunk-3CLNO5VR.js'; | ||
import { getRelativePath, read, readSync, clean } from '@kubb/fs'; | ||
@@ -7,0 +7,0 @@ import path, { resolve, join } from 'node:path'; |
@@ -1,4 +0,4 @@ | ||
export { LogMapper, createLogger, randomCliColour, randomColour } from './chunk-HTOO3HNK.js'; | ||
import './chunk-HBQM723K.js'; | ||
export { LogMapper, createLogger, randomCliColour, randomColour } from './chunk-OL5US75J.js'; | ||
import './chunk-3CLNO5VR.js'; | ||
//# sourceMappingURL=logger.js.map | ||
//# sourceMappingURL=logger.js.map |
@@ -1,2 +0,2 @@ | ||
import { getSource, createFile } from './chunk-HHIGUHMQ.js'; | ||
import { getSource, createFile } from './chunk-U7VFDKAD.js'; | ||
import { camelCase, pascalCase } from './chunk-MDXPT7LL.js'; | ||
@@ -3,0 +3,0 @@ import path from 'node:path'; |
@@ -1,4 +0,4 @@ | ||
export { FunctionParams, URLPath, createFile, createFileExport, createFileImport, createFileParser, getFileParser, getUniqueName, isPromise, isPromiseFulfilledResult, isPromiseRejectedResult, renderTemplate, setUniqueName, timeout } from './chunk-HHIGUHMQ.js'; | ||
export { FunctionParams, URLPath, createFile, createFileExport, createFileImport, createFileParser, getFileParser, getUniqueName, isPromise, isPromiseFulfilledResult, isPromiseRejectedResult, renderTemplate, setUniqueName, timeout } from './chunk-U7VFDKAD.js'; | ||
import './chunk-MDXPT7LL.js'; | ||
//# sourceMappingURL=utils.js.map | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "@kubb/core", | ||
"version": "3.3.4", | ||
"version": "3.3.5", | ||
"description": "Generator core", | ||
@@ -83,8 +83,8 @@ "keywords": [ | ||
"p-queue": "^8.0.1", | ||
"remeda": "^2.18.0", | ||
"remeda": "^2.19.0", | ||
"seedrandom": "^3.0.5", | ||
"semver": "^7.6.3", | ||
"@kubb/fs": "3.3.4", | ||
"@kubb/parser-ts": "3.3.4", | ||
"@kubb/types": "3.3.4" | ||
"@kubb/fs": "3.3.5", | ||
"@kubb/parser-ts": "3.3.5", | ||
"@kubb/types": "3.3.5" | ||
}, | ||
@@ -95,3 +95,3 @@ "devDependencies": { | ||
"@types/semver": "^7.5.8", | ||
"consola": "^3.2.3", | ||
"consola": "^3.3.3", | ||
"prettier": "^3.4.2", | ||
@@ -101,4 +101,4 @@ "tinyrainbow": "^1.2.0", | ||
"typescript": "^5.7.2", | ||
"@kubb/config-ts": "3.3.4", | ||
"@kubb/config-tsup": "3.3.4" | ||
"@kubb/config-ts": "3.3.5", | ||
"@kubb/config-tsup": "3.3.5" | ||
}, | ||
@@ -105,0 +105,0 @@ "engines": { |
@@ -96,3 +96,3 @@ import path from 'node:path' | ||
name: item.name, | ||
path: options.extname && hasExtname ? `${trimExtName(importPath)}${options.extname}` : trimExtName(importPath), | ||
path: options.extname && hasExtname ? `${trimExtName(importPath)}${options.extname}` : item.root ? trimExtName(importPath) : importPath, | ||
isTypeOnly: item.isTypeOnly, | ||
@@ -99,0 +99,0 @@ }) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1508405
14852
10
3
+ Added@kubb/fs@3.3.5(transitive)
+ Added@kubb/parser-ts@3.3.5(transitive)
+ Added@kubb/types@3.3.5(transitive)
+ Addedp-queue@8.1.0(transitive)
+ Addedtype-fest@4.33.0(transitive)
- Removed@kubb/fs@3.3.4(transitive)
- Removed@kubb/parser-ts@3.3.4(transitive)
- Removed@kubb/types@3.3.4(transitive)
- Removedp-queue@8.0.1(transitive)
- Removedtype-fest@4.32.0(transitive)
Updated@kubb/fs@3.3.5
Updated@kubb/parser-ts@3.3.5
Updated@kubb/types@3.3.5
Updatedremeda@^2.19.0