@himalaya-quant/ctrader-x 0.0.7 → 0.0.8

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
@@ -92,5 +92,6 @@ CTRADERX_DEBUG_LOGS
92
92
  Or you can provide your own logger implementation by implementing the `ILogger`
93
93
  interface, and providing it during `cTraderX` client instantiation.
94
94
 
95
- <br>
96
- <center>Developed with ❤️ by Caius Citiriga</center>
95
+ <br/>
96
+ <br/>
97
+ <p align="center">Developed with ❤️ by Caius Citiriga</p>
package/changelog.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 0.0.8
2
+ - Updated readme
3
+
1
4
  # 0.0.7
2
5
  - Improved the way subscribeLiveTrendBars builds the bars. Now relying mainly on
3
6
  the updates found inside the `trendbar` array of the `ProtoOASpotEvent`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@himalaya-quant/ctrader-x",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "A typescript cTrader OpenAPI implementation",
5
5
  "main": "dist/src/index.js",
6
6
  "scripts": {