Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
nomilous committed Jun 8, 2017
1 parent b9dd062 commit 1f2106f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@
3.0.0 2017-06-08
----------------

- updated to happn-primus 6.0.0
- switched primus to happn-primus 6.0.0
- configurable client-side ping/pong
- configurable server-side allowSkippedHeartBeats, pongSkipTime
- set wildcard on dependencies where appropriate
63 changes: 31 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,41 +24,41 @@
"url": "https://github.com/happner/happn.git"
},
"dependencies": {
"JSONStream": "0.10.0",
"async": "1.5.2",
"bluebird": "2.10.2",
"body-parser": "1.14.1",
"byline": "4.2.1",
"connect": "3.4.0",
"connect-cookies": "0.0.0",
"deep-copy": "1.1.2",
"happn-logger": "0.0.2",
"happn-nedb": "1.8.1",
"happn-primus": "^6.0.0",
"happn-sillyname": "0.1.0",
"happn-util-crypto": "0.2.3",
"jsonpack": "1.1.5",
"jwt-simple": "0.2.0",
"long-timeout": "0.1.1",
"lru-cache": "4.0.0",
"ms": "0.7.1",
"password-hash-and-salt": "0.1.3",
"pem": "1.8.3",
"serve-static": "1.10.0",
"shortid": "2.2.4",
"sift": "3.2.6",
"traverse": "0.6.6",
"underscore.string": "3.3.4",
"user-home": "2.0.0",
"uuid": "3.0.1",
"ws": "1.0.1"
"JSONStream": "^0.10.0",
"async": "^1.5.2",
"bluebird": "^2.10.2",
"body-parser": "^1.14.1",
"byline": "^4.2.1",
"connect": "^3.4.0",
"connect-cookies": "^0.0.0",
"deep-copy": "^1.1.2",
"happn-logger": "^0.0.2",
"happn-nedb": "^1.8.1",
"happn-primus": "^6.0.1",
"happn-sillyname": "^0.1.0",
"happn-util-crypto": "^0.2.3",
"jsonpack": "^1.1.5",
"jwt-simple": "^0.2.0",
"long-timeout": "^0.1.1",
"lru-cache": "^4.0.0",
"ms": "^0.7.1",
"password-hash-and-salt": "^0.1.3",
"pem": "^1.8.3",
"serve-static": "^1.10.0",
"shortid": "^2.2.4",
"sift": "^3.2.6",
"traverse": "^0.6.6",
"underscore.string": "^3.3.4",
"user-home": "^2.0.0",
"uuid": "^3.0.1",
"ws": "^1.0.1"
},
"devDependencies": {
"benchmarket": "0.0.11",
"benchmarket": "^0.2.0",
"chai": "^3.5.0",
"coveralls": "^2.11.6",
"debug": "^2.2.0",
"expect.js": "*",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"happn-random-activity-generator": "^0.2.0",
"istanbul": "^0.4.1",
Expand All @@ -67,8 +67,7 @@
"karma-chrome-launcher": "^0.2.1",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.3",
"mocha": "*",
"objective": "0.0.40",
"mocha": "^3.4.2",
"request": "^2.67.0"
},
"readmeFilename": "README.md"
Expand Down

0 comments on commit 1f2106f

Please sign in to comment.