uloop-cli 0.48.1 → 0.48.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.
@@ -5621,7 +5621,7 @@ var import_path3 = require("path");
5621
5621
 
5622
5622
  // src/default-tools.json
5623
5623
  var default_tools_default = {
5624
- version: "0.48.1",
5624
+ version: "0.48.2",
5625
5625
  tools: [
5626
5626
  {
5627
5627
  name: "compile",
@@ -6042,7 +6042,7 @@ function getCacheFilePath() {
6042
6042
  }
6043
6043
 
6044
6044
  // src/version.ts
6045
- var VERSION = "0.48.1";
6045
+ var VERSION = "0.48.2";
6046
6046
 
6047
6047
  // src/spinner.ts
6048
6048
  var SPINNER_FRAMES = ["\u280B", "\u2819", "\u2839", "\u2838", "\u283C", "\u2834", "\u2826", "\u2827", "\u2807", "\u280F"];
@@ -6135,7 +6135,7 @@ function printVersionWarning(cliVersion, serverVersion) {
6135
6135
  console.error("");
6136
6136
  }
6137
6137
  function checkServerVersion(result) {
6138
- const serverVersion = result["ULoopServerVersion"];
6138
+ const serverVersion = result["Ver"];
6139
6139
  if (serverVersion && serverVersion !== VERSION) {
6140
6140
  printVersionWarning(VERSION, serverVersion);
6141
6141
  }