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: egoist/tsup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.12.2
Choose a base ref
...
head repository: egoist/tsup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.12.3
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 2, 2022

  1. chore(deps): update tsup

    egoist authored Apr 2, 2022
    Copy the full SHA
    095b8ca View commit details
  2. Copy the full SHA
    e5fe1c1 View commit details
  3. wait a minute

    egoist authored Apr 2, 2022
    1
    Copy the full SHA
    11d9be1 View commit details
Showing with 54 additions and 186 deletions.
  1. +1 −1 package.json
  2. +15 −174 pnpm-lock.yaml
  3. +25 −11 src/esbuild/native-node-module.ts
  4. +13 −0 test/index.test.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@
"svelte": "3.46.4",
"ts-essentials": "9.1.2",
"tsconfig-paths": "3.12.0",
"tsup": "5.11.10",
"tsup": "5.12.2",
"typescript": "4.6.3",
"vitest": "0.8.1",
"wait-for-expect": "3.0.2"
189 changes: 15 additions & 174 deletions pnpm-lock.yaml

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

Loading