balena-errors
Advanced tools
Comparing version 4.5.1-update-balena-config-karma-3-0-0-f3524ad93e768025594e8c6e7587e657c2508702 to 4.5.1
@@ -9,4 +9,7 @@ # Change Log | ||
# v4.5.1 | ||
## (2020-09-09) | ||
## (2020-09-10) | ||
* karmaConfig: fix tests against node 10 [JSReds] | ||
* Fix catch-uncommited check on newer balenaCI [Thodoris Greasidis] | ||
* Test on travis against more modern node versions [Thodoris Greasidis] | ||
* balena-config-karma: update to v3.0.0 [JSReds] | ||
@@ -13,0 +16,0 @@ |
{ | ||
"name": "balena-errors", | ||
"version": "4.5.1-update-balena-config-karma-3-0-0-f3524ad93e768025594e8c6e7587e657c2508702", | ||
"version": "4.5.1", | ||
"description": "Collection of Balena JavaScript errors", | ||
@@ -28,3 +28,3 @@ "main": "build/errors.js", | ||
"lint": "balena-lint --typescript --fix lib tests", | ||
"test": "npm run lint && npm run build && npm run test:ts-compatibility && npm run test:node && npm run test:browser && catch-uncommitted", | ||
"test": "npm run lint && npm run build && npm run test:ts-compatibility && npm run test:node && npm run test:browser && catch-uncommitted --skip-node-versionbot-changes", | ||
"build": "rimraf ./build && npm run lint && tsc && npm run readme", | ||
@@ -48,2 +48,3 @@ "prepare": "npm run build", | ||
"karma": "^3.1.4", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"mocha": "^5.2.0", | ||
@@ -50,0 +51,0 @@ "mochainon": "^2.0.0", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
57714
0
14