balena-request
Advanced tools
Comparing version 10.0.3 to 10.0.4-update-dependencies-156318a76d43c6c0ef5f8c4f588e80bd9d07c05d
@@ -7,2 +7,6 @@ # Change Log | ||
## 10.0.4 - 2020-01-21 | ||
* Update dependencies [Pagan Gazzard] | ||
## 10.0.3 - 2020-01-15 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "balena-request", | ||
"version": "10.0.3", | ||
"version": "10.0.4-update-dependencies-156318a76d43c6c0ef5f8c4f588e80bd9d07c05d", | ||
"description": "Balena HTTP client", | ||
@@ -32,20 +32,20 @@ "main": "build/request.js", | ||
"devDependencies": { | ||
"coffee-script": "~1.12.5", | ||
"global-tunnel-ng": "2.1.0", | ||
"balena-auth": "^3.0.1", | ||
"coffee-script": "^1.12.7", | ||
"global-tunnel-ng": "^2.7.1", | ||
"gulp": "^3.9.1", | ||
"gulp-coffee": "^2.3.1", | ||
"gulp-coffee": "^2.3.5", | ||
"gulp-coffeelint": "^0.6.0", | ||
"gulp-mocha": "^4.3.0", | ||
"gulp-util": "^3.0.1", | ||
"gulp-mocha": "^4.3.1", | ||
"gulp-util": "^3.0.8", | ||
"jsdoc-to-markdown": "^4.0.1", | ||
"karma": "^1.3.0", | ||
"karma": "^1.7.1", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"mocha": "^3.0.0", | ||
"mocha": "^3.5.3", | ||
"mochainon": "^1.0.0", | ||
"mockttp": "^0.8.0", | ||
"mockttp": "^0.8.1", | ||
"proxy": "^0.2.4", | ||
"require-npm4-to-publish": "^1.0.0", | ||
"balena-auth": "^3.0.0", | ||
"resin-config-karma": "^1.0.4", | ||
"temp": "^0.8.3", | ||
"temp": "^0.8.4", | ||
"timekeeper": "^1.0.0", | ||
@@ -55,15 +55,15 @@ "zlib-browserify": "0.0.3" | ||
"dependencies": { | ||
"balena-errors": "^3.0.0", | ||
"bluebird": "^3.3.4", | ||
"fetch-ponyfill": "^4.0.0", | ||
"balena-errors": "^4.2.1", | ||
"bluebird": "^3.7.2", | ||
"fetch-ponyfill": "^4.1.0", | ||
"fetch-readablestream": "^0.2.0", | ||
"lodash": "^4.6.1", | ||
"lodash": "^4.17.15", | ||
"node-web-streams": "github:resin-io-modules/node-web-streams#emit-errors", | ||
"progress-stream": "^2.0.0", | ||
"qs": "^6.3.0", | ||
"rindle": "^1.3.1" | ||
"qs": "^6.9.1", | ||
"rindle": "^1.3.4" | ||
}, | ||
"peerDependencies": { | ||
"balena-auth": "^3.0.0" | ||
"balena-auth": "^3.0.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
140060
1
- Removedbalena-errors@3.0.0(transitive)
- Removedtslib@1.14.1(transitive)
- Removedtyped-error@2.0.0(transitive)
Updatedbalena-errors@^4.2.1
Updatedbluebird@^3.7.2
Updatedfetch-ponyfill@^4.1.0
Updatedlodash@^4.17.15
Updatedqs@^6.9.1
Updatedrindle@^1.3.4