swdc-tracker
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -50,3 +50,3 @@ "use strict"; | ||
baseURL: url, | ||
timeout: 30000 // timeout so we're not getting ECONNRESET | ||
timeout: 30000 | ||
}); | ||
@@ -53,0 +53,0 @@ // set the tracker version and ID |
{ | ||
"name": "swdc-tracker", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "swdc event tracker", | ||
@@ -25,12 +25,12 @@ "main": "dist", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.5.5" | ||
}, | ||
"dependencies": { | ||
"@snowplow/node-tracker": "^3.1.5", | ||
"@types/node": "^16.10.3", | ||
"axios": "^0.25.0", | ||
"@snowplow/node-tracker": "^3.3.1", | ||
"@types/node": "^17.0.21", | ||
"axios": "^0.26.0", | ||
"libsodium": "^0.7.9", | ||
"libsodium-wrappers": "^0.7.9", | ||
"object-hash": "^2.2.0" | ||
"object-hash": "^3.0.0" | ||
} | ||
} |
@@ -10,3 +10,3 @@ import axios from "axios"; | ||
baseURL: url, | ||
timeout: 30000 // timeout so we're not getting ECONNRESET | ||
timeout: 30000 | ||
}); | ||
@@ -13,0 +13,0 @@ |
141565
+ Added@types/node@17.0.45(transitive)
+ Addedaxios@0.26.1(transitive)
+ Addedobject-hash@3.0.0(transitive)
- Removed@types/node@16.18.126(transitive)
- Removedaxios@0.25.0(transitive)
- Removedobject-hash@2.2.0(transitive)
Updated@types/node@^17.0.21
Updatedaxios@^0.26.0
Updatedobject-hash@^3.0.0