uloop-cli 0.44.1 → 0.44.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3685,7 +3685,7 @@ var import_path3 = require("path");
3685
3685
 
3686
3686
  // src/default-tools.json
3687
3687
  var default_tools_default = {
3688
- version: "0.44.1",
3688
+ version: "0.44.2",
3689
3689
  tools: [
3690
3690
  {
3691
3691
  name: "compile",
@@ -4082,7 +4082,7 @@ function getCacheFilePath() {
4082
4082
  }
4083
4083
 
4084
4084
  // src/version.ts
4085
- var VERSION = "0.44.1";
4085
+ var VERSION = "0.44.2";
4086
4086
 
4087
4087
  // src/execute-tool.ts
4088
4088
  async function executeToolCommand(toolName, params, globalOptions) {