Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aleclarson/vite-tsconfig-paths
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.1
Choose a base ref
...
head repository: aleclarson/vite-tsconfig-paths
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c02e4a2da868a6a0dc5489108d7c2f85acd5a7df
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 13, 2024

  1. fix: upgrade tsconfck to fix bug that could cause a deadlock (#139)

    Co-authored-by: zowu <luke.wu@nokia-sbell.com>
    daihere1993 and zowu authored Mar 13, 2024
    Copy the full SHA
    d246e8b View commit details
  2. 4.3.2

    aleclarson committed Mar 13, 2024
    Copy the full SHA
    c02e4a2 View commit details
Showing with 6 additions and 6 deletions.
  1. +2 −2 package.json
  2. +4 −4 pnpm-lock.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-tsconfig-paths",
"version": "4.3.1",
"version": "4.3.2",
"description": "Vite resolver for TypeScript compilerOptions.paths",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -25,7 +25,7 @@
"dependencies": {
"debug": "^4.1.1",
"globrex": "^0.1.2",
"tsconfck": "^3.0.1"
"tsconfck": "^3.0.3"
},
"devDependencies": {
"@alloc/fast-rimraf": "^1.0.8",
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.