Skip to content

Commit

Permalink
fix: Upgrade cozy-clisk to 0.28.0
Browse files Browse the repository at this point in the history
No more undefined in not a function when saveFiles with empty array
  • Loading branch information
doubleface authored and doubleface committed Dec 11, 2023
1 parent 58dc25c commit 7e2da96
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 @@ -47,7 +47,7 @@
"@sentry/react-native": "3.4.3",
"base-64": "^1.0.0",
"cozy-client": "^44.0.0",
"cozy-clisk": "^0.27.0",
"cozy-clisk": "^0.28.0",
"cozy-device-helper": "^2.7.0",
"cozy-flags": "^2.11.0",
"cozy-intent": "^2.18.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6422,10 +6422,10 @@ cozy-client@^44.0.0:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-clisk@^0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/cozy-clisk/-/cozy-clisk-0.27.0.tgz#49853c67a4e89e950d08fef0f9239f379c4edc29"
integrity sha512-uJR61dQSnXJgGHDhO+6OKo8uj7haGJNnK7gCEhWwj9KlePCajsRm0UuEwh3tl7Kk9bOeteT/LG5wGkw3I2EZyQ==
cozy-clisk@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/cozy-clisk/-/cozy-clisk-0.28.0.tgz#d8587c2deaddb3a2df264976eccfcc74336f3074"
integrity sha512-fh2e0YjtOxo2F90UVQWjJu7t2dGCXnvKGRoEzCySaYi5eB1cx48Dkh25nGHJ2ZY9uuH4hO1g4tUpEyXnPLMnoQ==
dependencies:
"@cozy/minilog" "^1.0.0"
bluebird-retry "^0.11.0"
Expand Down

0 comments on commit 7e2da96

Please sign in to comment.