owl-cli 6.113.0 → 6.115.0

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.
@@ -397,8 +397,10 @@ var @projectCodeService = (function (pigeon) {
397
397
  f.setValue(key,value,newObj);
398
398
  }
399
399
  }
400
+ newObj['del'] = obj['del'];
401
+ obj = newObj;
400
402
  }
401
- obj = newObj;
403
+
402
404
 
403
405
  var fields = formSpecs.fields;
404
406
  for(var i=0; i<fields.length; i++){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.113.0",
3
+ "version": "6.115.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {