@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 +1 -1
- package/src/exports/public.d.ts +1 -1
- package/src/version.js +1 -1
- package/types/index.d.ts +1 -1
package/package.json
CHANGED
package/src/exports/public.d.ts
CHANGED
|
@@ -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#
|
|
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
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#
|
|
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;
|