hamzus-ui 0.0.188 → 0.0.189

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.188",
3
+ "version": "0.0.189",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -106,13 +106,11 @@
106
106
  const condition = conditions[i];
107
107
 
108
108
  const result = condition.function(value)
109
- console.log(result);
110
109
 
111
110
  conditions[i].validate = result
112
111
  }
113
112
 
114
113
  conditions = [...conditions]
115
- console.log(conditions);
116
114
 
117
115
 
118
116
  onChange(value)