oh-my-spreadsheets
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -20,5 +20,5 @@ "use strict"; | ||
const users = await usersTable.list(); | ||
await usersTable.remove({ where: { email: 'awesomewmail@mail.com' } }); | ||
console.log('Users: ', users); | ||
} | ||
void main(); | ||
//# sourceMappingURL=dev.js.map |
@@ -66,3 +66,3 @@ "use strict"; | ||
spreadsheetId: this.options.tableId, | ||
range: `A${offset}:D${count}`, | ||
range: `A${offset}:Z${count}`, | ||
}; | ||
@@ -69,0 +69,0 @@ let data = await this.gsapi.spreadsheets.values.get(opt); |
{ | ||
"name": "oh-my-spreadsheets", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "There is a library that provides convenient features for working with Google spreadsheets", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
188220