@kubb/parser-ts
Advanced tools
+4
-7
| { | ||
| "name": "@kubb/parser-ts", | ||
| "version": "5.0.0-beta.81", | ||
| "version": "5.0.0-beta.82", | ||
| "description": "TypeScript and TSX source file parser for Kubb. Converts AST nodes into formatted source strings using the TypeScript compiler API.", | ||
@@ -44,7 +44,7 @@ "keywords": [ | ||
| "typescript": "^6.0.3", | ||
| "@kubb/core": "5.0.0-beta.81" | ||
| "@kubb/core": "5.0.0-beta.82" | ||
| }, | ||
| "devDependencies": { | ||
| "@internals/utils": "0.0.0", | ||
| "@kubb/ast": "5.0.0-beta.81" | ||
| "@kubb/ast": "5.0.0-beta.82", | ||
| "@internals/utils": "0.0.0" | ||
| }, | ||
@@ -59,5 +59,2 @@ "engines": { | ||
| "lint:fix": "oxlint --fix .", | ||
| "release": "pnpm publish --no-git-check", | ||
| "release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check", | ||
| "release:stage": "pnpm stage publish --no-git-check", | ||
| "start": "tsdown --watch", | ||
@@ -64,0 +61,0 @@ "test": "vitest --passWithNoTests", |
122571
-0.18%+ Added
+ Added
- Removed
- Removed
Updated