@lowlysre/icd-10-cm 2.0.0 → 3.0.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 +2 -1
- package/data/icd10.min.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<img src="assets/hero.png" alt="icd-10-cm hero" width="640">
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-

|
|
7
|
+
[](https://www.npmjs.com/package/@lowlysre/icd-10-cm)
|
|
8
8
|
[](https://github.com/lowlysre/icd-10-cm/actions/workflows/test.yml)
|
|
9
9
|
[](https://github.com/lowlysre/sustainable-npm)
|
|
10
10
|
[](https://github.com/lowlysre/icd-10-cm/releases)
|
|
@@ -61,6 +61,7 @@ CDC/NCHS publishes a new code set annually (effective October 1) and occasionall
|
|
|
61
61
|
|
|
62
62
|
## Versions
|
|
63
63
|
|
|
64
|
+
- v3.0.0 - Data updated to the October 1, 2026 ICD-10-CM release (74,879 codes, from the FY2027 set)
|
|
64
65
|
- v2.0.0 - Data updated to the April 1, 2026 ICD-10-CM release (74,719 codes, from the FY2024 set). TypeScript 7 (native compiler) toolchain, ESLint replaced with oxlint + Prettier, dropped tsup for plain tsc (zero-bundler dual ESM/CJS), dataset shipped once and lazy-loaded (~50% smaller install, faster imports), fixed broken `require()` entry point
|
|
65
66
|
- v1.1.5 - Dependency and toolchain maintenance
|
|
66
67
|
- v1.1.0 - Migrated tests from Jest to Node's built-in test runner, TypeScript 6 toolchain
|