goods-exporter
Advanced tools
Comparing version 0.3.18 to 0.3.19
@@ -578,3 +578,4 @@ interface Product { | ||
YML = "yml", | ||
XLSX = "xlsx" | ||
XLSX = "xlsx", | ||
JSON = "json" | ||
} | ||
@@ -600,2 +601,8 @@ | ||
declare class JSONFormatter implements FormatterAbstract { | ||
formatterName: string; | ||
fileExtension: Extension; | ||
format(products: Product[], categories?: Category[], _?: FormatterOptions): Promise<string>; | ||
} | ||
declare class TgShopFormatter implements FormatterAbstract { | ||
@@ -628,2 +635,3 @@ formatterName: string; | ||
ExcelFormatter: typeof ExcelFormatter; | ||
JSONFormatter: typeof JSONFormatter; | ||
}; | ||
@@ -630,0 +638,0 @@ |
@@ -14,3 +14,3 @@ { | ||
"name": "goods-exporter", | ||
"version": "0.3.18", | ||
"version": "0.3.19", | ||
"description": "A versatile JavaScript library for exporting goods data to various formats such as YML, CSV, and Excel. Simplify data export tasks with ease.", | ||
@@ -17,0 +17,0 @@ "main": "./dist/cjs/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
191082
1641