adhdev 0.9.82-rc.50 → 0.9.82-rc.51

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.
package/dist/cli/index.js CHANGED
@@ -59714,7 +59714,7 @@ var require_yoctocolors_cjs = __commonJS({
59714
59714
  }
59715
59715
  });
59716
59716
 
59717
- // ../../node_modules/@inquirer/figures/dist/esm/index.mjs
59717
+ // ../../node_modules/@inquirer/figures/dist/esm/index.js
59718
59718
  function isUnicodeSupported() {
59719
59719
  if (import_node_process3.default.platform !== "win32") {
59720
59720
  return import_node_process3.default.env["TERM"] !== "linux";
@@ -59726,7 +59726,7 @@ function isUnicodeSupported() {
59726
59726
  }
59727
59727
  var import_node_process3, common2, specialMainSymbols, specialFallbackSymbols, mainSymbols, fallbackSymbols, shouldUseMain, figures, esm_default, replacements;
59728
59728
  var init_esm3 = __esm({
59729
- "../../node_modules/@inquirer/figures/dist/esm/index.mjs"() {
59729
+ "../../node_modules/@inquirer/figures/dist/esm/index.js"() {
59730
59730
  "use strict";
59731
59731
  import_node_process3 = __toESM(require("process"), 1);
59732
59732
  common2 = {
@@ -59997,7 +59997,10 @@ var init_esm3 = __esm({
59997
59997
  oneNinth: "1/9",
59998
59998
  oneTenth: "1/10"
59999
59999
  };
60000
- mainSymbols = { ...common2, ...specialMainSymbols };
60000
+ mainSymbols = {
60001
+ ...common2,
60002
+ ...specialMainSymbols
60003
+ };
60001
60004
  fallbackSymbols = {
60002
60005
  ...common2,
60003
60006
  ...specialFallbackSymbols
@@ -100115,7 +100118,7 @@ var init_adhdev_daemon = __esm({
100115
100118
  init_version();
100116
100119
  init_src();
100117
100120
  init_runtime_defaults();
100118
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.50" });
100121
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.51" });
100119
100122
  AdhdevDaemon = class _AdhdevDaemon {
100120
100123
  localHttpServer = null;
100121
100124
  localWss = null;