Compare commits

..

No commits in common. "6d68f35a9a0b72b22aa4a5ea03b0f959ca03463d" and "5ecf4b71259221bec8a4357259be714af9a5d782" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View File

@ -1,11 +1,5 @@
# Changelog
## 2025-03-20 - 2.3.2 - fix(compileGlobStringObject)
Fix duplicate file outputs in glob pattern processing
- Removed duplicate concatenation of compiled files in compileGlobStringObject
- Ensured unique file paths are used during TypeScript compilation
## 2025-03-20 - 2.3.1 - fix(compiler)
Refactor compiler implementation with consolidated TsBuild class and improved diagnostics handling

View File

@ -1,6 +1,6 @@
{
"name": "@git.zone/tsbuild",
"version": "2.3.2",
"version": "2.3.1",
"private": false,
"description": "A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsbuild',
version: '2.3.2',
version: '2.3.1',
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
}