@huskly/ibkr-client 2.4.0 → 2.4.3
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 +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -758,3 +758,8 @@ const request = {
|
|
|
758
758
|
],
|
|
759
759
|
};
|
|
760
760
|
```
|
|
761
|
+
|
|
762
|
+
## Releasing
|
|
763
|
+
|
|
764
|
+
Publishing a stable GitHub Release publishes the matching package version to npm through trusted
|
|
765
|
+
publishing. See [RELEASING.md](RELEASING.md) for the required tag format and release steps.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huskly/ibkr-client",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
4
4
|
"description": "Interactive Brokers Web API client with OAuth 1.0a authentication",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
|
-
"repository": "github.com/huskly/ibkr-client",
|
|
17
|
+
"repository": "https://github.com/huskly/ibkr-client",
|
|
18
18
|
"author": "Felipe Lima",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"engines": {
|