-
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.
feat: Upgrade cozy-client and cozy-harvest
- cozy-client 45.14.1 to get: * new strategy for ensureKonnectorFolder * allow sourceAccountIdentifier in cozyMetadatas - cozy-harvest-lib 22.5.1 to get: * use sourceAccountIdentifier to link files to existing accounts
- Loading branch information
1 parent
10e2a51
commit 948f262
Showing
2 changed files
with
17 additions
and
17 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 |
---|---|---|
|
@@ -5901,16 +5901,16 @@ [email protected]: | |
lodash "^4.17.20" | ||
node-jose "^1.1.4" | ||
|
||
cozy-client@^45.8.0: | ||
version "45.8.0" | ||
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.8.0.tgz#0910938541b91f4432e494023f9e28afd15cc318" | ||
integrity sha512-N0V+goOPm73TiZB8Tt0LdXhvQRw2vx/eTHhx5iBav6jJs+ZpCZL6MMIFLSSfqiRjdC3CWLO6F7g9Vl7LBuvnQg== | ||
cozy-client@^45.14.1: | ||
version "45.14.1" | ||
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.14.1.tgz#dc0e77e93b48b0a8a302a6f7dc3217d8a6d046c1" | ||
integrity sha512-K2Fm1J60XFeRyAhfPywSU9+Kj7FHVcBP+B2K/lwWVOS3dob/iCBlrjgpRNjViErY0kVevgemt3oscZjbnr0mdQ== | ||
dependencies: | ||
"@cozy/minilog" "1.0.0" | ||
"@types/jest" "^26.0.20" | ||
"@types/lodash" "^4.14.170" | ||
btoa "^1.2.1" | ||
cozy-stack-client "^45.2.0" | ||
cozy-stack-client "^45.13.0" | ||
date-fns "2.29.3" | ||
json-stable-stringify "^1.0.1" | ||
lodash "^4.17.13" | ||
|
@@ -5969,10 +5969,10 @@ [email protected]: | |
dependencies: | ||
microee "^0.0.6" | ||
|
||
cozy-harvest-lib@^22.4.1: | ||
version "22.4.1" | ||
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.4.1.tgz#00f998e2a9f941c3cbdf3553792b09ee70683313" | ||
integrity sha512-5RVufbTGlOzctZg8UucV9fml2rmjLoOv98uaa+6rv2iJF2G4HNLmFw8v+u2kw0CrwRsluLfYd+eYcHVo2sTv+g== | ||
cozy-harvest-lib@^22.5.1: | ||
version "22.5.1" | ||
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.5.1.tgz#c46e5d00799ecb7777a38649a3608eb0475f066b" | ||
integrity sha512-t///ne5XkjPOr6lfXkOMBkAKQywudGfxJa8fV94sfGGeNrnzP/FwfZkJ/zT1JZPOTv0npmZTn10j2nY6+miYRw== | ||
dependencies: | ||
"@cozy/minilog" "^1.0.0" | ||
"@sentry/browser" "^6.0.1" | ||
|
@@ -6161,10 +6161,10 @@ cozy-stack-client@^45.0.1: | |
mime "^2.4.0" | ||
qs "^6.7.0" | ||
|
||
cozy-stack-client@^45.2.0: | ||
version "45.2.0" | ||
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.2.0.tgz#c0d20d6e11a57477752cd38f1ca8732c668f5d14" | ||
integrity sha512-XpbD568C+gG2ZSkWcdlBQIfXb2kefpQpwjgMISZ0raHk6cA1c626pptfbadXzmNaj9IiDG/gTCztzbnxZ3xBUA== | ||
cozy-stack-client@^45.13.0: | ||
version "45.13.0" | ||
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.13.0.tgz#394b21a153b752be99ac6c79d073159fd024a4f4" | ||
integrity sha512-ruigDMH6XB1Pxa+e3doAMjXihgKSdNZpNPlEcpd7l8MfHazUaHVs/D8Kyop1n+VGM/4va2DU1c1nE7ainT7+jw== | ||
dependencies: | ||
detect-node "^2.0.4" | ||
mime "^2.4.0" | ||
|
@@ -11952,9 +11952,9 @@ msgpack5@^4.0.2: | |
readable-stream "^2.3.6" | ||
safe-buffer "^5.1.2" | ||
|
||
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": | ||
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": | ||
version "1.0.8" | ||
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" | ||
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" | ||
dependencies: | ||
"@juggle/resize-observer" "^3.1.3" | ||
jest-environment-jsdom-sixteen "^1.0.3" | ||
|