@bridgeline-digital/hawksearch-handlebars-ui 5.2.2 → 5.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +6 -0
- package/dist/helpers/helpers.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/changelog.md
CHANGED
|
@@ -213,7 +213,7 @@ export declare function decode(value: string): string;
|
|
|
213
213
|
*/
|
|
214
214
|
export declare function decodeNested(value: string): string;
|
|
215
215
|
/**
|
|
216
|
-
* This function is a wrapper of Lodash:
|
|
216
|
+
* This function is a wrapper of Lodash: escapeRegExp
|
|
217
217
|
*
|
|
218
218
|
* @param string — The string to escape.
|
|
219
219
|
* @return — Returns the escaped string.
|