# ChangeLog: v1.3.79

* [CHANGELOG.md](https://github.com/swc-project/swc/blob/c18051fb0b8b228d9c6cf0e1e742d6d2003d8d7f/CHANGELOG.md#1379---2023-08-25)
    
* [Full ChangeLog](https://github.com/swc-project/swc/milestone/436?closed=1)
    

---

# Fix for `jsc.paths`

* [https://github.com/swc-project/swc/pull/7852](https://github.com/swc-project/swc/pull/7852)
    

I finally fixed `jsc.paths`. As always, there's no 100%, but I'm still pretty sure. I verified that it's working for a nest.js app.

# Minifier bugfixes

## Wrong minification

* [https://github.com/swc-project/swc/pull/7839](https://github.com/swc-project/swc/pull/7839)
    
* [https://github.com/swc-project/swc/pull/7856](https://github.com/swc-project/swc/pull/7856)
    

These PRs fix various bugs in the SWC minifier.

## Wrong default value for config

* [https://github.com/swc-project/swc/pull/7853](https://github.com/swc-project/swc/pull/7853)
    

This PR fixes the default value of `jsc.minify.format.comments` when the minifier is invoked via `swc.transform()` API.

# New package: @swc/types

* [https://github.com/swc-project/swc/pull/7834](https://github.com/swc-project/swc/pull/7834)
    

Many vendors have similar APIs as `@swc/core`, but they can't depend on `@swc/core` them because it's a huge package. For those users, I decided to extract typings as a separate package.
