goods-exporter
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -14,6 +14,10 @@ { | ||
"name": "goods-exporter", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A versatile JavaScript library for exporting goods data to various formats such as YML, CSV, and Excel. Simplify data export tasks with ease.", | ||
"main": "dist/index.js", | ||
"types": "dist/bundle.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
}, | ||
"types": "./dist/bundle.d.ts", | ||
"type": "module", | ||
@@ -32,10 +36,12 @@ "files": [ | ||
"EXCEL", | ||
"goods-exporter", | ||
"data-export", | ||
"goods-data", | ||
"export-library", | ||
"YML-export", | ||
"CSV-export", | ||
"Excel-export", | ||
"export-tool" | ||
"goods exporter", | ||
"data export", | ||
"goods data", | ||
"export library", | ||
"YML export", | ||
"CSV export", | ||
"Excel export", | ||
"export tool", | ||
"yandex", | ||
"market" | ||
], | ||
@@ -42,0 +48,0 @@ "dependencies": { |
# goods-exporter | ||
![Version](https://img.shields.io/badge/version-0.1.3-blue) | ||
![Version](https://img.shields.io/badge/version-0.1.4-blue) | ||
![License](https://img.shields.io/badge/license-MIT-green) | ||
@@ -5,0 +5,0 @@ |
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
60643