i18next-express-middleware
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -0,1 +1,5 @@ | ||
### 1.8.2 | ||
- typescript: fix: TypeScript i18next import [192](https://github.com/i18next/i18next-express-middleware/pull/192) | ||
### 1.8.1 | ||
@@ -2,0 +6,0 @@ |
import * as express from 'express'; | ||
import i18next from 'i18next'; | ||
import * as i18next from 'i18next'; | ||
@@ -4,0 +4,0 @@ declare global { |
{ | ||
"name": "i18next-express-middleware", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "express middleware for i18next", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
32801