goods-exporter
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -582,3 +582,3 @@ interface Product { | ||
type Transformer = (product: Product) => Product; | ||
type Transformer = (product: Product) => Product | Promise<Product>; | ||
type Exporter = (data: Buffer) => Buffer | Promise<Buffer>; | ||
@@ -585,0 +585,0 @@ |
@@ -14,3 +14,3 @@ { | ||
"name": "goods-exporter", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"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
178885
1480