react-route-generator
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -15,3 +15,3 @@ "use strict"; | ||
params: P; | ||
urlQuery?: Record<string, string>; | ||
urlQuery?: Partial<Record<string, string>>; | ||
} | ||
@@ -40,3 +40,3 @@ | ||
children: React.ReactNode; | ||
urlQuery?: Record<string, string>; | ||
urlQuery?: Partial<Record<string, string>>; | ||
} | ||
@@ -68,3 +68,3 @@ | ||
params: P; | ||
urlQuery?: Record<string, string>; | ||
urlQuery?: Partial<Record<string, string>>; | ||
} | ||
@@ -147,3 +147,3 @@ | ||
pattern: string; | ||
generate: (inputParams: P, urlQuery?: Record<string,string>) => string; | ||
generate: (inputParams: P, urlQuery?: Partial<Record<string, string>>) => string; | ||
${interfaceLinkRow} | ||
@@ -150,0 +150,0 @@ ${interfaceReactRouterRows} |
{ | ||
"name": "react-route-generator", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "Route generator", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
39217