@nuxt/bridge-edge 3.4.0-29095736.724bfa1 → 3.4.0-29110408.3747562

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.
@@ -3,7 +3,7 @@ import hash from 'hash-sum';
3
3
  import { resolve } from 'pathe';
4
4
  import { genObjectFromRawEntries, genImport } from 'knitwork';
5
5
 
6
- const version = "3.4.0-29095736.724bfa1";
6
+ const version = "3.4.0-29110408.3747562";
7
7
 
8
8
  const middlewareTemplate = {
9
9
  filename: "middleware.js",
@@ -1,5 +1,5 @@
1
1
  import { H3Error } from 'h3';
2
- export declare const useError: () => any;
2
+ export declare const useError: () => import("vue").Ref<any>;
3
3
  export interface NuxtError<DataT = unknown> extends H3Error<DataT> {
4
4
  }
5
5
  export declare const showError: <DataT = unknown>(_err: string | Error | (Partial<NuxtError<DataT>> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/bridge-edge",
3
- "version": "3.4.0-29095736.724bfa1",
3
+ "version": "3.4.0-29110408.3747562",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/bridge.git"
@@ -22,10 +22,10 @@
22
22
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
23
23
  "@babel/plugin-proposal-optional-chaining": "^7.21.0",
24
24
  "@babel/plugin-transform-typescript": "^7.26.7",
25
- "@nuxt/bridge-schema": "npm:@nuxt/bridge-schema-edge@3.4.0-29095736.724bfa1",
25
+ "@nuxt/bridge-schema": "npm:@nuxt/bridge-schema-edge@3.4.0-29110408.3747562",
26
26
  "@nuxt/devalue": "^2.0.2",
27
- "@nuxt/kit": "3.16.2",
28
- "@nuxt/schema": "3.16.2",
27
+ "@nuxt/kit": "3.17.1",
28
+ "@nuxt/schema": "3.17.1",
29
29
  "@nuxt/ui-templates": "^1.3.4",
30
30
  "@rollup/plugin-replace": "^6.0.2",
31
31
  "@unhead/ssr": "^1.11.20",
@@ -68,7 +68,7 @@
68
68
  "unimport": "^5.0.0",
69
69
  "unplugin": "^1.16.1",
70
70
  "untyped": "^2.0.0",
71
- "vite": "~6.2.5",
71
+ "vite": "~6.2.7",
72
72
  "vite-node": "^3.0.5",
73
73
  "vue-bundle-renderer": "^2.1.1"
74
74
  },