@falcondev-oss/nuxt-layers-base 0.36.0 → 0.36.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,6 +16,7 @@ import { httpSubscriptionLink, isTRPCClientError, splitLink, TRPCClientError } f
16
16
  import defu from 'defu'
17
17
  import superjson from 'superjson'
18
18
  import { httpBatchLink, httpLink } from 'trpc-nuxt/client'
19
+ import { useState } from '#app'
19
20
 
20
21
  interface VueQueryNuxtPluginOptions {
21
22
  queryClientOptions?: QueryClientConfig
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@falcondev-oss/nuxt-layers-base",
3
3
  "type": "module",
4
- "version": "0.36.0",
4
+ "version": "0.36.1",
5
5
  "description": "Nuxt layer with lots of useful helpers and @nuxt/ui components",
6
6
  "license": "MIT",
7
7
  "repository": {