Migration
v2 → typed-xlsx
Package rename from @chronicstone/typed-xlsx to typed-xlsx.
The primary package name is now typed-xlsx.
If you were still using the original scoped package, there are no API changes in this migration. The only required change is the install command and import path.
// before
import { createExcelSchema, createWorkbook, createWorkbookStream } from "@chronicstone/typed-xlsx";
// after
import { createExcelSchema, createWorkbook, createWorkbookStream } from "typed-xlsx";
If you publish templates, examples, or internal packages that depend on the previous package name, update their dependency list and import specifiers at the same time.
The previous package name on npm now points users to typed-xlsx.