@nuxt/devtools-kit-nightly 2.6.4-29305197.39a0677 → 2.6.4-29306513.191eb3f

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.
package/dist/index.cjs CHANGED
@@ -93,7 +93,7 @@ function startSubprocess(execaOptions, tabOptions, nuxt = kit.useNuxt()) {
93
93
  function extendServerRpc(namespace, functions, nuxt = kit.useNuxt()) {
94
94
  const ctx = _getContext(nuxt);
95
95
  if (!ctx)
96
- throw new Error("Failed to get devtools context.");
96
+ throw new Error("[Nuxt DevTools] Failed to get devtools context.");
97
97
  return ctx.extendServerRpc(namespace, functions);
98
98
  }
99
99
  function onDevToolsInitialized(fn, nuxt = kit.useNuxt()) {
package/dist/index.mjs CHANGED
@@ -91,7 +91,7 @@ function startSubprocess(execaOptions, tabOptions, nuxt = useNuxt()) {
91
91
  function extendServerRpc(namespace, functions, nuxt = useNuxt()) {
92
92
  const ctx = _getContext(nuxt);
93
93
  if (!ctx)
94
- throw new Error("Failed to get devtools context.");
94
+ throw new Error("[Nuxt DevTools] Failed to get devtools context.");
95
95
  return ctx.extendServerRpc(namespace, functions);
96
96
  }
97
97
  function onDevToolsInitialized(fn, nuxt = useNuxt()) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-kit-nightly",
3
3
  "type": "module",
4
- "version": "2.6.4-29305197.39a0677",
4
+ "version": "2.6.4-29306513.191eb3f",
5
5
  "license": "MIT",
6
6
  "homepage": "https://devtools.nuxt.com/module/utils-kit",
7
7
  "repository": {