owl-cli 6.80.0 → 6.81.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.
@@ -9,6 +9,7 @@
9
9
  //#import $owl_task_info:services/modelService.jsx
10
10
  //#import $owl_excel_templates:services/modelService.jsx
11
11
  //#import excel.js
12
+ //#import file.js
12
13
 
13
14
  var formSpecs = @formSpecs;
14
15
 
@@ -39,8 +40,6 @@ function getAllChoices(fieldSpec){
39
40
  }
40
41
  }
41
42
 
42
-
43
-
44
43
  function tranverseFields(formSpec, callback, ctx){
45
44
  formSpec.fields.forEach( function(field){
46
45
  if (field[ '_ft' ] == 'field') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.80.0",
3
+ "version": "6.81.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {