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"