@sveltejs/kit
Advanced tools
Comparing version 2.9.0 to 2.9.1
{ | ||
"name": "@sveltejs/kit", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"description": "SvelteKit is the fastest way to build Svelte apps", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -139,3 +139,4 @@ import { get_route_segments } from '../../../utils/routing.js'; | ||
// remove all [[optional]] parts unless they're at the very end | ||
.replace(/\[\[[^\]]+\]\](?!$)/g, '') | ||
// or it ends with a route group | ||
.replace(/\[\[[^\]]+\]\](?!(?:\/\([^/]+\))*$)/g, '') | ||
).filter(Boolean); | ||
@@ -142,0 +143,0 @@ } |
// generated during release, do not modify | ||
/** @type {string} */ | ||
export const VERSION = '2.9.0'; | ||
export const VERSION = '2.9.1'; |
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
743181
21571