@kubb/core
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-beta.1
{ | ||
"name": "@kubb/core", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-beta.1", | ||
"description": "Generator core", | ||
@@ -69,5 +69,3 @@ "repository": { | ||
"pre-push": "pnpm typecheck", | ||
"test": "jest --config ../../jest.config.ts --passWithNoTests --runInBand --testPathPattern=packages/core/src", | ||
"test:local": "jest --config ../../jest.config.ts --testPathPattern=packages/core/src --maxWorkers=50%", | ||
"test:watch": "jest --config ../../jest.config.ts --testPathPattern=packages/core/src --maxWorkers=25% --watch", | ||
"test": "vitest --passWithNoTests", | ||
"upgrade": "ncu -u", | ||
@@ -74,0 +72,0 @@ "upgrade:local": "ncu --interactive --doctor", |
188431