diff --git a/package.json b/package.json index c38c7a41..38ae5741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "editor-extensions", - "version": "0.0.4", + "version": "0.0.5", "private": true, "displayName": "Konveyor", "description": "VSCode Extension for Konveyor to assist in migrating and modernizing applications.", diff --git a/scripts/collect-assets.js b/scripts/collect-assets.js index 80b2688c..f6be8762 100755 --- a/scripts/collect-assets.js +++ b/scripts/collect-assets.js @@ -17,7 +17,7 @@ await downloadGitHubRelease({ org: "konveyor", repo: "kai", - releaseTag: "v0.0.4", + releaseTag: "v0.0.5", /* Release asset filenames and nodejs equivalent platform/arch @@ -30,7 +30,7 @@ await downloadGitHubRelease({ { name: "kai-rpc-server.macos-x86_64.zip", platform: "darwin", arch: "x64", chmod: true }, { name: "kai-rpc-server.macos-arm64.zip", platform: "darwin", arch: "arm64", chmod: true }, { name: "kai-rpc-server.windows-x64.zip", platform: "win32", arch: "x64" }, - { name: "kai-rpc-server.windows-arm64.zip", platform: "win32", arch: "arm64" }, + // { name: "kai-rpc-server.windows-arm64.zip", platform: "win32", arch: "arm64" }, ], }); diff --git a/scripts/copy-dist.js b/scripts/copy-dist.js index b42692f3..441ad11f 100755 --- a/scripts/copy-dist.js +++ b/scripts/copy-dist.js @@ -77,7 +77,7 @@ await copy({ // seed assets - kai binaries { context: "downloaded_assets/kai", - src: ["**/*", "!**/*.zip"], + src: ["kai-rpc-server*/kai*", "!**/*.zip"], dest: "dist/assets/kai", }, ], diff --git a/shared/package.json b/shared/package.json index 37e0ed87..ddcdf774 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@editor-extensions/shared", - "version": "0.0.1", + "version": "0.0.5", "private": true, "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/vscode/package.json b/vscode/package.json index 6ef84b8c..140ad9b1 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -5,7 +5,7 @@ "author": "Konveyor", "icon": "resources/konveyor-icon-color.png", "license": "Apache-2.0", - "version": "0.0.4", + "version": "0.0.5", "main": "./out/extension.js", "publisher": "konveyor", "repository": { diff --git a/webview-ui/package.json b/webview-ui/package.json index 8338164e..6f50a66c 100644 --- a/webview-ui/package.json +++ b/webview-ui/package.json @@ -1,6 +1,6 @@ { "name": "@editor-extensions/webview-ui", - "version": "0.0.1", + "version": "0.0.5", "private": true, "type": "module", "scripts": {