@massive.com/client-js 9.0.0 → 10.0.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/LICENSE +1 -1
- package/README.md +82 -25
- package/dist/main.d.ts +12303 -3780
- package/dist/main.js +1 -1
- package/massive.com-client-js-10.0.0.tgz +0 -0
- package/package.json +5 -2
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@massive.com/client-js",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Isomorphic Javascript client for
|
|
3
|
+
"version": "10.0.0",
|
|
4
|
+
"description": "Isomorphic Javascript client for Massive.com Stocks, Options, Indices, Futures, Forex, and Crypto APIs",
|
|
5
5
|
"main": "dist/main.js",
|
|
6
6
|
"types": "dist/main.d.ts",
|
|
7
7
|
"type": "module",
|
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
"massive.com",
|
|
29
29
|
"stock api",
|
|
30
30
|
"options api",
|
|
31
|
+
"indices api",
|
|
32
|
+
"futures api",
|
|
31
33
|
"forex api",
|
|
32
34
|
"crypto api"
|
|
33
35
|
],
|
|
@@ -45,6 +47,7 @@
|
|
|
45
47
|
"dependencies": {
|
|
46
48
|
"axios": "^1.8.4",
|
|
47
49
|
"cross-fetch": "^3.1.4",
|
|
50
|
+
"openapi-generator-cli": "^1.0.0",
|
|
48
51
|
"query-string": "^7.0.1",
|
|
49
52
|
"websocket": "^1.0.34"
|
|
50
53
|
},
|