owl-cli 6.184.0 → 6.185.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.
@@ -137,7 +137,7 @@ function getRows(modelService, spec) {
137
137
  total: count
138
138
  }
139
139
  }
140
- else if(exportRange=== "selected") {
140
+ else if(exportRange=== "checkedOnly") {
141
141
  var ids = params.ids;
142
142
  var rows = [];
143
143
  ids.forEach(function(id){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.184.0",
3
+ "version": "6.185.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {