Skip to content

Commit 1d48f43

Browse files
committed
1.1.2
1 parent aba5fe0 commit 1d48f43

File tree

6 files changed

+657
-542
lines changed

6 files changed

+657
-542
lines changed

dist/sockjs.js

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

dist/sockjs.js.map

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/sockjs.min.js

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

dist/sockjs.min.js.map

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

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '1.1.1';
1+
module.exports = '1.1.2';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sockjs-client",
33
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"author": "Bryce Kahle",
66
"browser": {
77
"./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",

0 commit comments

Comments
 (0)