File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nuxt-use-async-data-wrapper" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A utility to wrap Promise-returning functions with useAsyncData for Nuxt" ,
55 "main" : " lib/index.js" ,
6- "types" : " types /index.d.ts" ,
6+ "types" : " lib /index.d.ts" ,
77 "keywords" : [
88 " nuxt" ,
99 " nuxt3" ,
3535 "scripts" : {
3636 "build" : " tsc"
3737 },
38+ "files" : [
39+ " lib"
40+ ],
3841 "packageManager" : " pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
3942}
Original file line number Diff line number Diff line change 88 " DOM"
99 ],
1010 "declaration" : true ,
11- "declarationDir" : " types" ,
1211 "outDir" : " lib" ,
1312 "strict" : true ,
1413 "esModuleInterop" : true ,
You can’t perform that action at this time.
0 commit comments