File tree Expand file tree Collapse file tree 3 files changed +225
-200
lines changed Expand file tree Collapse file tree 3 files changed +225
-200
lines changed Original file line number Diff line number Diff line change 1
1
dist
2
2
types
3
+ node_modules
Original file line number Diff line number Diff line change 7
7
"exports" : {
8
8
"." : {
9
9
"require" : " ./dist/index.cjs" ,
10
- "import" : " ./dist/index.mjs"
10
+ "import" : " ./dist/index.mjs" ,
11
+ "types" : " ./dist/index.d.ts"
11
12
},
12
13
"./runtime" : {
13
14
"require" : " ./dist/runtime.cjs" ,
14
- "import" : " ./dist/runtime.mjs"
15
+ "import" : " ./dist/runtime.mjs" ,
16
+ "types" : " ./dist/runtime.d.ts"
15
17
}
16
18
},
17
19
"main" : " ./dist/index.cjs" ,
30
32
"test" : " pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
31
33
},
32
34
"dependencies" : {
33
- "ufo" : " ^0.8.6 "
35
+ "ufo" : " ^1.0.0 "
34
36
},
35
37
"devDependencies" : {
36
38
"@nuxtjs/eslint-config-typescript" : " ^11.0.0" ,
37
- "@vitest/coverage-c8" : " ^0.24.3" ,
38
- "eslint" : " ^8.25.0" ,
39
- "expect-type" : " ^0.14.2" ,
39
+ "@types/node" : " ^18.11.9" ,
40
+ "@vitest/coverage-c8" : " ^0.25.2" ,
41
+ "eslint" : " ^8.27.0" ,
42
+ "expect-type" : " ^0.15.0" ,
40
43
"standard-version" : " ^9.5.0" ,
41
- "typescript" : " ^4.8.4 " ,
44
+ "typescript" : " ^4.9.3 " ,
42
45
"unbuild" : " ^0.9.4" ,
43
- "vite" : " ^3.1.8 " ,
44
- "vitest" : " 0.24.3 " ,
45
- "vue" : " 3.2.41 "
46
+ "vite" : " ^3.2.4 " ,
47
+ "vitest" : " 0.25.2 " ,
48
+ "vue" : " 3.2.45 "
46
49
},
47
50
"packageManager" :
" [email protected] "
48
51
}
You can’t perform that action at this time.
0 commit comments