Skip to content

Commit

Permalink
fix: Upgrade cozy-harvest-lib to 22.4.1
Browse files Browse the repository at this point in the history
To get the correct sourceAccountIdentifier from clisk account
This will allow clisk imported documents to be display in harvest debug
cards.
  • Loading branch information
doubleface authored and doubleface committed Feb 20, 2024
1 parent 4970304 commit a85f2bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "3.2.2",
"cozy-harvest-lib": "^22.3.0",
"cozy-harvest-lib": "^22.4.1",
"cozy-intent": "^2.19.2",
"cozy-interapp": "^0.9.0",
"cozy-keys-lib": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5960,10 +5960,10 @@ cozy-flags@3.2.2:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^22.3.0:
version "22.3.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.3.0.tgz#e604378e4ec493753be7de88fa85dc32c45cf435"
integrity sha512-z8ct/Mf2QSityxHl4FrMmR7z5HBob7AMtmFCyY5EqHPu0WWvEI2Zm7nI75vlIX4hKTFqJ8qwkFE87wZy42/qCQ==
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==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down

0 comments on commit a85f2bb

Please sign in to comment.