Skip to content

Commit

Permalink
Merge pull request #365 from happner/fix/SMC-5146-remove-keypair-ensure
Browse files Browse the repository at this point in the history
  • Loading branch information
southbite committed Feb 14, 2022
2 parents 385a515 + ee29748 commit 07e4e2f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 199 deletions.
4 changes: 4 additions & 0 deletions RELEASES.md
Expand Up @@ -903,6 +903,10 @@ SMC-1645: made error messages more consistent, encapsulating mesh.component.meth
-----------------
- SMC-5180: fixed class instance parse issue

11.17.4 2022-02-14
-----------------
- SMC-5146: happn-3 update: startup fail due to needless KEYPAIR ensure in security (only used by payload encryption - no longer supported)




Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "happner-2",
"version": "11.17.3",
"version": "11.17.4",
"description": "distributed application engine with evented storage and mesh services",
"main": "lib/mesh.js",
"bin": {
Expand Down Expand Up @@ -78,7 +78,7 @@
"deep-copy": "1.1.2",
"diskspace": "0.1.7",
"fs-extra": "0.24.0",
"happn-3": "^12.1.7",
"happn-3": "^12.1.8",
"happn-logger": "^1.1.1",
"happn-sillyname": "^0.1.1",
"happner-client": "^11.6.7",
Expand Down
188 changes: 0 additions & 188 deletions test/integration/data/persisted-meshname-keypair.js

This file was deleted.

0 comments on commit 07e4e2f

Please sign in to comment.