i18next-hmr
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -7,5 +7,14 @@ ### Changelog | ||
#### [v3.1.2](https://github.com/felixmosh/i18next-hmr/compare/v3.1.1...v3.1.2) | ||
- build(deps): bump express from 4.18.2 to 4.19.2 in /examples/vue-i18next [`ef51cbb`](https://github.com/felixmosh/i18next-hmr/commit/ef51cbbdeec6e9ee8f77ce2857b7d8b46ceca4c2) | ||
- fix: typescript types defs [`3c0dd84`](https://github.com/felixmosh/i18next-hmr/commit/3c0dd84879eb20aed4dc8dcb3c44ce5f8ab1a8da) | ||
- build(deps-dev): bump vite in /examples/vite-react-i18next [`79323f6`](https://github.com/felixmosh/i18next-hmr/commit/79323f6eea3b4c3004eef7beddedc8c06bb44aad) | ||
#### [v3.1.1](https://github.com/felixmosh/i18next-hmr/compare/v3.1.0...v3.1.1) | ||
> 3 April 2024 | ||
- fix: remove usage of options.backend object since it may not contain queryStringParams [`dafd1e8`](https://github.com/felixmosh/i18next-hmr/commit/dafd1e8a18d205699209c429ef64f3b96fbf22f2) | ||
- Release 3.1.1 [`87c8e01`](https://github.com/felixmosh/i18next-hmr/commit/87c8e0148febd2ff3914eb96ebf42e7fa3491f21) | ||
@@ -12,0 +21,0 @@ #### [v3.1.0](https://github.com/felixmosh/i18next-hmr/compare/v3.0.4...v3.1.0) |
{ | ||
"name": "i18next-hmr", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "I18Next HMR🔥 webpack / vite plugin that allows reload translation resources instantly on the client & the server.", | ||
@@ -25,2 +25,15 @@ "keywords": [ | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"plugin": [ | ||
"./lib/plugin.d.ts" | ||
], | ||
"webpack": [ | ||
"./lib/webpack/plugin.d.ts" | ||
], | ||
"vite": [ | ||
"./lib/vite/plugin.d.ts" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
@@ -27,0 +40,0 @@ "test": "jest", |
43927