@ionic/react-router 8.7.13-dev.11765569652.136c6b13 → 8.7.13-dev.11765907916.16a61ecf

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.
@@ -8,7 +8,11 @@ import type React from 'react';
8
8
  */
9
9
  export declare const computeCommonPrefix: (paths: string[]) => string;
10
10
  /**
11
- * Checks if a route is a specific match (not wildcard-only or index).
11
+ * Checks if a route is a specific match (not wildcard or index).
12
+ *
13
+ * @param route The route element to check.
14
+ * @param remainingPath The remaining path to match against.
15
+ * @returns True if the route specifically matches the remaining path.
12
16
  */
13
17
  export declare const isSpecificRouteMatch: (route: React.ReactElement, remainingPath: string) => boolean;
14
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/react-router",
3
- "version": "8.7.13-dev.11765569652.136c6b13",
3
+ "version": "8.7.13-dev.11765907916.16a61ecf",
4
4
  "description": "React Router wrapper for @ionic/react",
5
5
  "keywords": [
6
6
  "ionic",
@@ -36,7 +36,7 @@
36
36
  "dist/"
37
37
  ],
38
38
  "dependencies": {
39
- "@ionic/react": "8.7.13-dev.11765569652.136c6b13",
39
+ "@ionic/react": "8.7.13-dev.11765907916.16a61ecf",
40
40
  "tslib": "*"
41
41
  },
42
42
  "peerDependencies": {