goods-exporter
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -14,3 +14,3 @@ { | ||
"name": "goods-exporter", | ||
"version": "0.3.0", | ||
"version": "0.3.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.", | ||
@@ -31,3 +31,3 @@ "main": "./dist/cjs/index.cjs", | ||
"test": "vitest --typecheck", | ||
"lint": "eslint ./{src,test}/** --fix", | ||
"lint": "eslint --ext .ts,.tsx ./{src,test}/ --fix", | ||
"test-ui": "vitest --ui", | ||
@@ -75,3 +75,3 @@ "coverage": "vitest run --coverage" | ||
"typescript": "^5.2.2", | ||
"vitest": "^1.0.0-beta.4" | ||
"vitest": "^0.34.6" | ||
}, | ||
@@ -78,0 +78,0 @@ "engines": { |
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
168860