goods-exporter
Advanced tools
Comparing version 0.1.4 to 0.2.1
@@ -14,8 +14,8 @@ { | ||
"name": "goods-exporter", | ||
"version": "0.1.4", | ||
"version": "0.2.1", | ||
"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/cjs/index.js", | ||
"main": "./dist/cjs/index.cjs", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
"require": "./dist/cjs/index.cjs", | ||
"import": "./dist/esm/index.mjs" | ||
}, | ||
@@ -36,10 +36,6 @@ "types": "./dist/bundle.d.ts", | ||
"EXCEL", | ||
"goods exporter", | ||
"data export", | ||
"goods data", | ||
"export library", | ||
"YML export", | ||
"CSV export", | ||
"Excel export", | ||
"export tool", | ||
"goods", | ||
"export", | ||
"exporter", | ||
"tool", | ||
"yandex", | ||
@@ -46,0 +42,0 @@ "market" |
# goods-exporter | ||
![Version](https://img.shields.io/badge/version-0.1.4-blue) | ||
![Version](https://img.shields.io/badge/version-0.2.1-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
60549