tardis-machine 15.2.3 → 16.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  - [seamless switching](https://docs.tardis.dev/tardis-machine/replaying-historical-data#normalized-market-data-apis) between real-time streaming and historical replay
18
18
 
19
- - transparent local data caching (compressed GZIP on disk, decompressed on demand)
19
+ - transparent local data caching (compressed on disk, decompressed on demand)
20
20
 
21
21
  - support for many cryptocurrency exchanges — see [docs.tardis.dev](https://docs.tardis.dev) for the full list
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tardis-machine",
3
- "version": "15.2.3",
3
+ "version": "16.0.0",
4
4
  "engines": {
5
5
  "node": ">=25"
6
6
  },
@@ -78,7 +78,7 @@
78
78
  "debug": "^4.4.1",
79
79
  "find-my-way": "^9.3.0",
80
80
  "is-docker": "^2.2.1",
81
- "tardis-dev": "^15.2.0",
81
+ "tardis-dev": "^16.0.0",
82
82
  "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.59.0",
83
83
  "yargs": "^17.5.1"
84
84
  },