@kubb/ts-codegen
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
import ts from 'typescript'; | ||
import { TreeNode } from '@kubb/core'; | ||
import { TreeNodeOptions } from '@kubb/core'; | ||
@@ -66,4 +66,4 @@ declare const modifier: { | ||
declare function writeIndexes(root: string, output: string, options: Parameters<typeof TreeNode.build>[1]): Promise<void>[] | undefined; | ||
declare function writeIndexes(root: string, output: string, options: TreeNodeOptions): Promise<void>[] | undefined; | ||
export { appendJSDocToNode, createEnumDeclaration, createExportDeclaration, createImportDeclaration, createIndexSignature, createIntersectionDeclaration, createJSDoc, createParameter, createPropertySignature, createQuestionToken, createTypeAliasDeclaration, isValidIdentifier, modifier, print, questionToken, writeIndexes }; |
{ | ||
"name": "@kubb/ts-codegen", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"description": "Generator ts-codegen", | ||
@@ -39,2 +39,3 @@ "repository": { | ||
"dist", | ||
"src", | ||
"schemas", | ||
@@ -45,7 +46,7 @@ "!/**/**.test.**", | ||
"dependencies": { | ||
"@kubb/core": "1.0.0-alpha.7", | ||
"@kubb/core": "1.0.0-alpha.8", | ||
"typescript": "^5.0.2" | ||
}, | ||
"devDependencies": { | ||
"tsup": "^6.6.3" | ||
"tsup": "^6.7.0" | ||
}, | ||
@@ -52,0 +53,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60564
12
762
+ Added@kubb/core@1.0.0-alpha.8(transitive)
- Removed@kubb/core@1.0.0-alpha.7(transitive)
Updated@kubb/core@1.0.0-alpha.8