@kubb/ts-codegen
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "@kubb/ts-codegen", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Generator ts-codegen", | ||
@@ -67,2 +67,3 @@ "keywords": [ | ||
"release": "pnpm publish --no-git-check", | ||
"release:canary": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag canary", | ||
"start": "tsup --watch", | ||
@@ -69,0 +70,0 @@ "test": "vitest --passWithNoTests", |
@@ -41,3 +41,3 @@ <div align="center"> | ||
<h4> | ||
<a href="https://codesandbox.io/s/github/kubb-project/kubb/tree/main/examples/simple" target="_blank">View Demo</a> | ||
<a href="https://codesandbox.io/s/github/kubb-project/kubb/tree/main/examples/typescript" target="_blank">View Demo</a> | ||
<span> · </span> | ||
@@ -44,0 +44,0 @@ <a href="https://kubb.dev/" target="_blank">Documentation</a> |
64214