@zambezi/caballo-vivo
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@zambezi/caballo-vivo", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Caballo Vivo", | ||
@@ -24,3 +24,3 @@ "main": "", | ||
"ramda": "^0.25.0", | ||
"react": ">=15", | ||
"react": ">=16.8.0", | ||
"react-router": "^4.3.1", | ||
@@ -27,0 +27,0 @@ "rxjs": ">=6" |
@@ -49,6 +49,4 @@ import createHistory from 'history/createBrowserHistory' | ||
createLocationHandler$(pathToIntent), | ||
concat( | ||
startLocation$.pipe(filter(hasNoHandlers(pathToIntent))), | ||
historyLocation$ | ||
) | ||
startLocation$.pipe(filter(hasNoHandlers(pathToIntent))), | ||
historyLocation$ | ||
).pipe( | ||
@@ -91,4 +89,2 @@ map(completeState), | ||
}), | ||
map(unary(fromJS)), | ||
map(location => state => state.set('location', location)), | ||
tap(() => { | ||
@@ -98,3 +94,4 @@ programmaticNavigationTokens = programmaticNavigationTokens.delete( | ||
) | ||
}) | ||
}), | ||
skip() | ||
) | ||
@@ -117,4 +114,4 @@ } | ||
tap(location => history.push(location.toJS())), | ||
map(location => state => state.set('location', location)), | ||
tap(() => programmaticNavigationTokens.delete(navToken)) | ||
tap(() => programmaticNavigationTokens.delete(navToken)), | ||
skip() | ||
) | ||
@@ -121,0 +118,0 @@ }) |
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
18989
13
495
Updatedreact@>=16.8.0