Skip to content

Commit

Permalink
SMC-4209: updated happner-client, happn-cluster and happner-2 depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
southbite committed Sep 28, 2021
1 parent 40610a8 commit 09a0c4a
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 64 deletions.
7 changes: 6 additions & 1 deletion RELEASES.md
Expand Up @@ -222,7 +222,12 @@

10.4.1 2021-09-20
-----------------
- SMC-4161: happn-3 upgrade 11.13.4
- SMC-4161: happn-3 upgrade 11.13.4

10.4.2 2021-09-28
-----------------
- happn-3 upgrades:
- fix: SMC-4209 - concurrency issue, user created logged on deleted, causes security directory update to fatal
- fix: SMC-4208 - merge insert now uses upsert, moved constants out of data service


118 changes: 59 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "happner-cluster",
"version": "10.4.1",
"version": "10.4.2",
"description": "Extends happner with clustering capabilities",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -43,9 +43,9 @@
},
"dependencies": {
"bluebird": "^3.5.0",
"happn-cluster": "^10.3.3",
"happner-2": "^11.12.1",
"happner-client": "^11.5.1",
"happn-cluster": "^10.3.4",
"happner-2": "^11.12.2",
"happner-client": "^11.5.2",
"hashring": "^3.2.0",
"node-http-proxy": "^0.2.3",
"semver": "^5.3.0"
Expand Down

0 comments on commit 09a0c4a

Please sign in to comment.