Skip to content

Commit 948f262

Browse files
doublefacedoubleface
doubleface
authored andcommitted
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
1 parent 10e2a51 commit 948f262

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"homepage": "https://github.com/cozy/cozy-home#readme",
3636
"dependencies": {
3737
"@cozy/minilog": "1.0.0",
38-
"cozy-client": "^45.8.0",
38+
"cozy-client": "^45.14.1",
3939
"cozy-device-helper": "2.7.0",
4040
"cozy-doctypes": "1.83.8",
4141
"cozy-flags": "3.2.2",
42-
"cozy-harvest-lib": "^22.4.1",
42+
"cozy-harvest-lib": "^22.5.1",
4343
"cozy-intent": "^2.19.2",
4444
"cozy-interapp": "^0.9.0",
4545
"cozy-keys-lib": "^6.0.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5901,16 +5901,16 @@ cozy-bi-auth@0.0.25:
59015901
lodash "^4.17.20"
59025902
node-jose "^1.1.4"
59035903

5904-
cozy-client@^45.8.0:
5905-
version "45.8.0"
5906-
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.8.0.tgz#0910938541b91f4432e494023f9e28afd15cc318"
5907-
integrity sha512-N0V+goOPm73TiZB8Tt0LdXhvQRw2vx/eTHhx5iBav6jJs+ZpCZL6MMIFLSSfqiRjdC3CWLO6F7g9Vl7LBuvnQg==
5904+
cozy-client@^45.14.1:
5905+
version "45.14.1"
5906+
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.14.1.tgz#dc0e77e93b48b0a8a302a6f7dc3217d8a6d046c1"
5907+
integrity sha512-K2Fm1J60XFeRyAhfPywSU9+Kj7FHVcBP+B2K/lwWVOS3dob/iCBlrjgpRNjViErY0kVevgemt3oscZjbnr0mdQ==
59085908
dependencies:
59095909
"@cozy/minilog" "1.0.0"
59105910
"@types/jest" "^26.0.20"
59115911
"@types/lodash" "^4.14.170"
59125912
btoa "^1.2.1"
5913-
cozy-stack-client "^45.2.0"
5913+
cozy-stack-client "^45.13.0"
59145914
date-fns "2.29.3"
59155915
json-stable-stringify "^1.0.1"
59165916
lodash "^4.17.13"
@@ -5969,10 +5969,10 @@ cozy-flags@3.2.2:
59695969
dependencies:
59705970
microee "^0.0.6"
59715971

5972-
cozy-harvest-lib@^22.4.1:
5973-
version "22.4.1"
5974-
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.4.1.tgz#00f998e2a9f941c3cbdf3553792b09ee70683313"
5975-
integrity sha512-5RVufbTGlOzctZg8UucV9fml2rmjLoOv98uaa+6rv2iJF2G4HNLmFw8v+u2kw0CrwRsluLfYd+eYcHVo2sTv+g==
5972+
cozy-harvest-lib@^22.5.1:
5973+
version "22.5.1"
5974+
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.5.1.tgz#c46e5d00799ecb7777a38649a3608eb0475f066b"
5975+
integrity sha512-t///ne5XkjPOr6lfXkOMBkAKQywudGfxJa8fV94sfGGeNrnzP/FwfZkJ/zT1JZPOTv0npmZTn10j2nY6+miYRw==
59765976
dependencies:
59775977
"@cozy/minilog" "^1.0.0"
59785978
"@sentry/browser" "^6.0.1"
@@ -6161,10 +6161,10 @@ cozy-stack-client@^45.0.1:
61616161
mime "^2.4.0"
61626162
qs "^6.7.0"
61636163

6164-
cozy-stack-client@^45.2.0:
6165-
version "45.2.0"
6166-
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.2.0.tgz#c0d20d6e11a57477752cd38f1ca8732c668f5d14"
6167-
integrity sha512-XpbD568C+gG2ZSkWcdlBQIfXb2kefpQpwjgMISZ0raHk6cA1c626pptfbadXzmNaj9IiDG/gTCztzbnxZ3xBUA==
6164+
cozy-stack-client@^45.13.0:
6165+
version "45.13.0"
6166+
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.13.0.tgz#394b21a153b752be99ac6c79d073159fd024a4f4"
6167+
integrity sha512-ruigDMH6XB1Pxa+e3doAMjXihgKSdNZpNPlEcpd7l8MfHazUaHVs/D8Kyop1n+VGM/4va2DU1c1nE7ainT7+jw==
61686168
dependencies:
61696169
detect-node "^2.0.4"
61706170
mime "^2.4.0"
@@ -11952,9 +11952,9 @@ msgpack5@^4.0.2:
1195211952
readable-stream "^2.3.6"
1195311953
safe-buffer "^5.1.2"
1195411954

11955-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
11955+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
1195611956
version "1.0.8"
11957-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
11957+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
1195811958
dependencies:
1195911959
"@juggle/resize-observer" "^3.1.3"
1196011960
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)