diff --git a/bun.lockb b/bun.lockb index c3671396..a34bead4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 53ad9a1b..19e37074 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.0-canary.2", + "version": "2.5.5", "name": "@upstash/qstash", "description": "Official Typescript client for QStash", "author": "Andreas Thomas ", @@ -28,7 +28,7 @@ "require": "./nextjs.js" }, "./dist/nextjs": { - "import": "./nextjs.mjs", + "import": "./nextjs.js", "require": "./nextjs.js" } },