-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Change the flag name to display the clisk worker `clisk.always-show-worker` instead of `debug` - Optimize the query to fetch triggers during the account creation - Add information link redirecting to Cozy Store above the external site - Check the flag during the React Lifecycle, should fix an issue where the user can't do anything on the konnector
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9085,10 +9085,10 @@ [email protected]: | |
dependencies: | ||
microee "^0.0.6" | ||
|
||
cozy-harvest-lib@^18.0.0: | ||
version "18.0.0" | ||
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-18.0.0.tgz#c82cfe553593875acb5b436bb2ca65c2c1d6aed4" | ||
integrity sha512-1DNjM5MspyWauIitd8XBFn2vIdUImkp4j6VsGolYUDoo57NshXCl2n0yFQqXzq4PnJezVE1lztTBZ/yJtOWHgA== | ||
cozy-harvest-lib@^18.2.1: | ||
version "18.2.1" | ||
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-18.2.1.tgz#1059f72b787ff8f86ad24eed5ea90ee119ecbed7" | ||
integrity sha512-R8BsqQC0zE1k9JzUVTeKaYZGAebGLT8kYQhHzeADkC8BZ2ma587YbxFxY7MEFWJ51tfTJETogT1Q8E1AO2FaDg== | ||
dependencies: | ||
"@cozy/minilog" "^1.0.0" | ||
"@sentry/browser" "^6.0.1" | ||
|