File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-hooks-plus" ,
3- "version" : " 1.6.0-alpha.4 " ,
3+ "version" : " 1.6.0-alpha.5 " ,
44 "description" : " Vue hooks library" ,
55 "files" : [
66 " dist" ,
1111 " package.json" ,
1212 " README.md"
1313 ],
14+ "exports" : {
15+ "." : {
16+ "types" : " ./lib/index.d.ts" ,
17+ "require" : " ./lib/index.js" ,
18+ "import" : " ./es/index.js"
19+ },
20+ "./*" : " ./*" ,
21+ "./metadata" : {
22+ "types" : " ./metadata.d.ts" ,
23+ "require" : " ./metadata.cjs" ,
24+ "import" : " ./metadata.mjs"
25+ }
26+ },
1427 "main" : " ./lib/index.js" ,
1528 "module" : " ./es/index.js" ,
1629 "types" : " ./lib/index.d.ts" ,
3245 "build:types" : " vue-tsc --noEmit && vite build --mode fullTypes" ,
3346 "type" : " tsc -d"
3447 },
35- "peerDependencies" : {
36- "vue" : " ^3.2.25"
37- },
3848 "dependencies" : {
3949 "@types/js-cookie" : " ^3.0.1" ,
4050 "intersection-observer" : " ^0.12.2" ,
You can’t perform that action at this time.
0 commit comments