@quotemedia.com/streamer 2.25.0 → 2.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,10 +9,10 @@ Javascript library responsible to connect to the Quotemedia Streaming Service.
9
9
  ````
10
10
 
11
11
  ### Usage
12
- Include the javascript file (qmci-streamer-2.25.0.min.js) in your html page.
12
+ Include the javascript file (qmci-streamer-2.27.0.min.js) in your html page.
13
13
 
14
14
  ````
15
- <script src="qmci-streamer-2.25.0.min.js"></script>
15
+ <script src="qmci-streamer-2.27.0.min.js"></script>
16
16
  ````
17
17
 
18
18
  After this, you should be able to use the Streamer object. It will allow you to authenticate, subscribe and unsubscribe
@@ -1,7 +1,7 @@
1
1
  <html>
2
2
 
3
3
  <head>
4
- <script src="qmci-streamer-2.25.0.min.js"></script>
4
+ <script src="qmci-streamer-2.27.0.min.js"></script>
5
5
  </head>
6
6
 
7
7
  <body>
@@ -1,7 +1,7 @@
1
1
  <html>
2
2
 
3
3
  <head>
4
- <script src="qmci-streamer-2.25.0.min.js"></script>
4
+ <script src="qmci-streamer-2.27.0.min.js"></script>
5
5
  </head>
6
6
 
7
7
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quotemedia.com/streamer",
3
- "version": "2.25.0",
3
+ "version": "2.27.0",
4
4
  "description": "A JavaScript client for QuoteMedia's streaming data service.",
5
5
  "main": "lib/index.js",
6
6
  "author": "QuoteMedia",
@@ -8,7 +8,8 @@
8
8
  "array-equal": "1.0.0",
9
9
  "json3": "3.3.2",
10
10
  "jsbi": "3.1.1",
11
- "bignumber.js": "9.0.0"
11
+ "bignumber.js": "9.0.0",
12
+ "stompjs": "2.3.3"
12
13
  },
13
14
  "devDependencies": {
14
15
  "babel": "6.23.0",