@kubb/core
Advanced tools
Comparing version 0.0.0-canary-20241214001945 to 0.0.0-canary-20241214150347
import { EventEmitter, createLogger } from './chunk-HTOO3HNK.js'; | ||
import { FileManager, setUniqueName, processFiles, URLPath } from './chunk-RXIGSPAK.js'; | ||
export { FileManager, getSource, processFiles } from './chunk-RXIGSPAK.js'; | ||
import { trim, transformReservedWord } from './chunk-ITUFRE7R.js'; | ||
import { FileManager, setUniqueName, processFiles, URLPath } from './chunk-44OM74QT.js'; | ||
export { FileManager, getSource, processFiles } from './chunk-44OM74QT.js'; | ||
import { trim, transformReservedWord } from './chunk-MDXPT7LL.js'; | ||
import './chunk-HBQM723K.js'; | ||
@@ -6,0 +6,0 @@ import { getRelativePath, read, readSync, clean } from '@kubb/fs'; |
@@ -1,3 +0,3 @@ | ||
import { getSource, createFile } from './chunk-RXIGSPAK.js'; | ||
import { camelCase, pascalCase } from './chunk-ITUFRE7R.js'; | ||
import { getSource, createFile } from './chunk-44OM74QT.js'; | ||
import { camelCase, pascalCase } from './chunk-MDXPT7LL.js'; | ||
import path from 'node:path'; | ||
@@ -4,0 +4,0 @@ |
@@ -1,3 +0,3 @@ | ||
export { camelCase, combineCodes, createIndent, createJSDocBlockText, transformers_default as default, escape, isValidVarName, jsStringEscape, merge, nameSorter, orderBy, pascalCase, pathCase, searchAndReplace, stringify, stringifyObject, toRegExp, toRegExpString, transformReservedWord, trim, trimQuotes } from './chunk-ITUFRE7R.js'; | ||
export { camelCase, combineCodes, createIndent, createJSDocBlockText, transformers_default as default, escape, isValidVarName, jsStringEscape, merge, nameSorter, orderBy, pascalCase, pathCase, searchAndReplace, stringify, stringifyObject, toRegExp, toRegExpString, transformReservedWord, trim, trimQuotes } from './chunk-MDXPT7LL.js'; | ||
//# sourceMappingURL=transformers.js.map | ||
//# sourceMappingURL=transformers.js.map |
@@ -1,4 +0,4 @@ | ||
export { FunctionParams, URLPath, createFile, createFileExport, createFileImport, createFileParser, getFileParser, getUniqueName, isPromise, isPromiseFulfilledResult, isPromiseRejectedResult, renderTemplate, setUniqueName, timeout } from './chunk-RXIGSPAK.js'; | ||
import './chunk-ITUFRE7R.js'; | ||
export { FunctionParams, URLPath, createFile, createFileExport, createFileImport, createFileParser, getFileParser, getUniqueName, isPromise, isPromiseFulfilledResult, isPromiseRejectedResult, renderTemplate, setUniqueName, timeout } from './chunk-44OM74QT.js'; | ||
import './chunk-MDXPT7LL.js'; | ||
//# sourceMappingURL=utils.js.map | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "@kubb/core", | ||
"version": "0.0.0-canary-20241214001945", | ||
"version": "0.0.0-canary-20241214150347", | ||
"description": "Generator core", | ||
@@ -80,3 +80,3 @@ "keywords": [ | ||
"find-up": "^7.0.0", | ||
"natural-orderby": "^4.0.0", | ||
"natural-orderby": "^5.0.0", | ||
"object-hash": "^3.0.0", | ||
@@ -87,5 +87,5 @@ "p-queue": "^8.0.1", | ||
"semver": "^7.6.3", | ||
"@kubb/fs": "0.0.0-canary-20241214001945", | ||
"@kubb/parser-ts": "0.0.0-canary-20241214001945", | ||
"@kubb/types": "0.0.0-canary-20241214001945" | ||
"@kubb/fs": "0.0.0-canary-20241214150347", | ||
"@kubb/parser-ts": "0.0.0-canary-20241214150347", | ||
"@kubb/types": "0.0.0-canary-20241214150347" | ||
}, | ||
@@ -101,4 +101,4 @@ "devDependencies": { | ||
"typescript": "^5.7.2", | ||
"@kubb/config-ts": "0.0.0-canary-20241214001945", | ||
"@kubb/config-tsup": "0.0.0-canary-20241214001945" | ||
"@kubb/config-ts": "0.0.0-canary-20241214150347", | ||
"@kubb/config-tsup": "0.0.0-canary-20241214150347" | ||
}, | ||
@@ -105,0 +105,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
1452546
+ Added@kubb/fs@0.0.0-canary-20241214150347(transitive)
+ Added@kubb/parser-ts@0.0.0-canary-20241214150347(transitive)
+ Added@kubb/types@0.0.0-canary-20241214150347(transitive)
+ Addednatural-orderby@5.0.0(transitive)
- Removed@kubb/fs@0.0.0-canary-20241214001945(transitive)
- Removed@kubb/parser-ts@0.0.0-canary-20241214001945(transitive)
- Removed@kubb/types@0.0.0-canary-20241214001945(transitive)
- Removednatural-orderby@4.0.0(transitive)
Updatednatural-orderby@^5.0.0