gsheet-api
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "gsheet-api", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/GoogleSheetService.ts", |
@@ -6,2 +6,6 @@ import { Row } from "./model/RowModel"; | ||
export default class GoogleSheetService { | ||
test() { | ||
console.log("==== Test Function =>") | ||
} | ||
@@ -8,0 +12,0 @@ async addItemGoogleSheet(spreadsheetID: string, sheetsTitle: string, clientEmail: string, privateKey: string, item: Array<SheetItemModel>, callback: () => void, error: (message: string) => void) { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14277
213
0