corona-warn-app
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# 2.2.0 (2022-03-14) | ||
### Features | ||
* **absence.io:** Update UserAPI.ts with retrieveUserByOption ([#937](https://github.com/ffflorian/api-clients/tree/main/packages/corona-warn-app/issues/937)) ([72b2161](https://github.com/ffflorian/api-clients/tree/main/packages/corona-warn-app/commit/72b216144d7d579d77150c6342364a0989ef1b6f)) | ||
## 2.1.1 (2021-12-22) | ||
@@ -8,0 +19,0 @@ |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"author": "Florian Imdahl <git@ffflorian.de>", | ||
"dependencies": { | ||
"axios": "0.24.0" | ||
"axios": "0.26.1" | ||
}, | ||
@@ -9,4 +9,4 @@ "description": "A corona-warn-app API client", | ||
"@types/node": "~16", | ||
"typedoc": "0.22.10", | ||
"typescript": "4.5.4" | ||
"typedoc": "0.22.13", | ||
"typescript": "4.6.2" | ||
}, | ||
@@ -36,4 +36,4 @@ "engines": { | ||
}, | ||
"version": "2.1.1", | ||
"gitHead": "d58af9a51f3046bf012cb2af1877c602c28d6e69" | ||
"version": "2.2.0", | ||
"gitHead": "4f552a3933dc19d22644a55b17cf16293ccdb40a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59317
330
+ Addedaxios@0.26.1(transitive)
- Removedaxios@0.24.0(transitive)
Updatedaxios@0.26.1