balena-auth
Advanced tools
Comparing version 4.0.0 to 4.0.1-tslib-dep-756c63445733bb8e7f36014853ac19ca0195d5f9
@@ -7,2 +7,7 @@ # Change Log | ||
# v4.0.1 | ||
## (2020-07-03) | ||
* Explicitly add tslib dependency [Pagan Gazzard] | ||
# v4.0.0 | ||
@@ -9,0 +14,0 @@ ## (2020-07-02) |
{ | ||
"name": "balena-auth", | ||
"version": "4.0.0", | ||
"version": "4.0.1-tslib-dep-756c63445733bb8e7f36014853ac19ca0195d5f9", | ||
"description": "Balena session authentication utilities", | ||
@@ -67,3 +67,4 @@ "main": "build/auth.js", | ||
"balena-settings-storage": "^6.0.0", | ||
"jwt-decode": "^2.2.0" | ||
"jwt-decode": "^2.2.0", | ||
"tslib": "^2.0.0" | ||
}, | ||
@@ -70,0 +71,0 @@ "husky": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
52733
5
1
+ Addedtslib@^2.0.0