hdt 3.3.0 → 3.3.1

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.
@@ -163,7 +163,7 @@ std::ostream &operator<<(std::ostream &stream, StopWatch &sw) {
163
163
  }
164
164
 
165
165
  std::string StopWatch::toHuman(unsigned long long time) {
166
- uint64_t tot_secs = time/1000000;
166
+ unsigned long long tot_secs = time/1000000;
167
167
 
168
168
  unsigned int hours = tot_secs/3600;
169
169
  unsigned int mins = (tot_secs/60) % 60;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdt",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Native bindings to access HDT compressed triple files.",
5
5
  "author": "Ruben Verborgh <ruben.verborgh@gmail.com>",
6
6
  "keywords": [