i18next-hmr
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -7,4 +7,12 @@ ### Changelog | ||
#### [v1.8.1](https://github.com/felixmosh/i18next-hmr/compare/v1.8.0...v1.8.1) | ||
- Bump deps [`844a4ae`](https://github.com/felixmosh/i18next-hmr/commit/844a4ae945050cbceb61227fe3af5b48227d1482) | ||
- Bump terser from 4.8.0 to 4.8.1 in /examples/vue-i18next [`e88c511`](https://github.com/felixmosh/i18next-hmr/commit/e88c511b8b77c47abd27e830beea0f4ec9e5597e) | ||
- Update version [`c9814b7`](https://github.com/felixmosh/i18next-hmr/commit/c9814b7d8c84f523a4e29db70ef87a7b02f8859c) | ||
#### [v1.8.0](https://github.com/felixmosh/i18next-hmr/compare/v1.7.8...v1.8.0) | ||
> 19 July 2022 | ||
- Add next-i18next v11 example, closes #32 [`#32`](https://github.com/felixmosh/i18next-hmr/issues/32) | ||
@@ -11,0 +19,0 @@ - Update examples [`e171edc`](https://github.com/felixmosh/i18next-hmr/commit/e171edcc4c0288fb0c6c4ffa84303e7f6111b513) |
{ | ||
"name": "i18next-hmr", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "I18Next HMR webpack plugin that allows reloading translation resources on the client & the server.", | ||
@@ -40,8 +40,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^16.6.1", | ||
"@types/jest": "^28.1.6", | ||
"@types/node": "^18.0.6", | ||
"auto-changelog": "^2.4.0", | ||
"jest": "^27.0.6", | ||
"jest": "^28.1.3", | ||
"prettier": "^2.6.2", | ||
"release-it": "^14.14.2" | ||
"release-it": "^15.1.2" | ||
}, | ||
@@ -48,0 +48,0 @@ "release-it": { |
@@ -82,3 +82,3 @@ # i18next-hmr | ||
⚠️ If your server side is bundled using Webpack, the lib will use the native HMR (if enabled), for it work properly the lib must be **bundled**, therefore, you should specify the lib as not [external](https://webpack.js.org/configuration/externals/). | ||
⚠️ If your server side is bundled using Webpack, the lib will use the native HMR (if enabled), for it to work properly the lib must be **bundled**, therefore, you should specify the lib as not [external](https://webpack.js.org/configuration/externals/). | ||
There are 2 ways to do that: | ||
@@ -85,0 +85,0 @@ |
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
32214