uloop-cli 1.2.0 → 1.2.1

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.
@@ -5886,7 +5886,7 @@ var import_path4 = require("path");
5886
5886
 
5887
5887
  // src/default-tools.json
5888
5888
  var default_tools_default = {
5889
- version: "1.2.0",
5889
+ version: "1.2.1",
5890
5890
  tools: [
5891
5891
  {
5892
5892
  name: "compile",
@@ -6590,7 +6590,7 @@ function getCachedServerVersion() {
6590
6590
  }
6591
6591
 
6592
6592
  // src/version.ts
6593
- var VERSION = "1.2.0";
6593
+ var VERSION = "1.2.1";
6594
6594
 
6595
6595
  // src/spinner.ts
6596
6596
  var SPINNER_FRAMES = ["\u280B", "\u2819", "\u2839", "\u2838", "\u283C", "\u2834", "\u2826", "\u2827", "\u2807", "\u280F"];