tardis-machine 15.1.0 → 15.2.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/package.json +12 -2
package/package.json
CHANGED
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tardis-machine",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.2.0",
|
|
4
4
|
"engines": {
|
|
5
|
-
"node": ">=
|
|
5
|
+
"node": ">=25"
|
|
6
|
+
},
|
|
7
|
+
"devEngines": {
|
|
8
|
+
"runtime": {
|
|
9
|
+
"name": "node",
|
|
10
|
+
"version": ">=25"
|
|
11
|
+
},
|
|
12
|
+
"packageManager": {
|
|
13
|
+
"name": "npm",
|
|
14
|
+
"version": ">=11.11.1"
|
|
15
|
+
}
|
|
6
16
|
},
|
|
7
17
|
"description": "Locally runnable server with built-in data caching, providing both tick-level historical and consolidated real-time cryptocurrency market data via HTTP and WebSocket APIs",
|
|
8
18
|
"main": "dist/index.js",
|