@danielgroen/dxtrade-api 1.0.13 → 1.0.14

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +17 -2
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # DXtrade API
2
2
 
3
- <!-- create image from ./public/logo-dxtrade.svg -->
3
+ [![npm version](https://img.shields.io/npm/v/@danielgroen/dxtrade-api)](https://www.npmjs.com/package/@danielgroen/dxtrade-api)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@danielgroen/dxtrade-api)](https://www.npmjs.com/package/@danielgroen/dxtrade-api)
5
+ [![license](https://img.shields.io/npm/l/@danielgroen/dxtrade-api)](LICENSE)
6
+ [![Publish to npm](https://github.com/danielgroen/dxtrade-api/actions/workflows/publish.yml/badge.svg)](https://github.com/danielgroen/dxtrade-api/actions/workflows/publish.yml)
7
+
4
8
  [![DXtrade API](https://raw.githubusercontent.com/danielgroen/dxtrade-api/master/public/logo-dxtrade.svg)](https://demo.dx.trade/developers/#/)
5
9
 
6
10
  TypeScript client library for the DXtrade trading API based upon Nodejs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielgroen/dxtrade-api",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "DXtrade trading API client library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -57,9 +57,24 @@
57
57
  "tsx": "^4.19.2",
58
58
  "typescript": "^5.7.3"
59
59
  },
60
+ "keywords": [
61
+ "dxtrade",
62
+ "dxtrade-api",
63
+ "trading",
64
+ "trading-api",
65
+ "prop-trading",
66
+ "prop-firm",
67
+ "ftmo",
68
+ "eightcap",
69
+ "forex",
70
+ "cfd",
71
+ "websocket",
72
+ "typescript",
73
+ "nodejs"
74
+ ],
60
75
  "license": "MIT",
61
76
  "repository": {
62
77
  "type": "git",
63
78
  "url": "git+https://github.com/danielgroen/dxtrade-api.git"
64
79
  }
65
- }
80
+ }