@wordpress/i18n
Advanced tools
Comparing version 4.20.0 to 4.21.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 4.21.0 (2022-11-02) | ||
## 4.20.0 (2022-10-19) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/i18n", | ||
"version": "4.20.0", | ||
"version": "4.21.0", | ||
"description": "WordPress internationalization (i18n) library.", | ||
@@ -33,3 +33,3 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/hooks": "^3.20.0", | ||
"@wordpress/hooks": "^3.21.0", | ||
"gettext-parser": "^1.3.1", | ||
@@ -43,3 +43,3 @@ "memize": "^1.1.0", | ||
}, | ||
"gitHead": "a2ff0e6471c88436dad0287beb88d1729aa6f5dd" | ||
"gitHead": "511f4cc1f0138641bc4394bc1cf36e833109c791" | ||
} |
@@ -47,3 +47,3 @@ #!/usr/bin/env node | ||
let original = translation.msgid; | ||
const comments = translation.comments; | ||
const comments = translation.comments ?? {}; | ||
@@ -50,0 +50,0 @@ if ( Object.values( comments ).length ) { |
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
227457
Updated@wordpress/hooks@^3.21.0