Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit 0a98622

Browse files
committed
TEst library
1 parent e69991c commit 0a98622

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

dist/browser/clusterws.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ var ClusterWS = function() {
154154
return this.channels[t];
155155
}, s;
156156
}();
157-
return module.exports.default = s, s;
157+
return module.exports = s, module.exports.default = s, s;
158158
}();

dist/browser/clusterws.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ var ClusterWS = function() {
162162
}, t;
163163
}();
164164

165-
module.exports.default = ClusterWS, module.exports = ClusterWS;
165+
module.exports = ClusterWS, module.exports.default = ClusterWS, module.exports = ClusterWS;

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clusterws-client-js",
3-
"version": "1.5.0",
3+
"version": "1.5.2",
44
"description": "JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js.",
55
"main": "index.js",
66
"author": "Dmitrii Goriunov",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clusterws-client-js",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js.",
55
"main": "index.js",
66
"author": "Dmitrii Goriunov",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@ export default class ClusterWS {
9898
}
9999
}
100100

101+
module.exports = ClusterWS
101102
module.exports.default = ClusterWS

0 commit comments

Comments
 (0)