meemup-library 1.1.84 → 1.1.85

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.
@@ -142,7 +142,7 @@ class ColorController {
142
142
  }
143
143
  else {
144
144
  // اگر رشته HEX غیر معتبر باشد
145
- throw defaultColor;
145
+ return defaultColor;
146
146
  }
147
147
  // ایجاد رشته RGBA
148
148
  const rgba = `rgba(${r}, ${g}, ${b}, ${a})`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meemup-library",
3
- "version": "1.1.84",
3
+ "version": "1.1.85",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",