File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.2] ( https://github.com/vexip-ui/lint-config/compare/[email protected] @1.0.2 ) (2025-07-24)
2
+
3
+
4
+
1
5
## [ 1.0.1] ( https://github.com/vexip-ui/lint-config/compare/[email protected] @1.0.1 ) (2025-07-24)
2
6
3
7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vexip-ui/eslint-config" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
6
6
"author" : " qmhc" ,
13
13
"types" : " dist/index.d.ts" ,
14
14
"exports" : {
15
15
"." : {
16
- "types" : " ./dist/index.d.ts" ,
17
- "require" : " ./dist/index.cjs" ,
18
- "import" : " ./dist/index.mjs"
16
+ "import" : {
17
+ "types" : " ./dist/index.d.mts" ,
18
+ "default" : " ./dist/index.mjs"
19
+ },
20
+ "default" : {
21
+ "types" : " ./dist/index.d.cts" ,
22
+ "default" : " ./dist/index.cjs"
23
+ }
19
24
},
20
25
"./package.json" : " ./package.json"
21
26
},
You can’t perform that action at this time.
0 commit comments