corona-warn-app
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.3.1](https://github.com/ffflorian/api-clients/tree/main/packages/corona-warn-app/compare/corona-warn-app@1.3.0...corona-warn-app@1.3.1) (2020-08-27) | ||
**Note:** Version bump only for package corona-warn-app | ||
# [1.3.0](https://github.com/ffflorian/api-clients/tree/main/packages/corona-warn-app/compare/corona-warn-app@1.2.0...corona-warn-app@1.3.0) (2020-07-03) | ||
@@ -8,0 +16,0 @@ |
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"author": "Florian Keller <github@floriankeller.de>", | ||
"author": "Florian Imdahl <git@ffflorian.de>", | ||
"dependencies": { | ||
"axios": "0.19.2" | ||
"axios": "0.20.0" | ||
}, | ||
@@ -9,4 +9,4 @@ "description": "A corona-warn-app API client", | ||
"@types/node": "~14", | ||
"typedoc": "0.17.8", | ||
"typescript": "3.9.6" | ||
"typedoc": "0.18.0", | ||
"typescript": "4.0.2" | ||
}, | ||
@@ -36,4 +36,4 @@ "engines": { | ||
}, | ||
"version": "1.3.0", | ||
"gitHead": "ec2946a971f184ea9aa196ee4ae158d786c3458b" | ||
"version": "1.3.1", | ||
"gitHead": "7de059ded4ab4dce8c48bfef8f0b46f5f2eff43f" | ||
} |
56538
+ Addedaxios@0.20.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
- Removedaxios@0.19.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)
Updatedaxios@0.20.0