Skip to content

Commit

Permalink
feat: Upgrade cozy-harvest-lib to 9.31.1
Browse files Browse the repository at this point in the history
To get the konnector slug in the trigger passed to onLoginSuccess. This allow b2c
app to send a proper notification with konnector slug
  • Loading branch information
doubleface committed Dec 1, 2022
1 parent 4205603 commit 9816173
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 @@ -165,7 +165,7 @@
"cozy-device-helper": "^2.1.0",
"cozy-doctypes": "1.82.2",
"cozy-flags": "^2.8.7",
"cozy-harvest-lib": "^9.31.0",
"cozy-harvest-lib": "^9.31.1",
"cozy-intent": "^1.17.1",
"cozy-interapp": "0.6.2",
"cozy-keys-lib": "3.8.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5345,10 +5345,10 @@ cozy-flags@^2.8.7:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^9.31.0:
version "9.31.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-9.31.0.tgz#a7e41ad407a074c43c3146c21320a53451056d8d"
integrity sha512-Xs7M0y7vE3SlfuW/yFfR8R8aRDlMHdNq7LcPX95h/s0Go31MmHK9bgwkO3f85APPgQ123z7/uCWLh8Si0fhB+A==
cozy-harvest-lib@^9.31.1:
version "9.31.1"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-9.31.1.tgz#603790ddaf92e760d0de0675bdc9884630963ce3"
integrity sha512-jRGgjGnrpBhYmuAiegPMNtCGSGb6QDtvnltsT3AowLcr2fk0HZmUfoYHa6N/WrN7tG1pzv5XJZ5Ehc1d/3Ia6g==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down

0 comments on commit 9816173

Please sign in to comment.