@sveltejs/kit 2.61.0 → 2.61.1

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.61.0",
3
+ "version": "2.61.1",
4
4
  "description": "SvelteKit is the fastest way to build Svelte apps",
5
5
  "keywords": [
6
6
  "framework",
@@ -3,7 +3,7 @@ import { decode_params } from './url.js';
3
3
 
4
4
  const param_pattern = /^(\[)?(\.\.\.)?(\w+)(?:=(\w+))?(\])?$/;
5
5
 
6
- const root_group_pattern = /^\/\((?:.+)\)$/;
6
+ const root_group_pattern = /^\/\((?:[^)]+)\)$/;
7
7
 
8
8
  /**
9
9
  * Creates the regex pattern, extracts parameter names, and generates types for a route
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.61.0';
4
+ export const VERSION = '2.61.1';