@wordpress/wordcount
Advanced tools
Comparing version 3.50.0 to 3.51.0
@@ -44,3 +44,3 @@ "use strict"; | ||
const defaultSettings = { | ||
const defaultSettings = exports.defaultSettings = { | ||
HTMLRegExp: /<\/?[a-z][^>]*?>/gi, | ||
@@ -108,3 +108,2 @@ HTMLcommentRegExp: /<!--[\s\S]*?-->/g, | ||
}; | ||
exports.defaultSettings = defaultSettings; | ||
//# sourceMappingURL=defaultSettings.js.map |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 3.51.0 (2024-02-09) | ||
## 3.50.0 (2024-01-24) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/wordcount", | ||
"version": "3.50.0", | ||
"version": "3.51.0", | ||
"description": "WordPress word count utility.", | ||
@@ -34,3 +34,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "45de2cb4212fed7f2763e95f10300d1ff9d0ec08" | ||
"gitHead": "eb796371e9630636a4a8837033807b0c4a06ed67" | ||
} |
Sorry, the diff of this file is not supported yet
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
152277
1307