Comparing version 6.2.0 to 6.3.0
@@ -645,3 +645,3 @@ #!/usr/bin/env node | ||
var version = "6.2.0"; | ||
var version = "6.3.0"; | ||
@@ -648,0 +648,0 @@ async function writeDefaultTsconfig(tsConfigPath) { |
{ | ||
"name": "bunchee", | ||
"version": "6.2.0", | ||
"version": "6.3.0", | ||
"description": "zero config bundler for js/ts/jsx libraries", | ||
@@ -92,3 +92,3 @@ "bin": "./dist/bin/cli.js", | ||
"react-dom": "^19.0.0", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -103,3 +103,3 @@ "lint-staged": { | ||
"moduleNameMapper": { | ||
"bunchee": "<rootDir>/src/index.ts" | ||
"^bunchee$": "<rootDir>/src/index.ts" | ||
}, | ||
@@ -113,3 +113,4 @@ "transform": { | ||
"/node_modules/", | ||
"<rootDir>/test/integration/.*/*src" | ||
"<rootDir>/test/integration/.*/*src", | ||
"<rootDir>/test/fixtures" | ||
], | ||
@@ -126,2 +127,3 @@ "testTimeout": 60000 | ||
"clean": "rm -rf ./dist", | ||
"new-test": "node ./scripts/new-test.js", | ||
"typecheck": "tsc --noEmit && tsc -p test/tsconfig.json --noEmit", | ||
@@ -128,0 +130,0 @@ "prepare-release": "pnpm clean && pnpm build", |
Sorry, the diff of this file is too big to display
152604
3336