File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 22
33# enum-plus Changelog
44
5+ ## 2.4.1
6+
7+ 2025-7-7
8+
9+ ### Bug Fixes
10+
11+ - 🐞 Fix the issue where ` lib/extension.d.ts ` was missing, which caused all enum types to default to any.
12+
513## 2.4.0
614
15+ > ⚠️ This version has a critical issue, please use ` v2.4.1 ` instead.
16+
7172025-7-6
818
919### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " enum-plus" ,
3- "version" : " 2.4.0 " ,
3+ "version" : " 2.4.1 " ,
44 "description" : " A drop-in replacement for native enum. Like native enum but much better!" ,
55 "keywords" : [
66 " enum" ,
102102 "test:browser:ui" : " npm run test:browser:bundle && playwright test --ui" ,
103103 "ts2lib" : " tsc -p tsconfig.lib.json"
104104 },
105+ "overrides" : {
106+ "esbuild" : " ^0.25.0"
107+ },
105108 "devDependencies" : {
106109 "@playwright/test" : " ^1.52.0" ,
107110 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
127130 },
128131 "publishConfig" : {
129132 "registry" : " https://registry.npmjs.org/"
130- },
131- "overrides" : {
132- "esbuild" : " ^0.25.0"
133133 }
134134}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments