@trap_stevo/filetide 0.0.91 → 0.0.92

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.
@@ -448,9 +448,11 @@ class FileTide {
448
448
  return true;
449
449
  }
450
450
  static outputGradient(text, colors, metadata = {}) {
451
+ const renderedText = FileTideDebugUtilityManager.gradientText(String(text ?? ""), colors);
451
452
  if (typeof FileTide.outputHandler === "function") {
452
453
  FileTide.outputHandler({
453
454
  text: String(text ?? ""),
455
+ renderedText,
454
456
  colors,
455
457
  type: "gradient",
456
458
  metadata: metadata || {}
@@ -458,7 +460,6 @@ class FileTide {
458
460
  return;
459
461
  }
460
462
  FileTideDebugUtilityManager.outputGradient(text, colors);
461
- return;
462
463
  }
463
464
  static displayFileTideLogo() {
464
465
  displayFileTideLogo();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trap_stevo/filetide",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "description": "Revolutionizing real-time file transfer with seamless, instant communication across any device. Deliver files instantly, regardless of platform, and experience unparalleled speed and control in managing transfers. Elevate your file-sharing capabilities with a tool designed for precision, efficiency, and effortless connectivity.",
5
5
  "main": "dist/cjs/FileTide.js",
6
6
  "scripts": {