@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.31 to 1.0.32
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.32] - 2023-12-03 | ||
### Changed | ||
- Updated package dependencies. [#34427] | ||
## [1.0.31] - 2023-11-20 | ||
@@ -149,2 +153,3 @@ | ||
[1.0.32]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.31...v1.0.32 | ||
[1.0.31]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.30...v1.0.31 | ||
@@ -151,0 +156,0 @@ [1.0.30]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.29...v1.0.30 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.", | ||
@@ -25,3 +25,3 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme", | ||
"babel-plugin-tester": "11.0.4", | ||
"jest": "29.4.3" | ||
"jest": "29.7.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "exports": { |
33571