nuxt-nightly 4.3.0-29459299.3edd8963 → 4.3.0-29459469.1170db47

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.
@@ -11,7 +11,7 @@ export declare function useRequestHeaders(): Readonly<Record<string, string>>;
11
11
  /** @since 3.9.0 */
12
12
  export declare function useRequestHeader(header: string): string | undefined;
13
13
  /** @since 3.2.0 */
14
- export declare function useRequestFetch(): H3Event$Fetch | typeof global.$fetch;
14
+ export declare function useRequestFetch(): H3Event$Fetch | typeof globalThis.$fetch;
15
15
  /** @since 3.0.0 */
16
16
  export declare function setResponseStatus(event: H3Event, code?: number, message?: string): void;
17
17
  /** @deprecated Pass `event` as first option. */
package/dist/index.mjs CHANGED
@@ -3924,7 +3924,7 @@ function addDeclarationTemplates(ctx, options) {
3924
3924
  });
3925
3925
  }
3926
3926
 
3927
- const version = "4.3.0-29459299.3edd8963";
3927
+ const version = "4.3.0-29459469.1170db47";
3928
3928
  const pkg = {
3929
3929
  version: version};
3930
3930
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-nightly",
3
- "version": "4.3.0-29459299.3edd8963",
3
+ "version": "4.3.0-29459469.1170db47",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -51,11 +51,11 @@
51
51
  "@dxup/nuxt": "^0.3.2",
52
52
  "@nuxt/cli": "npm:@nuxt/cli-nightly@latest",
53
53
  "@nuxt/devtools": "^3.1.1",
54
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29459299.3edd8963",
55
- "@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.3.0-29459299.3edd8963",
56
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29459299.3edd8963",
54
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.3.0-29459469.1170db47",
55
+ "@nuxt/nitro-server": "npm:@nuxt/nitro-server-nightly@4.3.0-29459469.1170db47",
56
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29459469.1170db47",
57
57
  "@nuxt/telemetry": "^2.6.6",
58
- "@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.3.0-29459299.3edd8963",
58
+ "@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.3.0-29459469.1170db47",
59
59
  "@unhead/vue": "^2.1.1",
60
60
  "@vue/shared": "^3.5.26",
61
61
  "c12": "^3.3.3",