Skip to content

Commit 25cd87d

Browse files
committed
1.2.2
1 parent d146244 commit 25cd87d

File tree

4 files changed

+52
-47
lines changed

4 files changed

+52
-47
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Webcom. Build realtime apps. Share and sync data instantly between your clients
22

33
Module name: Webcom
4-
Version: 1.0.3
4+
Version: 1.2.2
55
Created: 07/15/2015
66

7-
Copyright (C) <2015 - 2016> Orange
7+
Copyright (C) <2015 - 2017> Orange
88

99
This software is confidential and proprietary information of Orange.
1010
You shall not disclose such Confidential Information and shall use it only in

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webcom",
3-
"version": "1.0.3",
3+
"version": "1.2.2",
44
"description": "Webcom library",
55
"main": "webcom-node.js",
66
"scripts": {
@@ -30,8 +30,9 @@
3030
"node": ">=0.10.33"
3131
},
3232
"dependencies": {
33-
"faye-websocket": "0.9.3",
34-
"request": "~2.60.0"
33+
"faye-websocket": "~0.11.0",
34+
"request": "~2.79.0",
35+
"babel-runtime": "^6.11.6"
3536
},
3637
"readmeFilename": "README.md",
3738
"license" : "SEE LICENSE IN LICENSE.md"

webcom-node.js

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

webcom.js

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

0 commit comments

Comments
 (0)