@sveltejs/kit
Advanced tools
Comparing version 2.7.3 to 2.7.4
{ | ||
"name": "@sveltejs/kit", | ||
"version": "2.7.3", | ||
"version": "2.7.4", | ||
"description": "SvelteKit is the fastest way to build Svelte apps", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1064,3 +1064,3 @@ import 'svelte'; // pick up `declare module "*.svelte"` | ||
/** | ||
* Contains custom data that was added to the request within the [`handle hook`](https://svelte.dev/docs/kit/hooks#Server-hooks-handle). | ||
* Contains custom data that was added to the request within the [`server handle hook`](https://svelte.dev/docs/kit/hooks#Server-hooks-handle). | ||
*/ | ||
@@ -1067,0 +1067,0 @@ locals: App.Locals; |
@@ -150,2 +150,3 @@ import fs from 'node:fs'; | ||
compilerOptions: { | ||
// @ts-ignore - ignore this property when running `pnpm check` against Svelte 5 in the ecosystem CI | ||
hydratable: isSvelte5Plus() ? undefined : true, | ||
@@ -152,0 +153,0 @@ ...svelte_config.compilerOptions |
@@ -32,3 +32,3 @@ /** | ||
/** | ||
* The interface that defines `event.locals`, which can be accessed in [hooks](https://svelte.dev/docs/kit/hooks) (`handle`, and `handleError`), server-only `load` functions, and `+server.js` files. | ||
* The interface that defines `event.locals`, which can be accessed in server [hooks](https://svelte.dev/docs/kit/hooks) (`handle`, and `handleError`), server-only `load` functions, and `+server.js` files. | ||
*/ | ||
@@ -35,0 +35,0 @@ export interface Locals {} |
// generated during release, do not modify | ||
/** @type {string} */ | ||
export const VERSION = '2.7.3'; | ||
export const VERSION = '2.7.4'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
740629
21509
11
15
4
79