i18next-browser-languagedetector
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,12 @@ | ||
### 4.0.1 | ||
- typescript: Use updated ts export default from i18next [194](https://github.com/i18next/i18next-browser-languageDetector/pull/194) | ||
### 4.0.0 | ||
- removes deprecated jsnext:main from package.json | ||
- Bundle all entry points with rollup bringing it up to same standard as [xhr-backend](https://github.com/i18next/i18next-xhr-backend/pull/314) | ||
- **note:** dist/es -> dist/esm, dist/commonjs -> dist/cjs (individual files -> one bundled file) | ||
- removes bower finally | ||
### v3.1.1 | ||
@@ -2,0 +13,0 @@ |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = global || self, global.i18nextBrowserLanguageDetector = factory()); | ||
}(this, function () { 'use strict'; | ||
}(this, (function () { 'use strict'; | ||
@@ -348,2 +348,2 @@ function _classCallCheck(instance, Constructor) { | ||
})); | ||
}))); |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = global || self, global.i18nextBrowserLanguageDetector = factory()); | ||
}(this, function () { 'use strict'; | ||
}(this, (function () { 'use strict'; | ||
@@ -348,2 +348,2 @@ function _classCallCheck(instance, Constructor) { | ||
})); | ||
}))); |
{ | ||
"name": "i18next-browser-languagedetector", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "language detector used in browser environment for i18next", | ||
@@ -36,3 +36,3 @@ "main": "./dist/cjs/i18nextBrowserLanguageDetector.js", | ||
"eslint-config-airbnb": "17.1.1", | ||
"i18next": "^17.0.9", | ||
"i18next": "^19.0.0", | ||
"mkdirp": "0.5.1", | ||
@@ -39,0 +39,0 @@ "rimraf": "2.6.3", |
@@ -7,5 +7,3 @@ { | ||
"allowSyntheticDefaultImports": false | ||
}, | ||
"include": ["./test/typescript/nonEsModuleInterop/**/*.ts"], | ||
"exclude": [] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
59960
0
1217