cronapp-lib-js 3.0.0-SP.49 → 3.0.0-SP.50

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.
@@ -9009,6 +9009,10 @@
9009
9009
  } else {
9010
9010
  field.call(source, value);
9011
9011
  }
9012
+ // INICIO FIX CRONAPP-12841
9013
+ } else if (field !== undefined && field !== '') {
9014
+ source.set(this.path, field);
9015
+ // FIM FIX CRONAPP-12841
9012
9016
  } else {
9013
9017
  source.set(this.path, value);
9014
9018
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapp-lib-js",
3
- "version": "3.0.0-SP.49",
3
+ "version": "3.0.0-SP.50",
4
4
  "description": "Javascript library for CronApp's projects",
5
5
  "main": "index.js",
6
6
  "scripts": {