@balena/event-log
Advanced tools
Comparing version 5.0.0-object-context-arg-d52b7f6f2ef762356e90f4560a551b6c15d08bef to 5.0.0-object-context-arg-f7bba07ae98461f9b3b87355efc46daeac6eebb6
@@ -9,6 +9,13 @@ # Change Log | ||
* Limit the published files [Thodoris Greasidis] | ||
* *BREAKING*: Stop actively supporting node versions below v10 [Thodoris Greasidis] | ||
* Include typings [Thodoris Greasidis] | ||
* Use a context object instead of tail id arguments [Thodoris Greasidis] | ||
* Bump minimum supported TypeScript version to 4.1 [Thodoris Greasidis] | ||
* Limit the published files [Thodoris Greasidis] | ||
## 4.1.1 - 2020-12-04 | ||
* Update balena-config-karma to fix balenaCI tests [Thodoris Greasidis] | ||
* test: Update GA mock checks for the latest client behavior [Thodoris Greasidis] | ||
## 4.1.0 - 2020-07-15 | ||
@@ -15,0 +22,0 @@ |
{ | ||
"name": "@balena/event-log", | ||
"version": "5.0.0-object-context-arg-d52b7f6f2ef762356e90f4560a551b6c15d08bef", | ||
"version": "5.0.0-object-context-arg-f7bba07ae98461f9b3b87355efc46daeac6eebb6", | ||
"description": "Balena events logging util", | ||
@@ -10,2 +10,5 @@ "main": "build/balena-event-log.js", | ||
], | ||
"engines": { | ||
"node": ">=10.0" | ||
}, | ||
"dependencies": { | ||
@@ -20,10 +23,10 @@ "analytics-client": "^0.8.0", | ||
"@types/lodash": "^4.14.157", | ||
"balena-config-karma": "^2.3.1", | ||
"balena-config-karma": "^3.0.0", | ||
"browserify": "^14.0.0", | ||
"chai": "^3.5.0", | ||
"karma": "^1.7.0", | ||
"mocha": "^3.5.0", | ||
"karma": "^3.1.4", | ||
"mocha": "^3.5.3", | ||
"querystring": "^0.2.0", | ||
"resin-universal-http-mock": "^1.0.1", | ||
"typescript": "^3.9.6" | ||
"typescript": "^4.1.2" | ||
}, | ||
@@ -30,0 +33,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
36089
0