Skip to content

Commit 1317450

Browse files
committed
v5.14.0 - Use SC JWT errors instead or raw JWT errors from jsonwebtoken module
1 parent 7287f01 commit 1317450

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socketcluster",
33
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
4-
"version": "5.13.3",
4+
"version": "5.14.0",
55
"homepage": "http://socketcluster.io",
66
"contributors": [
77
{
@@ -19,12 +19,12 @@
1919
"fs-extra": "2.0.0",
2020
"inquirer": "1.1.3",
2121
"minimist": "1.1.0",
22-
"sc-auth": "~4.0.1",
22+
"sc-auth": "~4.1.0",
2323
"sc-broker-cluster": "~4.0.0",
2424
"sc-domain": "~1.0.1",
2525
"sc-emitter": "~1.1.0",
26-
"sc-errors": "~1.2.1",
27-
"socketcluster-server": "~5.13.1",
26+
"sc-errors": "~1.3.0",
27+
"socketcluster-server": "~5.14.0",
2828
"uid-number": "0.0.5",
2929
"uuid": "3.0.1"
3030
},

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"sc-framework-health-check": "~1.0.0",
1818
"sc-hot-reboot": "~1.0.0",
1919
"serve-static": "1.11.2",
20-
"socketcluster": "~5.13.3",
20+
"socketcluster": "~5.14.0",
2121
"socketcluster-client": "~5.5.1"
2222
},
2323
"keywords": [

0 commit comments

Comments
 (0)