Comparing version 0.0.1-alpha.2 to 0.0.1-alpha.3
@@ -15,3 +15,3 @@ import Coda from "../coda.js"; | ||
let rows = (await this.request(`docs/${file.docId}/tables/${file.tableId}/rows/?valueFormat=rich&useColumnNames=true`))?.items; | ||
let rows = (await this.request(`docs/${file.docId}/tables/${file.tableId}/rows/?valueFormat=rich&useColumnNames=true&sortBy=natural`))?.items; | ||
@@ -18,0 +18,0 @@ // Transform rows to a more usable format |
{ | ||
"name": "madata", | ||
"version": "0.0.1-alpha.2", | ||
"version": "0.0.1-alpha.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
3058424