@weni/unnnic-system 1.4.3 → 1.4.4

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": "@weni/unnnic-system",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "main": "./dist/unnnic.common.js",
5
5
  "files": [
6
6
  "dist/*",
@@ -182,8 +182,8 @@ export default {
182
182
 
183
183
  value() {
184
184
  return {
185
- startDate: this.startDate,
186
- endDate: this.endDate,
185
+ startDate: this.startDate.replace(' ', '-'),
186
+ endDate: this.endDate.replace(' ', '-'),
187
187
  };
188
188
  },
189
189
  },