@kubb/react
Advanced tools
Comparing version 1.15.0-canary.20231023T140709 to 1.15.0-canary.20231024T104251
@@ -169,3 +169,2 @@ import { KubbFile, Logger, FileManager, PluginManager } from '@kubb/core'; | ||
}; | ||
declare function createIndent(size: number): string; | ||
declare function useIndent({ size, children }: Props$1): React.ReactNode; | ||
@@ -228,2 +227,2 @@ | ||
export { App, AppContext, AppContextProps, ArrowFunction, DOMElement, DOMNode, DOMNodeAttribute, ElementNames, Export, File, Fun, Function, Import, Node, NodeNames, ReactTemplate, ReactTemplateOptions, RootType, Text, TextNode, appendChildNode, createIndent, createNode, createRoot, createTextNode, getFile, insertBeforeNode, nodeNames, removeChildNode, renderer, setAttribute, setTextNodeValue, squashExportNodes, squashImportNodes, squashTextNodes, useApp, useFileManager, useIndent, useMeta, usePackageVersion, usePluginManager }; | ||
export { App, AppContext, AppContextProps, ArrowFunction, DOMElement, DOMNode, DOMNodeAttribute, ElementNames, Export, File, Fun, Function, Import, Node, NodeNames, ReactTemplate, ReactTemplateOptions, RootType, Text, TextNode, appendChildNode, createNode, createRoot, createTextNode, getFile, insertBeforeNode, nodeNames, removeChildNode, renderer, setAttribute, setTextNodeValue, squashExportNodes, squashImportNodes, squashTextNodes, useApp, useFileManager, useIndent, useMeta, usePackageVersion, usePluginManager }; |
{ | ||
"name": "@kubb/react", | ||
"version": "1.15.0-canary.20231023T140709", | ||
"version": "1.15.0-canary.20231024T104251", | ||
"description": "Generator react", | ||
@@ -56,4 +56,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@kubb/core": "1.15.0-canary.20231023T140655", | ||
"@kubb/parser": "1.14.0" | ||
"@kubb/core": "1.15.0-canary.20231024T104207", | ||
"@kubb/parser": "1.15.0-canary.20231024T104143" | ||
}, | ||
@@ -68,3 +68,3 @@ "devDependencies": { | ||
"@kubb/eslint-config": "1.1.8", | ||
"@kubb/parser": "1.14.0", | ||
"@kubb/parser": "1.15.0-canary.20231024T104143", | ||
"@kubb/ts-config": "0.1.0", | ||
@@ -71,0 +71,0 @@ "@kubb/tsup-config": "1.1.8" |
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 too big to display
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 too big to display
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 too big to display
Sorry, the diff of this file is not supported yet
16086028
156084
+ Added@kubb/core@1.15.0-canary.20231024T104207(transitive)
+ Added@kubb/parser@1.15.0-canary.20231024T104143(transitive)
- Removed@kubb/core@1.15.0-canary.20231023T140655(transitive)
- Removed@kubb/parser@1.14.0(transitive)