refactor: rename package from inline-schema to typed-csv

This commit is contained in:
2026-06-13 10:22:18 +08:00
parent 89be2783d1
commit ea98399c24
6 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "inline-schema",
"name": "typed-csv",
"version": "1.0.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -49,7 +49,7 @@
],
"author": "",
"license": "ISC",
"description": "A TypeScript library for parsing and validating inline schemas",
"description": "A TypeScript library for typed CSV data with inline schema validation",
"dependencies": {
"csv-parse": "^5.5.6"
},