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: antfu/esno
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: antfu/esno
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 3, 2024

  1. feat: bump tsx version

    antfu committed Mar 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    junderw Jonathan Underwood
    Copy the full SHA
    653b567 View commit details
  2. chore: release v4.7.0

    antfu committed Mar 3, 2024
    Copy the full SHA
    10aed41 View commit details
Showing with 250 additions and 207 deletions.
  1. +5 −5 package.json
  2. +245 −202 pnpm-lock.yaml
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "esno",
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.15.4",
"description": "Node.js runtime enhanced with esbuild for loading TypeScript & ESM",
"version": "4.0.0",
"version": "4.7.0",
"license": "MIT",
"type": "module",
"repository": "https://github.com/esbuild-kit/esno.git",
@@ -12,7 +12,7 @@
"release": "bumpp && tsx publish.ts"
},
"dependencies": {
"tsx": "^4.1.0"
"tsx": "^4.7.1"
},
"bin": {
"esno": "esno.js"
@@ -21,9 +21,9 @@
"esno.js"
],
"devDependencies": {
"bumpp": "^9.2.0",
"bumpp": "^9.3.1",
"fsxx": "^0.1.0",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"zx": "^7.2.3"
}
}
Loading