goods-exporter
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -659,2 +659,7 @@ import { Writable } from 'stream'; | ||
declare class XMLFormatter extends YMLFormatter { | ||
formatterName: string; | ||
fileExtension: Extension; | ||
} | ||
declare const Formatters: { | ||
@@ -669,2 +674,3 @@ TildaFormatter: typeof TildaFormatter; | ||
SimpleJSONFormatter: typeof SimpleJSONFormatter; | ||
XMLFormatter: typeof XMLFormatter; | ||
}; | ||
@@ -671,0 +677,0 @@ |
@@ -14,3 +14,3 @@ { | ||
"name": "goods-exporter", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A versatile JavaScript library for exporting goods data to various formats such as YML, CSV, and Excel. Simplify data export tasks with ease. Supports streams.", | ||
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
244475
2134