@reckona/mreact-router-native-darwin-arm64 0.0.145 → 0.0.146

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/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export interface NativeMatch {
2
2
  index: number;
3
3
  params: Record<string, string>;
4
+ catchAllParams: Record<string, string[]>;
4
5
  }
5
6
 
6
7
  export class NativeRouteMatcher {
package/index.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reckona/mreact-router-native-darwin-arm64",
3
- "version": "0.0.145",
3
+ "version": "0.0.146",
4
4
  "description": "macOS arm64 native addon package for mreact router hot paths.",
5
5
  "keywords": [
6
6
  "arm64",