@sveltejs/kit 2.7.6 → 2.7.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltejs/kit",
3
- "version": "2.7.6",
3
+ "version": "2.7.7",
4
4
  "description": "SvelteKit is the fastest way to build Svelte apps",
5
5
  "keywords": [
6
6
  "framework",
@@ -441,7 +441,7 @@ export interface KitConfig {
441
441
  */
442
442
  lib?: string;
443
443
  /**
444
- * a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#matching)
444
+ * a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#Matching)
445
445
  * @default "src/params"
446
446
  */
447
447
  params?: string;
package/src/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // generated during release, do not modify
2
2
 
3
3
  /** @type {string} */
4
- export const VERSION = '2.7.6';
4
+ export const VERSION = '2.7.7';
package/types/index.d.ts CHANGED
@@ -423,7 +423,7 @@ declare module '@sveltejs/kit' {
423
423
  */
424
424
  lib?: string;
425
425
  /**
426
- * a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#matching)
426
+ * a directory containing [parameter matchers](https://svelte.dev/docs/kit/advanced-routing#Matching)
427
427
  * @default "src/params"
428
428
  */
429
429
  params?: string;