File tree Expand file tree Collapse file tree 6 files changed +406
-391
lines changed Expand file tree Collapse file tree 6 files changed +406
-391
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function useKql<
1313>(
1414 query : MaybeRefOrGetter <ReqT >,
1515 opts ? : UseKqlOptions <ResT >
16- ): AsyncData <ResT , NuxtError >
16+ ): AsyncData <ResT | null , NuxtError >
1717
1818type UseKqlOptions <T > = AsyncDataOptions <T > & Pick <
1919 NitroFetchOptions <string >,
Original file line number Diff line number Diff line change 88 "serve" : " vitepress serve"
99 },
1010 "devDependencies" : {
11- "vitepress" : " ^1.0.0-rc.41 "
11+ "vitepress" : " ^1.0.0-rc.42 "
1212 }
1313}
Original file line number Diff line number Diff line change 4949 "release" : " bumpp --commit --push --tag"
5050 },
5151 "dependencies" : {
52- "@nuxt/kit" : " ^3.10.0 " ,
52+ "@nuxt/kit" : " ^3.10.1 " ,
5353 "@vueuse/core" : " ^10.7.2" ,
5454 "defu" : " ^6.1.4" ,
5555 "kirby-types" : " ^0.6.6" ,
5656 "ofetch" : " ^1.3.3" ,
5757 "ohash" : " ^1.1.3" ,
5858 "pathe" : " ^1.1.2" ,
59- "scule" : " ^1.2 .0" ,
60- "ufo" : " ^1.3.2 "
59+ "scule" : " ^1.3 .0" ,
60+ "ufo" : " ^1.4.0 "
6161 },
6262 "devDependencies" : {
63- "@antfu/eslint-config" : " ^2.6.3 " ,
63+ "@antfu/eslint-config" : " ^2.6.4 " ,
6464 "@nuxt/module-builder" : " ^0.5.5" ,
6565 "@nuxt/test-utils" : " ^3.11.0" ,
6666 "@types/node" : " ^20.11.16" ,
6767 "bumpp" : " ^9.3.0" ,
6868 "destr" : " ^2.0.2" ,
6969 "eslint" : " ^8.56.0" ,
70- "nuxt" : " ^3.10.0 " ,
70+ "nuxt" : " ^3.10.1 " ,
7171 "nuxt-kql" : " workspace:*" ,
7272 "typescript" : " ^5.3.3" ,
7373 "vitest" : " ^1.2.2" ,
You can’t perform that action at this time.
0 commit comments