File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
plugins/plugin-client-default Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.10.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.10.1...v4.10.2 ) (2023-04-18)
2+
3+ ### Bug Fixes
4+
5+ - pick up wasm loading fixes from kui ([ 0ac0cf4] ( https://github.com/project-codeflare/codeflare-cli/commit/0ac0cf41bf5151d4df1d1c87a4905bb9bddfc879 ) )
6+
17## [ 4.10.1] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.10.0...v4.10.1 ) (2023-04-18)
28
39### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.10.1 "
2+ version "4.10.2 "
33
44 name "CodeFlare"
55 desc "CLI for Project CodeFlare"
66 homepage "https://github.com/project-codeflare/codeflare-cli"
77
88 if Hardware ::CPU . intel?
99 url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-x64.tar.bz2"
10- sha256 "2e04c3767ac9dec1de3bc25c4bf88e4900702a653ddd252b13f1f54a48b621fa "
10+ sha256 "c0d388cbcb9b5482454b1a7c23faf000dab91a890570ec5f5ae79374b4262a85 "
1111 app "CodeFlare-darwin-x64/CodeFlare.app"
1212 else
1313 url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-arm64.tar.bz2"
14- sha256 "c952c0a96bb044c7598d4472fe55a96644b29986ca1c6ce688c12ba251028c31 "
14+ sha256 "9bde2ef658b5eb4767d9864a28d667a5018f1812f7640a2028a6b2901924030f "
1515 app "CodeFlare-darwin-arm64/CodeFlare.app"
1616 end
1717
Original file line number Diff line number Diff line change 11{
22 "name" : " CodeFlare.app" ,
3- "version" : " 4.10.1 " ,
3+ "version" : " 4.10.2 " ,
44 "description" : " " ,
55 "main" : " dist/headless/codeflare.min.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @kui-shell/plugin-client" ,
3- "version" : " 4.10.1 " ,
3+ "version" : " 4.10.2 " ,
44 "description" : " Kui plugin that offers client defintion" ,
55 "main" : " dist/headless/codeflare.min.js" ,
66 "module" : " mdist/index.js" ,
You can’t perform that action at this time.
0 commit comments