Skip to content

Commit 07e4e2f

Browse files
authored
Merge pull request #365 from happner/fix/SMC-5146-remove-keypair-ensure
2 parents 385a515 + ee29748 commit 07e4e2f

File tree

4 files changed

+15
-199
lines changed

4 files changed

+15
-199
lines changed

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,10 @@ SMC-1645: made error messages more consistent, encapsulating mesh.component.meth
903903
-----------------
904904
- SMC-5180: fixed class instance parse issue
905905

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

907911

908912

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "happner-2",
3-
"version": "11.17.3",
3+
"version": "11.17.4",
44
"description": "distributed application engine with evented storage and mesh services",
55
"main": "lib/mesh.js",
66
"bin": {
@@ -78,7 +78,7 @@
7878
"deep-copy": "1.1.2",
7979
"diskspace": "0.1.7",
8080
"fs-extra": "0.24.0",
81-
"happn-3": "^12.1.7",
81+
"happn-3": "^12.1.8",
8282
"happn-logger": "^1.1.1",
8383
"happn-sillyname": "^0.1.1",
8484
"happner-client": "^11.6.7",

test/integration/data/persisted-meshname-keypair.js

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)