From e7fcf603b85eda424abed0d0dee9593b74f41a31 Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 6 Jun 2025 15:09:12 +0200 Subject: [PATCH] fix esbulid and prepare next release --- esbuild.mjs | 1 - package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/esbuild.mjs b/esbuild.mjs index 9f68ec0..588607e 100755 --- a/esbuild.mjs +++ b/esbuild.mjs @@ -24,7 +24,6 @@ const buildNode = async () => { external: ['vscode'], outfile: './dist/extension-node.js', platform: 'neutral', - packages: 'external', format: 'esm', // ESM output for Node.js sourcemap: true, minify: minify, diff --git a/package-lock.json b/package-lock.json index c047d74..5d66ad5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-github-issue-notebooks", - "version": "0.0.132", + "version": "0.0.133", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-github-issue-notebooks", - "version": "0.0.132", + "version": "0.0.133", "dependencies": { "@octokit/rest": "^21.1.1" }, diff --git a/package.json b/package.json index 2cef273..7394874 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "GitHub Issue Notebooks for VS Code", "publisher": "ms-vscode", "preview": true, - "version": "0.0.132", + "version": "0.0.133", "type": "module", "repository": { "url": "https://github.com/microsoft/vscode-github-issue-notebooks"