nuxtseo-layer-devtools 0.2.7 → 0.2.8

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.
@@ -45,6 +45,7 @@ export function useDevtoolsConnection(options: DevtoolsConnectionOptions = {}):
45
45
  options.onRouteChange!(route)
46
46
  })
47
47
  // Clean up when devtools client disconnects
48
+ // @ts-expect-error app:unmount exists at runtime but is not in RuntimeNuxtHooks
48
49
  client.host.nuxt.hook('app:unmount', removeAfterEach)
49
50
  }
50
51
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxtseo-layer-devtools",
3
3
  "type": "module",
4
- "version": "0.2.7",
4
+ "version": "0.2.8",
5
5
  "description": "Shared Nuxt layer for Nuxt SEO devtools clients.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",