i18next-hmr
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -7,5 +7,22 @@ ### Changelog | ||
#### [v1.7.2](https://github.com/felixmosh/i18next-hmr/compare/v1.7.1...v1.7.2) | ||
- Bump y18n in /examples/next-with-next-i18next-without-custom-server [`#36`](https://github.com/felixmosh/i18next-hmr/pull/36) | ||
- Bump y18n from 4.0.0 to 4.0.1 in /examples/vue-i18next [`#35`](https://github.com/felixmosh/i18next-hmr/pull/35) | ||
- Bump react-dev-utils from 9.1.0 to 11.0.4 in /examples/react-i18next [`#34`](https://github.com/felixmosh/i18next-hmr/pull/34) | ||
- Bump y18n from 4.0.0 to 4.0.1 in /examples/next-with-next-i18next [`#33`](https://github.com/felixmosh/i18next-hmr/pull/33) | ||
- Bump elliptic from 6.5.3 to 6.5.4 in /examples/razzle-ssr [`#31`](https://github.com/felixmosh/i18next-hmr/pull/31) | ||
- Bump elliptic in /examples/next-with-next-i18next-without-custom-server [`#30`](https://github.com/felixmosh/i18next-hmr/pull/30) | ||
- Bump elliptic from 6.5.3 to 6.5.4 in /examples/vue-i18next [`#29`](https://github.com/felixmosh/i18next-hmr/pull/29) | ||
- Bump elliptic from 6.5.3 to 6.5.4 in /examples/next-with-next-i18next [`#28`](https://github.com/felixmosh/i18next-hmr/pull/28) | ||
- Change to yarn.lock [`53dc071`](https://github.com/felixmosh/i18next-hmr/commit/53dc07190f18a2b631ca54785f77fd3cdef53813) | ||
- Bump browserslist from 4.13.0 to 4.16.6 in /examples/vue-i18next [`be25c2d`](https://github.com/felixmosh/i18next-hmr/commit/be25c2d938c4e41a898b5b1bd8fbaf2a1a34a0a0) | ||
- Sort package.json [`eace68d`](https://github.com/felixmosh/i18next-hmr/commit/eace68d0a2950ad82f27e8825b0b465b70e85ba7) | ||
#### [v1.7.1](https://github.com/felixmosh/i18next-hmr/compare/v1.7.0...v1.7.1) | ||
> 18 February 2021 | ||
- Move from circleCi to github actions [`0959cba`](https://github.com/felixmosh/i18next-hmr/commit/0959cba2b2d06d9372a3c853538a897b2f0ab2b4) | ||
- Release 1.7.1 [`6428bee`](https://github.com/felixmosh/i18next-hmr/commit/6428beea974ca27af2c9b60b1c680d4e0652842e) | ||
- Update Readme [`bef118e`](https://github.com/felixmosh/i18next-hmr/commit/bef118e01b926b57f682502a735ad9c6833e9dd9) | ||
@@ -12,0 +29,0 @@ |
{ | ||
"name": "i18next-hmr", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "I18Next HMR webpack plugin that allows reloading translation resources on the client & the server.", | ||
"keywords": [ | ||
"i18next", | ||
"HMR", | ||
"webpack", | ||
"plugin" | ||
], | ||
"homepage": "https://github.com/felixmosh/i18next-hmr", | ||
@@ -11,2 +17,4 @@ "bugs": "https://github.com/felixmosh/i18next-hmr/issues", | ||
}, | ||
"license": "MIT", | ||
"author": "felixmosh", | ||
"main": "client.js", | ||
@@ -19,25 +27,7 @@ "types": "client.d.ts", | ||
}, | ||
"keywords": [ | ||
"i18next", | ||
"HMR", | ||
"webpack", | ||
"plugin" | ||
], | ||
"author": "felixmosh", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/jest": "^25.2.3", | ||
"@types/node": "^13.13.38", | ||
"auto-changelog": "^2.2.1", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"release-it": "^13.7.1" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"testMatch": [ | ||
"**/__tests__/**/*.spec.js" | ||
], | ||
"transform": { | ||
"(client|server)-hmr\\.js": "<rootDir>/__tests__/utils/preprocessor.js" | ||
}, | ||
"testPathIgnorePatterns": [ | ||
@@ -47,4 +37,14 @@ "/node_modules/", | ||
], | ||
"testEnvironment": "node" | ||
"transform": { | ||
"(client|server)-hmr\\.js": "<rootDir>/__tests__/utils/preprocessor.js" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^25.2.3", | ||
"@types/node": "^13.13.38", | ||
"auto-changelog": "^2.2.1", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"release-it": "^13.7.1" | ||
}, | ||
"release-it": { | ||
@@ -55,2 +55,3 @@ "git": { | ||
"hooks": { | ||
"before:init": "yarn test", | ||
"after:bump": "npx auto-changelog -p" | ||
@@ -57,0 +58,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
29650
20