@danielgroen/dxtrade-api 1.0.0 → 1.0.6
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 +2 -2
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# DXTrade API
|
|
1
|
+
# DXTrade API
|
|
2
2
|
|
|
3
3
|
<!-- create image from ./public/logo-dxtrade.svg -->
|
|
4
4
|
[](https://demo.dx.trade/developers/#/)
|
|
5
5
|
|
|
6
|
-
TypeScript client library for the DXTrade trading API.
|
|
6
|
+
TypeScript client library for the DXTrade trading API based upon Nodejs.
|
|
7
7
|
|
|
8
8
|
## Install
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danielgroen/dxtrade-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "DXTrade trading API client library",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -36,5 +36,9 @@
|
|
|
36
36
|
"tsx": "^4.19.2",
|
|
37
37
|
"typescript": "^5.7.3"
|
|
38
38
|
},
|
|
39
|
-
"license": "MIT"
|
|
39
|
+
"license": "MIT",
|
|
40
|
+
"repository": {
|
|
41
|
+
"type": "git",
|
|
42
|
+
"url": "git+https://github.com/danielgroen/dxtrade-api.git"
|
|
43
|
+
}
|
|
40
44
|
}
|