i18next-xhr-backend
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -0,1 +1,5 @@ | ||
### 3.1.1 | ||
- typescript: fix use of class, add `use()` tests [322](https://github.com/i18next/i18next-xhr-backend/pull/322) | ||
### 3.1.0 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "i18next-xhr-backend", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "backend layer for i18next using browsers xhr", | ||
@@ -36,3 +36,3 @@ "main": "./dist/cjs/i18nextXHRBackend.js", | ||
"eslint-config-airbnb": "17.1.1", | ||
"i18next": "^17.0.8", | ||
"i18next": "^17.0.9", | ||
"istanbul": "gotwarlost/istanbul#source-map", | ||
@@ -39,0 +39,0 @@ "json5": "2.1.0", |
46776