adhdev 0.9.82-rc.19 → 0.9.82-rc.20

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
@@ -57981,7 +57981,7 @@ var require_yoctocolors_cjs = __commonJS({
57981
57981
  }
57982
57982
  });
57983
57983
 
57984
- // ../../node_modules/@inquirer/figures/dist/esm/index.js
57984
+ // ../../node_modules/@inquirer/figures/dist/esm/index.mjs
57985
57985
  function isUnicodeSupported() {
57986
57986
  if (import_node_process3.default.platform !== "win32") {
57987
57987
  return import_node_process3.default.env["TERM"] !== "linux";
@@ -57993,7 +57993,7 @@ function isUnicodeSupported() {
57993
57993
  }
57994
57994
  var import_node_process3, common2, specialMainSymbols, specialFallbackSymbols, mainSymbols, fallbackSymbols, shouldUseMain, figures, esm_default, replacements;
57995
57995
  var init_esm3 = __esm({
57996
- "../../node_modules/@inquirer/figures/dist/esm/index.js"() {
57996
+ "../../node_modules/@inquirer/figures/dist/esm/index.mjs"() {
57997
57997
  "use strict";
57998
57998
  import_node_process3 = __toESM(require("process"), 1);
57999
57999
  common2 = {
@@ -58264,10 +58264,7 @@ var init_esm3 = __esm({
58264
58264
  oneNinth: "1/9",
58265
58265
  oneTenth: "1/10"
58266
58266
  };
58267
- mainSymbols = {
58268
- ...common2,
58269
- ...specialMainSymbols
58270
- };
58267
+ mainSymbols = { ...common2, ...specialMainSymbols };
58271
58268
  fallbackSymbols = {
58272
58269
  ...common2,
58273
58270
  ...specialFallbackSymbols
@@ -98172,7 +98169,7 @@ var init_adhdev_daemon = __esm({
98172
98169
  init_version();
98173
98170
  init_src();
98174
98171
  init_runtime_defaults();
98175
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.19" });
98172
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.20" });
98176
98173
  AdhdevDaemon = class _AdhdevDaemon {
98177
98174
  localHttpServer = null;
98178
98175
  localWss = null;