@griddo/ax 1.63.2 → 1.63.3
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@griddo/ax",
|
|
3
3
|
"description": "Griddo Author Experience",
|
|
4
|
-
"version": "1.63.
|
|
4
|
+
"version": "1.63.3",
|
|
5
5
|
"authors": [
|
|
6
6
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
7
7
|
"Carlos Torres <carlos.torres@secuoyas.com>",
|
|
@@ -187,6 +187,7 @@
|
|
|
187
187
|
},
|
|
188
188
|
"files": [
|
|
189
189
|
"config",
|
|
190
|
+
"patches",
|
|
190
191
|
"public",
|
|
191
192
|
"scripts",
|
|
192
193
|
"src",
|
|
@@ -248,5 +249,5 @@
|
|
|
248
249
|
"publishConfig": {
|
|
249
250
|
"access": "public"
|
|
250
251
|
},
|
|
251
|
-
"gitHead": "
|
|
252
|
+
"gitHead": "871681835d3abb354a9473859360e426f6ecc7ae"
|
|
252
253
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
diff --git a/node_modules/connected-react-router/index.d.ts b/node_modules/connected-react-router/index.d.ts
|
|
2
|
+
index f2e7bcc..79ed1ff 100644
|
|
3
|
+
--- a/node_modules/connected-react-router/index.d.ts
|
|
4
|
+
+++ b/node_modules/connected-react-router/index.d.ts
|
|
5
|
+
@@ -17,6 +17,7 @@ declare module 'connected-react-router' {
|
|
6
|
+
type PathParam = Parameters<typeof matchPath>[1];
|
|
7
|
+
|
|
8
|
+
interface ConnectedRouterProps<S = LocationState> {
|
|
9
|
+
+ children: React.ReactNode;
|
|
10
|
+
history: History<S>;
|
|
11
|
+
context?: React.Context<ReactReduxContextValue>;
|
|
12
|
+
noInitialPop?: boolean;
|