File tree 3 files changed +797
-818
lines changed
3 files changed +797
-818
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,14 @@ export default defineBuildConfig({
4
4
entries : [ 'src/index' ] ,
5
5
externals : [ 'vite' ] ,
6
6
clean : true ,
7
- declaration : true ,
7
+ declaration : 'compatible' ,
8
8
rollup : {
9
9
emitCJS : true ,
10
- inlineDependencies : true
10
+ inlineDependencies : true ,
11
+ output : {
12
+ generatedCode : {
13
+ reservedNamesAsProps : false
14
+ }
15
+ }
11
16
}
12
17
} )
Original file line number Diff line number Diff line change 11
11
"types" : " ./dist/index.d.ts" ,
12
12
"exports" : {
13
13
"." : {
14
- "types" : " ./dist/index.d.ts" ,
15
14
"import" : " ./dist/index.mjs" ,
16
15
"require" : " ./dist/index.cjs"
17
16
}
48
47
"prettier" : " ^2.8.8" ,
49
48
"rollup" : " ^2.79.1" ,
50
49
"semver" : " ^7.6.0" ,
51
- "unbuild" : " ^0.9.4 " ,
50
+ "unbuild" : " ^2.0.0 " ,
52
51
"vite" : " ^5.0.0" ,
53
52
"vitest" : " ^0.34.6" ,
54
53
"node-forge" : " ^1.3.1"
You can’t perform that action at this time.
0 commit comments