@kubb/ts-codegen
Advanced tools
Comparing version 1.11.0-canary.20231010T200427 to 1.11.0-canary.20231011T124844
{ | ||
"name": "@kubb/ts-codegen", | ||
"version": "1.11.0-canary.20231010T200427", | ||
"version": "1.11.0-canary.20231011T124844", | ||
"description": "Generator ts-codegen", | ||
@@ -24,2 +24,3 @@ "keywords": [ | ||
"module": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.cjs" | ||
@@ -30,3 +31,3 @@ }, | ||
}, | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
@@ -69,2 +70,3 @@ "types": "./dist/index.d.ts", | ||
"release:canary": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag canary", | ||
"release:beta": "bash ../../.github/canary.sh && pnpm publish --no-git-check -tag beta", | ||
"start": "tsup --watch", | ||
@@ -71,0 +73,0 @@ "test": "vitest --passWithNoTests", |
70537