Skip to content

Commit

Permalink
feat: Upgrade cozy-pouch-link to 49.1.0
Browse files Browse the repository at this point in the history
`cozy-pouch-link` has been upgraded to `49.1.0` to retrieve performance
improvements on Pouch queries

Related PR: cozy/cozy-client#1537
  • Loading branch information
Ldoppea committed Dec 20, 2024
1 parent 9a09a1b commit 2488fff
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 @@ -63,7 +63,7 @@
"cozy-intent": "^2.23.0",
"cozy-logger": "^1.10.0",
"cozy-minilog": "3.3.1",
"cozy-pouch-link": "^49.0.0",
"cozy-pouch-link": "^49.1.0",
"date-fns": "2.29.3",
"events": "^3.3.0",
"html-entities": "^2.3.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8751,10 +8751,10 @@ cozy-minilog@3.3.1, cozy-minilog@^3.3.1:
dependencies:
microee "0.0.6"

cozy-pouch-link@^49.0.0:
version "49.0.0"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-49.0.0.tgz#05644fbf7bbb7bf1af0869bca2b959e0ef2bd284"
integrity sha512-objXCSNvyGGNhzqb4PXwKNSqv54+E6p1eNhkEBlzrO6miXAeIYX5T0db3OQUuhiQdB69aYiExAVj5sCfUst3kw==
cozy-pouch-link@^49.1.0:
version "49.1.0"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-49.1.0.tgz#bed56dd195e778d010abb6d0bf9cd9463562a2fa"
integrity sha512-d0Pro98BRcIZ0SAlS1XW0W5TGn9Y1JtqcogEfhfg+c+RQNrC+VM5mUbdSxi3lBilx1fS5wVHyoageidennNF+A==
dependencies:
cozy-client "^49.0.0"
pouchdb-browser "^7.2.2"
Expand Down

0 comments on commit 2488fff

Please sign in to comment.