From 28097e2b51f3d45048bb6ee4fa44b704cd947384 Mon Sep 17 00:00:00 2001 From: Mo Date: Wed, 16 Feb 2022 13:27:26 -0600 Subject: [PATCH] fix: add on load decryption batching --- package.json | 2 +- yarn.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index c32cba06..8afdbc2b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@react-navigation/native": "^5.9.3", "@react-navigation/stack": "^5.14.3", "@standardnotes/sncrypto-common": "1.7.0", - "@standardnotes/snjs": "2.60.0", + "@standardnotes/snjs": "2.60.4", "@standardnotes/stylekit": "5.5.0", "js-base64": "^3.5.2", "moment": "^2.29.1", diff --git a/yarn.lock b/yarn.lock index 0083dee5..5ffb3be1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2557,13 +2557,13 @@ resolved "https://registry.yarnpkg.com/@standardnotes/components/-/components-1.7.1.tgz#37922eaecac568364f34a51bc369dce26176346b" integrity sha512-0JGa1Cw3R69ixFpqbIvu1+MYIZtLpam9utyaUBHnRMS4rKZMZRTezYW/8esiBdj8TKPdhYlJyPfNypXfHid/dw== -"@standardnotes/domain-events@^2.23.5": - version "2.23.5" - resolved "https://registry.yarnpkg.com/@standardnotes/domain-events/-/domain-events-2.23.5.tgz#ef5e1dc9aeefb096f7d8af46e39f2d7b611a1d32" - integrity sha512-L9ONAtPvAHZ67mkS9yjAS9baA2Io6igUqmEucOEHPuu+Wb0zH6m6uQzIagyqaFCfy5EwZ4/228G1gaZukCWwJg== +"@standardnotes/domain-events@^2.23.7": + version "2.23.7" + resolved "https://registry.yarnpkg.com/@standardnotes/domain-events/-/domain-events-2.23.7.tgz#ea8f4d38929249234125475c0a59deb6eb384b72" + integrity sha512-sRht/c0KXv0NwoIalWs+2ugQz1C0JfCRIs/5FAeRCWCbn/OgHytCqPuD73/hGgUU/J323tYwB5+/7gYan4EWJg== dependencies: "@standardnotes/auth" "^3.16.1" - "@standardnotes/features" "^1.32.4" + "@standardnotes/features" "^1.32.6" "@standardnotes/features@^1.32.1": version "1.32.1" @@ -2573,10 +2573,10 @@ "@standardnotes/auth" "^3.16.0" "@standardnotes/common" "^1.10.0" -"@standardnotes/features@^1.32.4": - version "1.32.4" - resolved "https://registry.yarnpkg.com/@standardnotes/features/-/features-1.32.4.tgz#0ac3d7c56eea130aa14f119bba01a3b0063463ec" - integrity sha512-ecNfImvqGHZ064mfkaDUNhXf+pGzwm3ZPYpuQkvKCiZkKbIHN1ECwK9CGpg4BgL1uHdAU1KEGM0CZlh9Ik08Tg== +"@standardnotes/features@^1.32.6": + version "1.32.6" + resolved "https://registry.yarnpkg.com/@standardnotes/features/-/features-1.32.6.tgz#63856e4f4af1a56aa6533a5e214a43c4b2d8b510" + integrity sha512-GQJfDzYAAlRSccPWgAAT95hmUqmo9Z/m52uhOvgOwdQgwxOkHnYh60cdM/lnYrTBk0wv9MYPTFd+3vbMXy9/YQ== dependencies: "@standardnotes/auth" "^3.16.1" "@standardnotes/common" "^1.11.0" @@ -2591,15 +2591,15 @@ resolved "https://registry.yarnpkg.com/@standardnotes/sncrypto-common/-/sncrypto-common-1.7.0.tgz#6ad96afeaa031c26e45cbaf527bb511b803f998d" integrity sha512-Dke13reJMLQFXa7y9EqZYEeZG5Ouy+32qWEsQISLjLRPrTuNwyNXee2mdPh6c9uNZxOQwrdHxVGfqzJ2iy3RpQ== -"@standardnotes/snjs@2.60.0": - version "2.60.0" - resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.60.0.tgz#17bda689eb5fc80eb68feceab6c137a4a63f06fe" - integrity sha512-kXU637Rq32e0W3SIC6R+nZlhZuhzTqnZethsS3M9n7ThBwRodCJNHXoj6/DgV+CBUgJy7J/r4r8fjjKD7UUT5w== +"@standardnotes/snjs@2.60.4": + version "2.60.4" + resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.60.4.tgz#58e7b1925b8b5867271a8f564d2a39d3f5428f0e" + integrity sha512-8WzhYQiDY/NP0ehqYJLgjG6W4PYpKUsuROmaCe1b/6zy4C8ev5kuMEiHaamh1d6RF1fkWqXB3Mm1p+Zbai/8dA== dependencies: "@standardnotes/auth" "^3.16.1" "@standardnotes/common" "^1.11.0" - "@standardnotes/domain-events" "^2.23.5" - "@standardnotes/features" "^1.32.4" + "@standardnotes/domain-events" "^2.23.7" + "@standardnotes/features" "^1.32.6" "@standardnotes/settings" "^1.11.3" "@standardnotes/sncrypto-common" "^1.7.0"