convert-csv-to-json 4.0.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -248,8 +248,8 @@ async function processCSV() {
248
248
 
249
249
  ## Migration Guides
250
250
 
251
- - **RFC 4180 Breaking Changes** - See [RFC4180_MIGRATION_GUIDE.md](RFC4180_MIGRATION_GUIDE.md)
252
- - **Sync to Async Migration** - See [MIGRATION.md](MIGRATION.md)
251
+ - **RFC 4180 Breaking Changes** - See [RFC4180_MIGRATION_GUIDE.md](migration/RFC4180_MIGRATION_GUIDE.md)
252
+ - **Sync to Async Migration** - See [MIGRATION.md](migration/MIGRATION_TO_ASYNC.md)
253
253
  - **Error Handling** - See [docs/ERROR_HANDLING.md](docs/ERROR_HANDLING.md) for comprehensive error documentation
254
254
 
255
255
  ## Development
package/docs/ASYNC.md CHANGED
@@ -482,4 +482,4 @@ async function processMultipleWithLogging(files) {
482
482
  - [Main README](../README.md) - Overview and installation
483
483
  - [Sync API](SYNC.md) - Synchronous operations
484
484
  - [Browser API](BROWSER.md) - Client-side CSV parsing
485
- - [MIGRATION.md](../MIGRATION.md) - Guide for migrating from Sync to Async
485
+ - [MIGRATION.md](../migration/MIGRATION_TO_ASYNC.md) - Guide for migrating from Sync to Async
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",